GeckoLib Animated Falling Block

Started by DPC383 on

Topic category: Help with MCreator software

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
GeckoLib Animated Falling Block

I made a animated block with GeckoLib but i can't select the Has Gravity option. I changed it in the code editor, but this time it becomes invisible when falling and turns back to normal when it falls to the ground. How can I fix this?

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that's because blocks become…
Tue, 08/06/2024 - 16:03

that's because blocks become entities when they fall, you need to create an animated entity that has the same model, texture and animation of your bock and with procedures make it so that if there's air under the block it becomes the entity and when under the entity there isn't air anymore it becomes the block again