Changelog
Important Notes
This is a beta Release!!! Things might break.
Notable Changes
Beginning with 1.19.3, BCLib relies on builtin Datapacks for Biomes, Features (configured or placed) as well as Structures.
Datagen Entrypoint
Please set up a DataGeneration-Pass for your mod, according to
(Fabric's DataGen Guidlines)[https://fabricmc.net/wiki/tutorial:datagen_setup]. In addition you
should also add the following argument to the datagenClient
in your build.gradle:
vmArg "-Dfabric-api.datagen.modid=<modID>"
.
Otherwise the generated data may include the datapack-entries from bclib as well. You can find an example for this Setup in ( BetterNether)[https://github.com/quiqueck/BetterNether/tree/1.19.3/src/main/java/org/betterx/datagen/betternether]
ChangeLog
- Built for 1.19.3
- Removed Canvas Support
BCLBiomeSource
relies more on BCLRegistry- Adapted
BCLBiomeBuilder
for DataGen pass - Adapted
BCLPlacedFeatureBuilder
for DataGen pass - Adapted
BCLFeatureBuilder
for DataGen pass - Log Amplified Setting for Nether
- Make sure BCLBiomes do not keep cyclic/order dependant references
Dependencies
Files
bclib-2.2.0.jar(1.92 MiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
BetaVersion number
2.2.0Loaders
Fabric