Tags
Creators
Details
All versions
0.5.1+1.20.1
Release
0.5.1 for 1.20.12 years ago 11.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Supported environments
Client and server
Required content
Changes
MTR 版本要求: 3.1.12 以上 4.0.0 以下
MTR Version Required: Above 3.1.12 but below 4.0.0
Changelog:
- Fix: Bridge & tunnel creator became too imprecise in 0.5.0, now it should be relatively better
- Fix: Bridge creator not removing one block on top (now in line with original MTR behavior)
- Change: Bridge creator now places a full block below the node at the top of a slope
- Change: Bridge creator now place double slabs at where it used to place top slabs
- Fix: Crash when using Sodium 0.5+
更改内容:
- 修复: 桥梁和隧道创建器在 0.5.0 里变得太不准确了,现在应当相对更好一点
- 修复: 桥梁创建器不去除上方一格方块 (现在和 MTR 原版行为一致了)
- 更改: 桥梁创建器现在在顶端节点下方放置完整方块了
- 更改: 桥梁创建器现在在原先放上半砖的地方会放置双半砖
- 修复: 在同时使用 Sodium 0.5+ 时崩溃
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:8pXSjgW8:6RYFSYeC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8pXSjgW8:6RYFSYeC"
}


