#custom boots not showing ingame
18 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
remove the .png
also:
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.
The startup log didnt upload somehow
Paste version of startup.log from @dry canyon
no errors 
yeah
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')
})
yeah it works now, but they are only an item
and i want armor boots
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')
})
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.