Advertisement
Lxlp

Untitled

May 31st, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.50 KB | None | 0 0
  1. Utility_Relocation_Align_SeaFloor:
  2.   Conditions:
  3.  - inblock{b=WATER} castinstead Utility_Relocation_Align_SeaFloor_2
  4.   - inblock{b=AIR} true
  5.   Skills:
  6.  - teleport @selflocation{y=-1}
  7.   - skill:Utility_Relocation_Align_SeaFloor
  8.  
  9. Utility_Relocation_Align_SeaFloor_2:
  10.   Conditions:
  11.  - inblock{b=WATER} orElseCast Utility_Relocation_Undo
  12.   Skills:
  13.  - teleport @selflocation{y=-1}
  14.   - skill:Utility_Relocation_Align_SeaFloor_2
  15.  
  16. Utility_Relocation_Undo:
  17.   Skills:
  18.  - teleport @selflocation{y=1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement