BlueCommander

forloop2.mcfunction

Oct 19th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. scoreboard players operation Global z = Global box_zmin
  2. scoreboard players operation Global run_scratch2 = Global box_zmax
  3. execute if score Global z <= Global run_scratch2 run function blingedit_tutorial:forloop3
  4. scoreboard players add Global y 1
  5. execute if score Global y <= Global run_scratch1 run function blingedit_tutorial:forloop2
Add Comment
Please, Sign In to add comment