Animations based on the model of a block

Started by LercDsgn3 on

Topic category: Help with MCreator software

Last seen on 22:39, 22. Aug 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Animations based on the model of a block

I was going to suggest a way to animate the models like we can do with the texture, but I found someone else asking the same thing (link to that post) and the first comment is here, which says: "that's not possible, even with coding, because it isn't supported by vanilla and I don't know if there are any forge mods that make this possible. "Blocks with animated model" like chests are tile entities, they are like entities when animated."

 

How can I animate entities when something happens, like when it's right clicked then?

Last seen on 05:23, 30. Jun 2021
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ive had an idea what if you…
Wed, 06/30/2021 - 05:15

ive had an idea what if you spawn an entity in the exact position of the block and the entity is the animation of the block opening or what you want it to do then it stays there until a certain requirement is met E.g player right clicks fridge and opens fridge GUI which spawns the animation entity then when player exits GUI despawn entity or spawn another entity doing a closing animation.

Last seen on 05:23, 30. Jun 2021
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For entity animations you…
Wed, 06/30/2021 - 05:17

For entity animations you could use an API mod like GeckoLib