Ideas to achieve an animated texture in my entity?

Started by Maperdico on

Topic category: Help with MCreator software

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ideas to achieve an animated texture in my entity?

I was trying to make my firefly turn on and off giving it a more "alive" style and I came across that animated textures on entities are not allowed... 


¿Has anyone managed to recreate a useful alternative with it?

 

Thank you for reading~

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Suddz I don't really…
Fri, 05/19/2023 - 23:29

Suddz I don't really understand much English so the tutorial is a bit confusing for me, could you send me something simpler, like the procedure by image? Sorry for the disturbances:(

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try nerdy's geckolib plugin
Wed, 05/24/2023 - 20:58

Try nerdy's geckolib plugin

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think I have... but I don…
Wed, 11/13/2024 - 03:32

I think I have... but I don't think it will work.

 

First: Make a global variable, its type will be number, variable scope is global (any global type), and name it whatever you like.

Second: Make a procedure that changes the number of the global variable.

Third: Make a entity layer for your modded entity and if you would like you can make it glow.

Fourth: Make a condition for the model layer. I don't know what to what to put in it though. I have tried but can't really do it right.

And you'll might do it right, now you have a animated texture. (somewhat)