Dynamic Item Textures

Started by ZarephLae on

Topic category: Feature requests and ideas for MCreator

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dynamic Item Textures

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.

Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can do it already, there…
Thu, 07/03/2025 - 06:17

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

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unless I'm mistaken, I'm…
Sun, 07/06/2025 - 21:09

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.