Tags
Creators
Details
All versions
2.0pre3
Beta
Building But Better 2.0pre3last year 1.29M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog (2.0pre3)
- Fixed Polish Stone and gave it connection features
- Fixed missing Bamboo Mosaic Layer (was breaking Axe tags)
- Fixed Column connections
- Fixed Frame block sounds
- Fixed Iron Fences (no longer crashing, hopefully)
- Added Wooden Frames tag
- Frames now only connect to Frames facing the same direction
- Stone Fences: pillar state forced true if not connected to anything
- Stone Fences: center pillar can only be toggled when between two other fences
- Fixed mip-mapping issues
- Fixed Balustrade bottom textures
- Fixed Lattice culling
- Fixed Braziers giving off light when unlit and lighting them with Fire Charges
- Fixed Frame hitbox crashes and improper waterlogging
- Fixed Lattices not waterlogging properly
- Fixed Layers not removing waterlogging when turned into a full block
- Fixed Urn Dirt duplication
- Fixed missing Moulding faces
- Half-baked WIP Lattice particle fix
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:2bZYkC7m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OSDpLd82:2bZYkC7m"
}


