Compatibility
Minecraft: Java Edition
1.21.x
1.20.3–1.20.4
1.20–1.20.1
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 months ago
Changelog
Features
- Built for 1.19.4
- Disable any Recipe using a DataPack file.
- New Helper to handle config files from Datapacks
Changes
BCLBiomeRegistry
is used to populate Fabric Biomes- Updated Recipe Categories
- Recipe Handling moved to Datagen
- Removed
BiomeSourceFromRegistry
-Interface - Using
collectPossibleBiomes
forBCLBiomeSource
- BetterX-Type initialization Code for Servers
- More consistent Names for Anvil Mixins
Fixes
- New
SmithingTransformRecipe
crashes EMI
Notes
BCLib allows you to disable any recipe (by Id) in the game. You can add a new File bclib/config/recipes.json
to your
datapack with the following content:
{
"disable": [
"minecraft:jungle_chest_boat",
"bclib:test_star"
]
}