Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
3.1.0
Release
3.1.0last year 228.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Performance:
- Bridges (Except Rope & Bamboo ) use 11 states instead of 16, they work the same
Changes:
- Torch/Lantern will now always place on the railing
- Bridge/Torch recipe revertion
- If you click the bridge support on a placed one, it will place it on top of it
- Added Collision for Bridge Stairs Sides
- Tags are no longer tagged by material but by type
- Iron Bridge and Stairs now include "iron" in the model file
- Improvements for Pliers, less buggy
Fixed Bugs:
- Reseting tool when next to each other
- Crashing due to trapdoors tag
- No placing sounds, when placing a bridge or stair by right clicking with the same item
- Bridges Torch placement is placing them randomly
- Misaligned bridge lanterns
- Bridge Torches have no animation
- Bridge support black texture when solid block underneath them
- Forced Bridge Rotation cant be changed with tool
- Bridge State Reset
- Red Asian Bridge and Glass Bridge are tagged as "bridge_lights" instead of Bridge Light & Lantern
Translations:
- zh_cn added by Monostar14
- es_cl updated by Ganbare-Lucifer
- fr_fr updated by Samlegamer
- ru_ru updated by cutiegin
- es_mx added by TheLegendofSaram
- ja_jp added by Anpan715
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:GURcjz8O:kMrmVNHL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GURcjz8O:kMrmVNHL"
}

