Started by
DPC383
on
Topic category: Help with MCreator software
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?
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