Per Dimension Generator
Enabling Per Dimension Generator
config.enablePerDimensionGenerator = falseconfig.enablePerDimensionGenerator = trueCustomizing Dimension Generator
Generator Blocks and ChancesOverworld
config.overworld = [
{ identifier: "cobblestone", chance: 14 },
{ identifier: "coal_ore", chance: 13 },
{ identifier: "iron_ore", chance: 13 },
{ identifier: "copper_ore", chance: 12 },
{ identifier: "gold_ore", chance: 11 },
{ identifier: "redstone_ore", chance: 11 },
{ identifier: "lapis_ore", chance: 11 },
{ identifier: "diamond_ore", chance: 10 },
{ identifier: "emerald_ore", chance: 5 }
]Nether
The End
Last updated