Guest User

Untitled

a guest
Jan 30th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for (int i = -2; i <= 2; i++)
  2. {
  3. mc.setBlock(x+i,y,z+2,rzad_1[i+2])
  4. mc.setBlock(x+i,y,z+1,rzad_2[i+2])
  5. mc.setBlock(x+i,y,z,rzad_3[i+2])
  6. mc.setBlock(x+i,y,z-1,rzad_4[i+2])
  7. mc.setBlock(x+i,y,z-2,rzad_5[i+2])
  8. }
Advertisement
Add Comment
Please, Sign In to add comment