#Change item icon with script
6 messages · Page 1 of 1 (latest)
Item textures are handled by vanilla Minecraft using texture packs
You can use the kubejs/assets/ folder for that
Gregtech uses a "material set", in "assets" there are literally 4 textures of ingots, and there are 50+ ingots themselves. I'm asking if it's possible to bind a specific texture to a specific object using a script. This is impossible?
Models references to textures, you need to find the models so you can pinpoint to your custom texture
Thanks for the answer, sorry for the stupidity