On Minecraft, I am trying to make an adventure map the requires an entire world made of iron blocks. I have no clue how to edit the adventure maps besides villages, dungeons, ect. ect. If posible, could you also tell me the code I would need for a world made of iron?
41 Answer
The code for your preset is as follows:
2; 7, 63*minecraft:iron_block; 2
2; To dictate the current preset parser.
7, For a layer of bedrock
63*minecraft:iron_block; For 63 layers of iron blocks
2 For a desert biome for no rain. Other biome IDs can be found here