Tags
Creators
Details
0.3.2-Fabric-1.19.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: Crash introduced in 0.3.1 when right-clicking any rail node
- 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
- Fix: Other items including driver key also opens the rail editing GUI
- Fix: GUI pauses singleplayer game
本次更新主要修复了一些 bug。
更改内容:
- 修复: 0.3.1 版中右键点击轨道节点时崩溃
- 修复: 关闭了纵向曲线的下坡方向轨道的坡向不对
- 修复: 在某些苹果设备上模型显示为全白
- 更改: 调整了轨道编辑屏幕的界面逻辑以使其更直观
- 修复: 在 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:OFWNxAkw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8pXSjgW8:OFWNxAkw"
}

