Tags
Creators
Details
All versions
0.4.2+1.18.2
Release
0.4.2 for 1.18.23 years ago 5,684
Compatibility
Minecraft: Java Edition
1.18.2
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
This update contains some bugfixes.
Changelog:
- Change: Depth sorting is turned off for translucent faces by default (This should hopefully boost performance)
- Change: Prioritize processing rail rendering updates closer to the player
- Fix: Performance issue with very long rails (Rail sections outside view distance were still rendered)
- Fix: Train model parts with INTERIOR_TRANSLUCENT stage was not hidden beyond detail render distance (MTR hides them regardless of setting of skip_rendering_if_too_far, now it's changed to match the behavior of vanilla MTR)
- Fix: Crash in JavaScript handling code when the last platform isn't in station area
- Fix: Broken zh_hk translation
- Add: "/mtrnte hideriding" command, as a shortcut to toggle the "hide riding train" rendering setting
- Add: Scripting train members "id()", "siding()", "lastCarPosition", "lastCarRotation"
本次更新修复了一些 bug。 更改内容:
- 更改:默认情况下关闭半透明面的深度排序(应该可以提高性能)
- 更改:优先处理靠近玩家的轨道渲染更新
- 修复:非常长的轨道导致的性能问题(具体来说,之前仍然处理了可视范围外的铁轨分段)
- 修复:Stage 设为 INTERIOR_TRANSLUCENT 的列车模型部件在详细渲染距离之外没有隐藏(MTR 原版不管 skip_rendering_if_too_far 是否打开都会隐藏它们,所以现在已更改为与原版 MTR 的行为相匹配)
- 修复:对于有 JavaScript 的列车,当最后一个站台不在车站区域内时会崩溃
- 修复:香港繁体翻译无法加载
- 添加:"/mtrnte hideriding" 命令,作为切换 "不显示自己所乘坐的车辆" 渲染设置的快捷方式
- 添加:列车 JavaScript 成员 "id()"、"siding()"、"lastCarPosition"、"lastCarRotation"
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:CIdyojUj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8pXSjgW8:CIdyojUj"
}


