Started by
Zexmus
on
Topic category: Help with Minecraft modding (Java Edition)
I've seen some forum post on this, but haven't seen any updates (Maybe I'm not looking)
Is it actually possible to change block textures with procedures like a blockstate? e.g Furnace on/off state, Barrel open/close.
Just curious.
from what I understand, kinda. on the code of the model (not the block, there models code, the tiny code, not the big one) put a condition that if NBT Logic Tag "Name" = true set texture to (Folder/Where/Texture/Is.png) then on your procedures set that NBT Tag to True
Could you put a screenshot? Pls
yeah no this ain't for blocks I got confused, only for items
F
Of course! Just check vanilla blockstates/furnace.json :)