Tags
Creators
Details
0.3.1-Forge-1.18.2
Compatibility
Required content
Changes
MTR 版本要求: 3.1.12+
MTR Version Required: 3.1.12+
NTE 不再仅需客户端安装。详见 此处 。
NTE is no longer client-only. Refer to this for details.
This update contains some bugfixes. Changelog:
- Fix: Downward gradients with vertical curve turned off incline the wrong way
- Fix: Models appearing completely white on some apple devices
- Change: Tweaked the logic of rail editing screen for it to be more intuitive
- Fix: Models not rendering with GL4ES (PojavLauncher/HMCLPE etc.)
- Change: Rail nodes now revert to their original appearance when 3D rail is turned off
- Fix: Selected rail not updated when editing due to delay before GUI opening
- Add: Some translation from Crowdin contributors
本次更新主要是修复一些 bug。
更改内容:
- 修复: 关闭了纵向曲线的下坡方向轨道的坡向不对
- 修复: 在某些苹果设备上模型显示为全白
- 更改: 调整了轨道编辑屏幕的界面逻辑以使其更直观
- 修复: 在 GL4ES (PojavLauncher/HMCLPE 等) 上模型不能显示
- 更改: 轨道节点现在在关闭 3D 轨道功能时会返回 MTR 原版的外观
- 修复: 编辑轨道时因 GUI 打开前时间差而使编辑不能反映到选定的轨道上
- 增加: Crowdin 合作者贡献的翻译
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:OtwumeNb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8pXSjgW8:OtwumeNb"
}

