Paste #48911: Untitled Paste

Date: 2018/08/09 06:15:03 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


- repeat 999 {
                    - modifyblock cu@<player.location.below>|<player.location.below.add[0,-12,0]> m@stationary_water,2
                    - flag <player> WaterSpoutBlocks:<player.location.below>
                    - flag <player> WaterSpoutBlocks:+:<player.location.below.add[0,-12,0]>
                    - modifyblock cu@<player.flag[WaterSpoutBlocks].get[1]>|<player.flag[WaterSpoutBlocks].get[2]> m@air
                    - if <player.flag[OnWaterSpout]||false> == false {
                        - repeat stop
                    }
                    - flag player WaterSpoutBlocks:!
                    - wait 1t
                }