Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (int x = 0; x < 8; x++)
- {
- for (int y = 0; y < 8; y++)
- {
- for (int z = 0; z < 8; z++)
- {
- structure.addBlockState(new BlockPos(x,y,z), (short) 100, 100, Blocks.STONE.getDefaultState());
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement