Tags
Creators
Details
All versions
0.4.1+1.19.2
Release
0.4.1 for 1.19.23 years ago 14.6K
Compatibility
Minecraft: Java Edition
1.19.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 important bugfixes.
Changelog:
- Fix: Trains using OBJ models and "position" in model properties have models appearing at very wrong places
- Fix: Some labels in GUI only shows an red arrow instead of actual contents
- Change: Make resource loading exception message more understandable
- Fix: JavaScript trains with "base_type" have wrong default values for some properties, causing player unable to alight
- Fix: Resources.getSystemFont in JS didn't work and returned null
- Fix: DisplayHelper in JS did not specify AffineTransform with full name
本次更新修复了一些较有影响的 bug。 更改内容:
- 修复: 使用 OBJ 模型,且在模型属性中用到 "position" 的列车,模型会出现在较为离谱的地方
- 修复: GUI 中的一些文字只显示一个红色箭头,没有实际内容
- 更改: 让资源加载报错信息更易理解
- 修复: 使用 "base_type" 的以 JavaScript 渲染的列车,一些设定的默认值不正确,使得玩家无法下车
- 修复: JS 中的 Resources.getSystemFont 不能运作而是返回 null
- 修复: JS 中的 DisplayHelper 没有以全包名指定 AffineTransform
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:KsEFojWD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8pXSjgW8:KsEFojWD"
}


