Before you download any of these, please make sure you are at the latest Beta since these are created at 1.12.0.4
Old Versions are not supported
Introducing Akihiro Akagi's Flat World, Akihiro focuses on flat world ideas were good and not yet published in MCPEDL.
Select version for changelog:
Changelog
New Flat Worlds
- Glowstone - For those who want to spend a whole lifetime mining them.
- Land and Hell, Normal flatworld but with infinite lava ocean underneath.





Ask him!
Note: you will need to buy Minecraft first!
{
"block_layers": [
{
"block_data": 0,
"block_name": "minecraft:bedrock",
"count": 1
},
{
"block_data": 0,
"block_name": "minecraft:dirt",
"count": 2
},
{
"block_data": 0,
"block_name": "minecraft:grass",
"count": 1
}
],
"biome_id": 1,
"encoding_version":4
}
The biome id changes what biome it uses.
Keep the encoding version when replacing other layers.
the "Count" is how tall the blocks are organized per layer.
Blocks on the layers are ordered bottom to top meaning the top layer e.g. bedrock listed at the top will be listed as the bottom layer of the world. If you change the flat world layers of an existing world, the new changes only affect the areas you didn't go to yet. To change the world generator type, change "generator" in the world NBT to either 0, 1, or 2.
0 = Old
1 = Infinite
2 = Flat
I tested changing the generator type and it worked