added an upsetting number of biomes + updates & optimizations

Added Terralith and Biomes O plenty for even more biomes
As well as terrain generation optimization via faster random & c2me which adds threading for chunk generation

updated Arphex which fixed an obscure crash with the broodmother
This commit is contained in:
2025-05-25 10:13:48 -05:00
parent 14dd116b00
commit 6ce101c83a
17 changed files with 458 additions and 53 deletions

View File

@ -272,5 +272,142 @@
}
}
}
},
"biomesoplenty": {
"withered_abyss": {
"spawn": {
"ambient": {
"betternether": {
"firefly": {
"weight [default: 5]": 5,
"minGroupSize [default: 1]": 1,
"maxGroupSize [default: 3]": 3
},
"hydrogen_jellyfish": {
"weight [default: 5]": 5,
"minGroupSize [default: 2]": 2,
"maxGroupSize [default: 6]": 6
}
}
},
"monster": {
"betternether": {
"naga": {
"weight [default: 8]": 8,
"minGroupSize [default: 3]": 3,
"maxGroupSize [default: 5]": 5
}
}
}
}
},
"undergrowth": {
"spawn": {
"ambient": {
"betternether": {
"firefly": {
"weight [default: 5]": 5,
"minGroupSize [default: 1]": 1,
"maxGroupSize [default: 3]": 3
},
"hydrogen_jellyfish": {
"weight [default: 5]": 5,
"minGroupSize [default: 2]": 2,
"maxGroupSize [default: 6]": 6
}
}
},
"monster": {
"betternether": {
"naga": {
"weight [default: 8]": 8,
"minGroupSize [default: 3]": 3,
"maxGroupSize [default: 5]": 5
}
}
}
}
},
"erupting_inferno": {
"spawn": {
"ambient": {
"betternether": {
"firefly": {
"weight [default: 5]": 5,
"minGroupSize [default: 1]": 1,
"maxGroupSize [default: 3]": 3
},
"hydrogen_jellyfish": {
"weight [default: 5]": 5,
"minGroupSize [default: 2]": 2,
"maxGroupSize [default: 6]": 6
}
}
},
"monster": {
"betternether": {
"naga": {
"weight [default: 8]": 8,
"minGroupSize [default: 3]": 3,
"maxGroupSize [default: 5]": 5
}
}
}
}
},
"crystalline_chasm": {
"spawn": {
"ambient": {
"betternether": {
"firefly": {
"weight [default: 5]": 5,
"minGroupSize [default: 1]": 1,
"maxGroupSize [default: 3]": 3
},
"hydrogen_jellyfish": {
"weight [default: 5]": 5,
"minGroupSize [default: 2]": 2,
"maxGroupSize [default: 6]": 6
}
}
},
"monster": {
"betternether": {
"naga": {
"weight [default: 8]": 8,
"minGroupSize [default: 3]": 3,
"maxGroupSize [default: 5]": 5
}
}
}
}
},
"visceral_heap": {
"spawn": {
"ambient": {
"betternether": {
"firefly": {
"weight [default: 5]": 5,
"minGroupSize [default: 1]": 1,
"maxGroupSize [default: 3]": 3
},
"hydrogen_jellyfish": {
"weight [default: 5]": 5,
"minGroupSize [default: 2]": 2,
"maxGroupSize [default: 6]": 6
}
}
},
"monster": {
"betternether": {
"naga": {
"weight [default: 8]": 8,
"minGroupSize [default: 3]": 3,
"maxGroupSize [default: 5]": 5
}
}
}
}
}
}
}