Is there any way to make Dynamic Textures?

Started by DutchAT on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Oct 2015
Points:
776

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 62
Is there any way to make Dynamic Textures?

I don't know if you understand me, but what i want to do make a single block that can change its texture (via Procedures, for example). I don't mean an animated texture, i want that, for example, if I right click on it, it changes its textures (but the block is the same). 

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5490
No, there isn't. You can't…
Sat, 12/22/2018 - 19:07

No, there isn't.

You can't change the texture of a block using procedures. In the future you will be able to change blockstates using procedures (and so you will be able to change textures).

At the moment, you can make another block and make the first block turn in the second. This won't work however with blocks with inventory (they will lose the items)

Active 3 years ago
Joined Oct 2015
Points:
776

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 62
Perfect, thank you!
Sun, 12/23/2018 - 15:18

Perfect, thank you!