- Really fixed the rare crash in the End generation this time
- Trying to fix a rare crash in the End generation
- Pre-populate the End biome cache during init
- It is now possible to match vanilla/data biomes via biome tags in sub-biome criteria
- The distance criterion is now known as deviation
- Fixed bug with deviation, ratio, and value ofMax factories
- Internal code improvements
- See the wiki for docs
- SubBiomeMatcher is replaced by a Criterion
- User-supplied criteria are now possible
- Overhaul Sub-Biome Criteria (thanks to Apollo)
- Significant API changes, but limited to sub-biome placement
- Update to 1.21 for Fabric and NeoForge
- Forge is delayed until Architectury supports it
- Update to 1.21-pre
- Update to 1.20.5
- Enable NeoForge build (Forge still AWOL)
- Update for 1.20.5-pre4 (no significant changes)
- (API addition) Add sub-biome 'all_of' and 'any_of' criteria which evaluate a list of sub-criteria
- (API CHANGE) Remove the unused
type
first arg of SubBiomeMatcher.Criterion.ofAlternate()
- (API addition) Add sub-biome 'all_of' and 'any_of' criteria which evaluate a list of sub-criteria
- (API CHANGE) Remove the unused
type
first arg of SubBiomeMatcher.Criterion.ofAlternate()
- Update for 1.20.5-pre1
- Work around bclib adding FAPI biomes after requesting ours