- Prevent some potential NullPointerException crashes
- Force config to generate when the game is loaded instead of waiting for player to load a world
- Added experimental feature: Biome filter (
biomes
andexcludedBiomes
)
Similar todimensions
andexcludedDimensions
, it lets to you to control on which biome a block can or cannot generate. ChangeenableExperimentalFeatures
incobblegen-meta.json5
to test this feature.
- Fixed basalt generator is not being loaded