#blockbench texture not working
10 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of bade_wasser_flasche.json from @eternal shuttle
you mixed the / and : in your textures in the model
"1": "kubejs/item:glass",
"2": "kubejs/item:water_overlay",
"1": "kubejs:item/glass",
"2": "kubejs:item/water_overlay",
now it works but it looks like this
hmm ok