BlueCommander

forloop1.mcfunction

Oct 19th, 2018
148
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 y = Global box_ymin
  2. scoreboard players operation Global run_scratch1 = Global box_ymax
  3. execute if score Global y <= Global run_scratch1 run function blingedit_tutorial:forloop2
  4. scoreboard players add Global x 1
  5. execute if score Global x <= Global run_scratch0 run function blingedit_tutorial:forloop1
Add Comment
Please, Sign In to add comment