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"
]
}
Dependencies
Files
bclib-2.3.0.jar(1.96 MiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
BetaVersion number
2.3.0Loaders
Fabric