#custom boots not showing ingame

18 messages · Page 1 of 1 (latest)

dry canyon
#

Im trying to make custom boots, but they are not showing ingame
(Fabric 1.20.1)
I only have this script in the startup_scripts folder
Am i missing something?

fallen bearBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

stuck canopy
#

remove the .png
also:

onyx moatBOT
#

You can find your KubeJS startup log in /minecraft/logs/kubejs/startup.log.
If you are on 1.18 or below it will be called startup.txt.
Please send it if asked, as it contains helpful information.

dry canyon
onyx moatBOT
#

Paste version of startup.log from @dry canyon

stuck canopy
#

no errors hmmm

dry canyon
#

yeah

sonic gulch
#

dod you restart-

#

oh wait no that's not the issue

#
StartupEvents.registry('item', e => {
    e.create('extendo_boots')
        .displayName('&eExtendo Boots')
        .texture('kubejs:items/example_item')
        .tooltip('Makes you jump higher')
})
dry canyon
stuck canopy
#

e.create('extendo_boots', 'boots') i think

#

i didnt notice the first line earlier lol

#
StartupEvents.registry('item', e => {
    e.create('extendo_boots', 'boots')
        .displayName('&eExtendo Boots')
        .texture('kubejs:items/example_item')
        .tooltip('Makes you jump higher')
})
dry canyon
#

oh well they're working now

#

thank you :d

onyx moatBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You should generally create a new post for unrelated issues.