Started by
Elvis_The_Snail
on
Topic category: Help with Minecraft modding (Java Edition)
So I have a block that has a GUI attached, and I want to be able to toggle the animated texture, but I can't figure out how, without replacing the block entirely, which wouldn't work, because it has a GUI. Please help!
you can use blockstates, either make them yourself with a bit of custom code, or use the blockstates plugin
https://mcreator.net/plugin/104253/blockstates
That makes it much easier. Thanks!