Started by
ZarephLae
on
Topic category: Feature requests and ideas for MCreator
Allow users to create an item who's texture changes dynamically depending on conditions you can set via procedures.
Instead of having to create so many textures layered on top of each other, other devs do this in their mod dynamically, so they create the textures they need and layer them live depending on conditions. This would save time having to make more textures.
You can do it already, there is many ways to do it:
> Switching the item to another one (like an activated version of it) [Not that much recommended]
> Item states is all about that on the newer versions of Mcreator [Recommended]
There is more ways to do it, but I don't remember right now
Unless I'm mistaken, I'm pretty sure you're incorrect. Dynamic Textures have yet to be supported and I don't recall item states allowing you to layer different textures together.