Skip to content

Instantly share code, notes, and snippets.

@drhax9908
Created June 20, 2020 05:36
Show Gist options
  • Select an option

  • Save drhax9908/8c9dbfe4a72cc08c1ff4dd0015b748b0 to your computer and use it in GitHub Desktop.

Select an option

Save drhax9908/8c9dbfe4a72cc08c1ff4dd0015b748b0 to your computer and use it in GitHub Desktop.
minecraft working superflat json for 1.16 rc1
{
"type": "minecraft:overworld",
"generator": {
"settings": {
"structures": {
"stronghold": {
"distance": 32,
"spread": 3,
"count": 128
},
"structures": {
"minecraft:village": {
"spacing": 32,
"separation": 8,
"salt": 10387312
}
}
},
"layers": [
{
"height": 4,
"block": "minecraft:bedrock"
},
{
"height": 1,
"block": "minecraft:prismarine"
},
{
"height": 1,
"block": "minecraft:dark_prismarine"
},
{
"height": 1,
"block": "minecraft:prismarine_bricks"
},
{
"height": 1,
"block": "minecraft:polished_blackstone"
},
{
"height": 1,
"block": "minecraft:blackstone"
},
{
"height": 1,
"block": "minecraft:obsidian"
},
{
"height": 1,
"block": "minecraft:crying_obsidian"
},
{
"height": 1,
"block": "minecraft:melon"
},
{
"height": 1,
"block": "minecraft:quartz_bricks"
},
{
"height": 2,
"block": "minecraft:netherite_block"
},
{
"height": 1,
"block": "minecraft:crimson_stem"
},
{
"height": 1,
"block": "minecraft:warped_stem"
},
{
"height": 1,
"block": "minecraft:warped_planks"
},
{
"height": 1,
"block": "minecraft:crimson_planks"
},
{
"height": 1,
"block": "minecraft:stripped_warped_stem"
},
{
"height": 1,
"block": "minecraft:stripped_crimson_stem"
},
{
"height": 1,
"block": "minecraft:diamond_ore"
},
{
"height": 1,
"block": "minecraft:iron_ore"
},
{
"height": 1,
"block": "minecraft:coal_ore"
},
{
"height": 2,
"block": "minecraft:stone"
},
{
"height": 1,
"block": "minecraft:shroomlight"
},
{
"height": 1,
"block": "minecraft:stripped_warped_hyphae"
},
{
"height": 1,
"block": "minecraft:stripped_crimson_hyphae"
},
{
"height": 1,
"block": "minecraft:warped_hyphae"
},
{
"height": 1,
"block": "minecraft:crimson_hyphae"
},
{
"height": 2,
"block": "minecraft:dirt"
},
{
"height": 1,
"block": "minecraft:grass_block"
}
],
"biome": "minecraft:plains"
},
"type": "minecraft:flat"
}
}
@azwarners
Copy link

Thank you so much for providing a template to add new dimensions using datapacks! This is very helpful. The information at https://minecraft.gamepedia.com/Custom_dimension is useful, but there were no samples like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment