All versions
2.0pre4
Beta
Building But Better 2.0pre4 (Fabric 1.20.1)5 months ago 214.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
2.0pre4 Changelog
Bug Fixes
- Iron Fence crash -- Fixed crash when placing two Iron Fences next to each other - resolves an
IllegalAccessErrorfrom accessing a private method onWallBlock. (#73, #75, #76) - Invalid Rotation -90.0 -- Fixed a rotation in a random unused model that was throwing errors. (#66)
- Moulding Models -- Fixed template model so it uses the proper texture mappings - outer corners with dentils toggled off should now have the appropriate texture instead of showing Stone.
- Cut Copper Layer -- Cut Copper Layers now support waxing, unwaxing, and scraping like Vanilla Copper blocks. (#69)
- Mipmapping -- Addressed mipmapping issues. (#65) - found some others too, skimmed logs and didn't see any remaining so hopefully this is good now?
Other
- Misc. Recipes -- Added missing recipes for Chisel, all Stone Frames, Balustrades, and Lattices. (#67, #68, #70, #72)
- Wooden Fuel Items — Wooden BBB items can now be used as Furnace fuel with the burn time of Sticks - 1 BBB item can smelt 1 item because I am lazy and did not want to figure out individual values for everything. (#61)
- Polished Stone blockstate now "supports" a middle state
As always, please report issues on GitHub or our Discord server and I will tackle them as soon as I can!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:OSDpLd82:Of3JR2lP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OSDpLd82:Of3JR2lP"
}

