Facebook
From dupad11, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 232
  1. on place of end stone:
  2.     send "&aPostawiles stoniarke"
  3.     if block at event-location is end stone:
  4.         if block above event-location is air:
  5.             set block above event-location to stone
  6.  
  7. on break of stone:
  8.     set {_loc.%event-location%} to event-location
  9.     wait 0.5 seconds
  10.     if block under {_loc.%event-location%} is end stone:
  11.         if block at {_loc.%event-location%} is air:
  12.             set block at {_loc.%event-location%} to stone