#block drop script

1 messages · Page 1 of 1 (latest)

odd copper
#

Switch up the cancel drops and the checking if the block is spruce logs.

#

You’re canceling all block drops.

#

And then just giving the player 4 spruce logs.

#

You always check before doing.

lusty garnet
#

on break:
if event-block is spruce log:
cancel drops
give 4 oak logs to player

#

this right?