Paste #29834: Untitled Paste

Date: 2016/02/07 08:50:50 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12


Creeper:
    type: world
    events:
        on creeper explodes:
        - note cu@146,1,-131,world|-128,200,143,world as:spawn
        - if <entity.location.cuboids.formatted.contains[spawn]> {
          - queue clear
          }
          else {
          - explode power:1.5 <context.location> breakblocks
          - determine cancelled
          }