• 1.自2023年7月25日起,本站更换了全新的UI主题,将带来全新的用户体验,感谢您对我们社区的支持!点击这里可以切换到原来的主题!

    2.本站现在需要在注册前验证电子邮箱,已注册用户不受影响,详情请查看公告贴

MTR 【更新搬运】【提供下载】MTR 3.1.6

Minecraft Transit Railway

科蓝kl

Lv.7 机械师
管理成员
管理员助理
LV
0
 
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

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
(点击蓝色连接即可跳转到下载页面)

变化
  1. 修复了站名入口标志错位的Bug
  2. 增加了自定义列车的选项:①门的动画类型:在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
 
由版主最后编辑:

顶部