promotional bannermobile promotional banner

BCLib

A library mod for BetterX mods

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

Fabric

modImplementation "curse.maven:bclib-495191:4502146"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 for BCLBiomeSource
  • 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:

json { "disable": [ "minecraft:jungle_chest_boat", "bclib:test_star" ] }