Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (int i = -2; i <= 2; i++)
- {
- mc.setBlock(x+i,y,z+2,rzad_1[i+2])
- mc.setBlock(x+i,y,z+1,rzad_2[i+2])
- mc.setBlock(x+i,y,z,rzad_3[i+2])
- mc.setBlock(x+i,y,z-1,rzad_4[i+2])
- mc.setBlock(x+i,y,z-2,rzad_5[i+2])
- }
Advertisement
Add Comment
Please, Sign In to add comment