Skip to content

Instantly share code, notes, and snippets.

@nonnensense
Last active July 27, 2023 03:45
Show Gist options
  • Select an option

  • Save nonnensense/26508c8d73d794bbdf42e3446b8a1c67 to your computer and use it in GitHub Desktop.

Select an option

Save nonnensense/26508c8d73d794bbdf42e3446b8a1c67 to your computer and use it in GitHub Desktop.
A minecraft generation settings file for superflat world with all overworld biomes
{
"bonus_chest": false,
"dimensions": {
"minecraft:overworld": {
"generator": {
"biome_source": {
"seed": 1,
"large_biomes": false,
"type": "minecraft:vanilla_layered"
},
"seed": 1,
"settings": {
"bedrock_roof_position": -10,
"bedrock_floor_position": 0,
"sea_level": 64,
"disable_mob_generation": false,
"default_block": {
"Name": "minecraft:stone"
},
"default_fluid": {
"Name": "minecraft:water",
"Properties": {"level": "0" }
},
"noise": {
"top_slide": {
"target": -10,
"size": 1,
"offset": 24
},
"bottom_slide": {
"target": -30,
"size": 0,
"offset": 0
},
"sampling": {
"xz_scale": 0.9999999814507745,
"xz_factor": 80,
"y_scale": 0.9999999814507745,
"y_factor": 160
},
"size_vertical": 2,
"size_horizontal": 1,
"height": 256,
"density_factor": 1,
"density_offset": -0.46875,
"random_density_offset": true,
"simplex_surface_noise": true,
"island_noise_override": false,
"amplified": false
},
"structures": {
"stronghold": {
"distance": 32,
"count": 128,
"spread": 3
},
"structures": {
"minecraft:village": {
"spacing": 32,
"separation": 8,
"salt": 10387312
},
"minecraft:desert_pyramid": {
"spacing": 32,
"separation": 8,
"salt": 14357617
},
"minecraft:igloo": {
"spacing": 32,
"separation": 8,
"salt": 14357618
},
"minecraft:jungle_pyramid": {
"spacing": 32,
"separation": 8,
"salt": 14357619
},
"minecraft:swamp_hut": {
"spacing": 32,
"separation": 8,
"salt": 14357620
},
"minecraft:pillager_outpost": {
"spacing": 32,
"separation": 8,
"salt": 165745296
},
"minecraft:stronghold": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:monument": {
"spacing": 32,
"separation": 5,
"salt": 10387313
},
"minecraft:endcity": {
"spacing": 20,
"separation": 11,
"salt": 10387313
},
"minecraft:mansion": {
"spacing": 80,
"separation": 20,
"salt": 10387319
},
"minecraft:buried_treasure": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:mineshaft": {
"spacing": 1,
"separation": 0,
"salt": 0
},
"minecraft:ruined_portal": {
"spacing": 40,
"separation": 15,
"salt": 34222645
},
"minecraft:shipwreck": {
"spacing": 24,
"separation": 4,
"salt": 165745295
},
"minecraft:ocean_ruin": {
"spacing": 20,
"separation": 8,
"salt": 14357621
},
"minecraft:bastion_remnant": {
"spacing": 27,
"separation": 4,
"salt": 30084232
},
"minecraft:fortress": {
"spacing": 27,
"separation": 4,
"salt": 30084232
},
"minecraft:nether_fossil": {
"spacing": 2,
"separation": 1,
"salt": 14357921
}
}
}
},
"type": "minecraft:noise"
},
"type": "minecraft:overworld"
},
"minecraft:the_nether": {
"generator": {
"biome_source": {
"seed": 1,
"preset": "minecraft:nether",
"type": "minecraft:multi_noise"
},
"seed": 1,
"settings": "minecraft:nether",
"type": "minecraft:noise"
},
"type": "minecraft:the_nether"
},
"minecraft:the_end": {
"generator": {
"biome_source": {
"seed": 1,
"type": "minecraft:the_end"
},
"seed": 1,
"settings": "minecraft:end",
"type": "minecraft:noise"
},
"type": "minecraft:the_end"
}
},
"seed": 1,
"generate_features": true
}
@HateAndLoveModding
Copy link

How do I use this?

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