#How to save location of gravity blocks before they fall?

1 messages · Page 1 of 1 (latest)

fringe kettle
#

maybe look at this?
not sure, but on falling block fall may be the event you need, unsure if that's called before or after falling
https://skripthub.net/docs/?id=4499

faint coral
#

on physics

Description:
Called when a physics check is done on a block. By cancelling this event you can prevent some things from happening, e.g. sand falling, dirt turning into grass, torches dropping if their supporting block is destroyed, etc.Please note that using this event might cause quite some lag since it gets called extremely often.

Code:

    if world of event-location is "ARENA WORLD NAME":
        cancel event
    ```
#

you can make it better by adding event-block check.