Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Created 2 years ago
Updated 2 days ago
Changelog
- Fixed disk features causing crashes during worldgen (they can no longer access the world from multiple threads at the same time.)
- The Loot Table Whacker now displays error and success messages above the hotbar.
- Converted feature configurations to records.
- Added the Optimized Biome Tag Condition Source, allowing surface rules to utilize tags without causing lag.
- Each time a server is loaded or a datapack is reloaded, all Optimized Biome Tag Condition Sources will iterate through the entries in their specified tag, and add them to a list.
- This means that the previous iteration using tags no longer needs to iterate through the tag for every single block it checks, only needing to use a already-existing list, matching the performance of regular Biome Condition Sources.
- All path features now include a "chance" field in their configurations, denoting the chance for each block to place during generation.
- Cleaned up and improved some mixins.
- Some internal cleanup and annotation.