- 2022-02-27
- 136
- 16
- 勋章
- 2
3.1.6 is available! This is a relatively small update, but please back up your worlds before installing!
Recommended Downloads using TechnicLauncher
discord.com
Manual Downloads
(If some versions have not appeared in the list yet, please try again in a few minutes.)
Changes
- Fixed station name entrance signs misaligned
- Additional options for custom trains:
- Door animation types: Use the door_animation_type field in mtr_custom_resources.json.
- Removing the "Please mind the gap" door overlays: Set the render_door_overlay field to false in mtr_custom_resources.json.
mtr_custom_resources.json full example:
{
"custom_trains": {
"my_train": {
"name": "My Custom Train",
"color": "FF0000",
"base_train_type": "m_train",
"door_animation_type": "PLUG_SLOW",
"render_door_overlay": false,
"texture_id": "mtr:my_directory/test.png"
}
}
}
Valid door animation types:
STANDARD
STANDARD_SLOW
CONSTANT
PLUG_FAST
PLUG_SLOW
BOUNCY_1
BOUNCY_2
MLR
R179
R211
For more information about adding custom resources for the mod, please see this video:
Recommended Downloads using TechnicLauncher

Discord - Group Chat That’s All Fun & Games
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
Manual Downloads
(If some versions have not appeared in the list yet, please try again in a few minutes.)
Changes
- Fixed station name entrance signs misaligned
- Additional options for custom trains:
- Door animation types: Use the door_animation_type field in mtr_custom_resources.json.
- Removing the "Please mind the gap" door overlays: Set the render_door_overlay field to false in mtr_custom_resources.json.
mtr_custom_resources.json full example:
{
"custom_trains": {
"my_train": {
"name": "My Custom Train",
"color": "FF0000",
"base_train_type": "m_train",
"door_animation_type": "PLUG_SLOW",
"render_door_overlay": false,
"texture_id": "mtr:my_directory/test.png"
}
}
}
Valid door animation types:
STANDARD
STANDARD_SLOW
CONSTANT
PLUG_FAST
PLUG_SLOW
BOUNCY_1
BOUNCY_2
MLR
R179
R211
For more information about adding custom resources for the mod, please see this video:
3.1.6发布了!这是一个相对较小的更新,但请在安装之前备份您的世界!
:文件 - 我的世界过境铁路 - 模组 - 我的世界 - 诅咒锻造 (curseforge.com)
modtinth下载(推荐):Minecraft Transit Railway - Versions (modrinth.com)
TechnicLauncher下载(不推荐):Discord
(点击蓝色连接即可跳转到下载页面)
变化
- 修复了站名入口标志错位的Bug
- 增加了自定义列车的选项:①门的动画类型:在mtr_custom_resources.json中的door_animation_type字段;②移除 "请注意间隙 "的车门上方标志:在mtr_custom_resources.json中设置render_door_overlay为False。
mtr_custom_resources.json完整示例:
Java:
{
"custom_trains": {
"my_train": {
"name": "My Custom Train",
"color": "FF0000",
"base_train_type": "m_train",
"door_animation_type": "PLUG_SLOW",
"render_door_overlay": false,
"texture_id": "mtr:my_directory/test.png"
}
}
}
有效的门动画类型:
STANDARD
STANDARD_SLOW
CONSTANT
PLUG_FAST
PLUG_SLOW
BOUNCY_1
BOUNCY_2
MLR
R179
R211
由版主最后编辑: