Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for (int x = 0; x < 8; x++)
  2. {
  3. for (int y = 0; y < 8; y++)
  4. {
  5. for (int z = 0; z < 8; z++)
  6. {
  7. structure.addBlockState(new BlockPos(x,y,z), (short) 100, 100, Blocks.STONE.getDefaultState());
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement