All versions
0.5.2+1.19.4
Release
0.5.2 for 1.19.42 years ago 20.1K
Compatibility
Minecraft: Java Edition
1.19.4
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:
- Change: Bridge creator now no longer places a full block below the node at the top of a slope, due to undesirable effect when used together with a rail model that contains a ground part
- Fix: MTR's sans font overridden with Noto Sans CJK, causing draw issue
- Add: (JS) DynamicModelHolder utility class, for programmatically creating models
- Fix: (JS) EyeCandy's ScriptHolder and ScriptContext cannot be reloaded
- Change: (JS) Allow setting RenderType and sharing texture in DisplayHelper
- Fix: (JS) Function calls aggregating after script reload
- Fix: (JS) CycleTracker.stateNowDuration returns incorrect value
- Fix: ModelCluster.uploadedTranslucentPart not released
更改内容:
- 更改: 由于和带地面的轨道模型配合不佳,桥梁创建器现在不在顶端节点下方放置完整方块了
- 修复: 使用 Noto Sans CJK 替代 MTR 的无衬线字体时导致了绘制问题
- 新增: (JS) DynamicModelHolder 实用类, 用于以编程方式创建模型
- 修复: (JS) 装饰物件的 ScriptHolder 和 ScriptContext 无法重新加载
- 变更: (JS) 允许在 DisplayHelper 中设置渲染阶段以及共享贴图
- 修复: (JS) 脚本重新加载后函数调用叠加
- 修复: (JS) CycleTracker.stateNowDuration 返回错误的值
- 修复: ModelCluster.uploadedTranslucentPart 没有释放
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:JcADLY4p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8pXSjgW8:JcADLY4p"
}


