File Details
bclib-2.3.0 [1.19.4]
- B
- Apr 22, 2023
- 1.96 MB
- 2.8K
- 1.19.4
- Fabric
File Name
bclib-2.3.0.jar
Supported Versions
- 1.19.4
Curse Maven Snippet
Features
- Built for 1.19.4
- Disable any Recipe using a DataPack file.
- New Helper to handle config files from Datapacks
Changes
BCLBiomeRegistryis used to populate Fabric Biomes- Updated Recipe Categories
- Recipe Handling moved to Datagen
- Removed
BiomeSourceFromRegistry-Interface - Using
collectPossibleBiomesforBCLBiomeSource - BetterX-Type initialization Code for Servers
- More consistent Names for Anvil Mixins
Fixes
- New
SmithingTransformRecipecrashes 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:
json
{
"disable": [
"minecraft:jungle_chest_boat",
"bclib:test_star"
]
}

