#Texture not showing up on custom item
23 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Try writing mush in the event create part instead of iron_mush
(just a guess im not that good in kube js yet)
what mc version is this, its not in the tags
Yeah cause the bot is buggy it's 1.18.2
alr I'll try
its not the bot that puts the tags :p
so for the item, just delete the texture function all together
and delete the display name too
then restart the game
yeah Iknow but when I have certain tags the bot just doesn't open a ticket
al gonna try both
okay lol
thats a discord error then, its a forum, not bot created threads
oh huh
heres the texture functions
public ItemBuilder texture(String tex) {
textureJson.addProperty("layer0", tex);
return this;
}
public ItemBuilder texture(String key, String tex) {
textureJson.addProperty(key, tex);
return this;
}
the first one is just the layer, if you use 2 args
^^