#Remove Placed block after x seconds.

1 messages · Page 1 of 1 (latest)

pine jackal
#

event-block

naive haven
#

on place:
if event-block placed is water:
wait 2 seconds
set block at event-location to air

still says "Cant understand condition"

#

for "if event-block placed is water:"

pine jackal
#

remove the placed

naive haven