#How to disable Respawn Anchor block destroy on explosion

1 messages · Page 1 of 1 (latest)

wary halo
#

This is my current code, its blocking end crystals and stuff but not respawn anchor please help

on explode:
loop exploded blocks:
if loop-block is grass block or oak planks or oak leaves or short grass or :
remove loop-block from exploded blocks

chrome mural
#

on block explode:
cancel event
requires skbee

topaz wadiBOT
#

Consider increasing someone's reputation with </reputation increase:1458495875985969212> if you found them to be helpful!

chrome mural
#

did it work?

wary halo
#

yes thanks i didnt know i needed skbee for on block explode

#

on block explode:
loop event-blocks:
if loop-block is dirt:
remove loop-block from event-blocks

chrome mural
#

np