#How to make a block that has gravity

4 messages · Page 1 of 1 (latest)

bronze moon
#

I need a to make a couple of gravity blocks for my modpack, but I can't find any information on how to add gravity to a block

tired charmBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

candid shell
#

event.create('my_block', 'falling') in the block registry evnt

bronze moon
#

Thank you!