Paste #33731: Untitled Paste

Date: 2016/05/25 14:07:08 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


ma_warps: 
  type: world 
  events: 
    on creeper spawns: 
      - wait 2t 
      - if <context.location.block.material> contains "_water" && <context.entity.eid.is_inside_vehicle> == "false" { 
        - mount creeper|boat <context.location> 
        - remove <context.entity> 
      }