Перейти к содержимому
Mineforgian

Joban Client Mod

Railway Facilities addon and Enhancement mod for the Minecraft Transit Railway (MTR) Mod

Загрузки
857K
Подписчики
106
Обновлён
15 августа 2026 г.
Лицензия
MIT

Опубликован 24 августа 2022 г.

This mod is an addon to the Minecraft Transit Railway 4.0 mod that adds various decoration blocks and scripting support.

IMPORTANT: For MTR 4, use JCM v2.x.x. For MTR 3, use JCM v1.2.2

Joban Client Mod

This is an addon based on Minecraft Transit Railway Mod, adding various blocks from the Hong Kong MTR and utility blocks that will greatly improve your world. Some of the blocks this mod adds including Static Signal Light, Fare Saver machine, Railway Vision PIDS and other decoration blocks to help you build your very own railway system!

Supports Minecraft Forge/Fabric modloader, of the following version:

  • 1.16.5
  • 1.17.1
  • 1.18.2
  • 1.19.2
  • 1.19.4
  • 1.20.1
  • 1.20.4

FAQ & Support

Why does my game crash?

There's a variety of reasons, one of the main reasons is that you're using the wrong version of the MTR Mod.
Version labeled as Beta should only be used with a preview version of MTR Mod in their Discord.
If you're unable to download the preview version of MTR, please download the versions labeled as Release.

The game still crashes / I want to report a bug / I want to give suggestions

Most of the support are done in our Discord for easier communication, please join our Discord Server here.

I want to know more!

We have documented most parts of the mod in our wiki.

Ченджлог

v2.2.4+1.20.1Релиз1.20.1 · 15 августа 2026 г.

JCM v2.2.4 for MTR 4.0.5 has been released!

Additions

  • Add MinecraftClientWrapper.getRedstoneLevel(pos: BlockPos) to obtain the emitted redstone level in the world at a specific BlockPos.
  • Add Resources.hasSystemFont() to check if a font is available in the system
  • EyecandyBlockWrapper.redstoneLevel() now returns the true redstone level, instead of only 0 and 15.
  • Add an extra soundCategory: String argument overload for SoundManager.playSound and SoundManager.playLocalSound to play sound other than in the "Master" category.
  • PIDS Scripting:
    • Add TextWrapper.renderType() to specify a custom render type for text, alongside TextureWrapper.
    • Add TextWrapper.naturalLight() and TextureWrapper.naturalLight() to allow rendering PIDS elements at world light.

Changes

  • Incorrect invocation of ModelManager.upload() will now throw an error instead of crashing the game.
  • Whitelist top.mcmtr.core and top.mcmtr.mod for scripting
  • Vehicle Scripting:
  • ctx.setDataFetchMode() is now deprecated. You should now configure it in the script entry via the dataFetchMode field.

Fixes

Scripting

  • Fix Vehicle Stops Data incorrect when multiple same route is assigned
  • Fix TrainWrapper.accelerationConstant() returning value that is 160000x higher.
  • Fix a bug where changing an eyecandy scripted model will not dispose the previous script.

Download:
You can download this release on Modrinth, CurseForge or GitHub

v2.2.4+1.20.4Релиз1.20.4 · 15 августа 2026 г.

JCM v2.2.4 for MTR 4.0.5 has been released!

Additions

  • Add MinecraftClientWrapper.getRedstoneLevel(pos: BlockPos) to obtain the emitted redstone level in the world at a specific BlockPos.
  • Add Resources.hasSystemFont() to check if a font is available in the system
  • EyecandyBlockWrapper.redstoneLevel() now returns the true redstone level, instead of only 0 and 15.
  • Add an extra soundCategory: String argument overload for SoundManager.playSound and SoundManager.playLocalSound to play sound other than in the "Master" category.
  • PIDS Scripting:
    • Add TextWrapper.renderType() to specify a custom render type for text, alongside TextureWrapper.
    • Add TextWrapper.naturalLight() and TextureWrapper.naturalLight() to allow rendering PIDS elements at world light.

Changes

  • Incorrect invocation of ModelManager.upload() will now throw an error instead of crashing the game.
  • Whitelist top.mcmtr.core and top.mcmtr.mod for scripting
  • Vehicle Scripting:
  • ctx.setDataFetchMode() is now deprecated. You should now configure it in the script entry via the dataFetchMode field.

Fixes

Scripting

  • Fix Vehicle Stops Data incorrect when multiple same route is assigned
  • Fix TrainWrapper.accelerationConstant() returning value that is 160000x higher.
  • Fix a bug where changing an eyecandy scripted model will not dispose the previous script.

Download:
You can download this release on Modrinth, CurseForge or GitHub

v2.2.4+1.19.4Релиз1.19.4 · 15 августа 2026 г.

JCM v2.2.4 for MTR 4.0.5 has been released!

Additions

  • Add MinecraftClientWrapper.getRedstoneLevel(pos: BlockPos) to obtain the emitted redstone level in the world at a specific BlockPos.
  • Add Resources.hasSystemFont() to check if a font is available in the system
  • EyecandyBlockWrapper.redstoneLevel() now returns the true redstone level, instead of only 0 and 15.
  • Add an extra soundCategory: String argument overload for SoundManager.playSound and SoundManager.playLocalSound to play sound other than in the "Master" category.
  • PIDS Scripting:
    • Add TextWrapper.renderType() to specify a custom render type for text, alongside TextureWrapper.
    • Add TextWrapper.naturalLight() and TextureWrapper.naturalLight() to allow rendering PIDS elements at world light.

Changes

  • Incorrect invocation of ModelManager.upload() will now throw an error instead of crashing the game.
  • Whitelist top.mcmtr.core and top.mcmtr.mod for scripting
  • Vehicle Scripting:
  • ctx.setDataFetchMode() is now deprecated. You should now configure it in the script entry via the dataFetchMode field.

Fixes

Scripting

  • Fix Vehicle Stops Data incorrect when multiple same route is assigned
  • Fix TrainWrapper.accelerationConstant() returning value that is 160000x higher.
  • Fix a bug where changing an eyecandy scripted model will not dispose the previous script.

Download:
You can download this release on Modrinth, CurseForge or GitHub

v2.2.4+1.20.4Релиз1.20.4 · 15 августа 2026 г.

JCM v2.2.4 for MTR 4.0.5 has been released!

Additions

  • Add MinecraftClientWrapper.getRedstoneLevel(pos: BlockPos) to obtain the emitted redstone level in the world at a specific BlockPos.
  • Add Resources.hasSystemFont() to check if a font is available in the system
  • EyecandyBlockWrapper.redstoneLevel() now returns the true redstone level, instead of only 0 and 15.
  • Add an extra soundCategory: String argument overload for SoundManager.playSound and SoundManager.playLocalSound to play sound other than in the "Master" category.
  • PIDS Scripting:
    • Add TextWrapper.renderType() to specify a custom render type for text, alongside TextureWrapper.
    • Add TextWrapper.naturalLight() and TextureWrapper.naturalLight() to allow rendering PIDS elements at world light.

Changes

  • Incorrect invocation of ModelManager.upload() will now throw an error instead of crashing the game.
  • Whitelist top.mcmtr.core and top.mcmtr.mod for scripting
  • Vehicle Scripting:
  • ctx.setDataFetchMode() is now deprecated. You should now configure it in the script entry via the dataFetchMode field.

Fixes

Scripting

  • Fix Vehicle Stops Data incorrect when multiple same route is assigned
  • Fix TrainWrapper.accelerationConstant() returning value that is 160000x higher.
  • Fix a bug where changing an eyecandy scripted model will not dispose the previous script.

Download:
You can download this release on Modrinth, CurseForge or GitHub

v2.2.4+1.20.1Релиз1.20.1 · 15 августа 2026 г.

JCM v2.2.4 for MTR 4.0.5 has been released!

Additions

  • Add MinecraftClientWrapper.getRedstoneLevel(pos: BlockPos) to obtain the emitted redstone level in the world at a specific BlockPos.
  • Add Resources.hasSystemFont() to check if a font is available in the system
  • EyecandyBlockWrapper.redstoneLevel() now returns the true redstone level, instead of only 0 and 15.
  • Add an extra soundCategory: String argument overload for SoundManager.playSound and SoundManager.playLocalSound to play sound other than in the "Master" category.
  • PIDS Scripting:
    • Add TextWrapper.renderType() to specify a custom render type for text, alongside TextureWrapper.
    • Add TextWrapper.naturalLight() and TextureWrapper.naturalLight() to allow rendering PIDS elements at world light.

Changes

  • Incorrect invocation of ModelManager.upload() will now throw an error instead of crashing the game.
  • Whitelist top.mcmtr.core and top.mcmtr.mod for scripting
  • Vehicle Scripting:
  • ctx.setDataFetchMode() is now deprecated. You should now configure it in the script entry via the dataFetchMode field.

Fixes

Scripting

  • Fix Vehicle Stops Data incorrect when multiple same route is assigned
  • Fix TrainWrapper.accelerationConstant() returning value that is 160000x higher.
  • Fix a bug where changing an eyecandy scripted model will not dispose the previous script.

Download:
You can download this release on Modrinth, CurseForge or GitHub

v2.2.4+1.19.4Релиз1.19.4 · 15 августа 2026 г.

JCM v2.2.4 for MTR 4.0.5 has been released!

Additions

  • Add MinecraftClientWrapper.getRedstoneLevel(pos: BlockPos) to obtain the emitted redstone level in the world at a specific BlockPos.
  • Add Resources.hasSystemFont() to check if a font is available in the system
  • EyecandyBlockWrapper.redstoneLevel() now returns the true redstone level, instead of only 0 and 15.
  • Add an extra soundCategory: String argument overload for SoundManager.playSound and SoundManager.playLocalSound to play sound other than in the "Master" category.
  • PIDS Scripting:
    • Add TextWrapper.renderType() to specify a custom render type for text, alongside TextureWrapper.
    • Add TextWrapper.naturalLight() and TextureWrapper.naturalLight() to allow rendering PIDS elements at world light.

Changes

  • Incorrect invocation of ModelManager.upload() will now throw an error instead of crashing the game.
  • Whitelist top.mcmtr.core and top.mcmtr.mod for scripting
  • Vehicle Scripting:
  • ctx.setDataFetchMode() is now deprecated. You should now configure it in the script entry via the dataFetchMode field.

Fixes

Scripting

  • Fix Vehicle Stops Data incorrect when multiple same route is assigned
  • Fix TrainWrapper.accelerationConstant() returning value that is 160000x higher.
  • Fix a bug where changing an eyecandy scripted model will not dispose the previous script.

Download:
You can download this release on Modrinth, CurseForge or GitHub

v2.2.4+1.17.1Релиз1.17.1 · 15 августа 2026 г.

JCM v2.2.4 for MTR 4.0.5 has been released!

Additions

  • Add MinecraftClientWrapper.getRedstoneLevel(pos: BlockPos) to obtain the emitted redstone level in the world at a specific BlockPos.
  • Add Resources.hasSystemFont() to check if a font is available in the system
  • EyecandyBlockWrapper.redstoneLevel() now returns the true redstone level, instead of only 0 and 15.
  • Add an extra soundCategory: String argument overload for SoundManager.playSound and SoundManager.playLocalSound to play sound other than in the "Master" category.
  • PIDS Scripting:
    • Add TextWrapper.renderType() to specify a custom render type for text, alongside TextureWrapper.
    • Add TextWrapper.naturalLight() and TextureWrapper.naturalLight() to allow rendering PIDS elements at world light.

Changes

  • Incorrect invocation of ModelManager.upload() will now throw an error instead of crashing the game.
  • Whitelist top.mcmtr.core and top.mcmtr.mod for scripting
  • Vehicle Scripting:
  • ctx.setDataFetchMode() is now deprecated. You should now configure it in the script entry via the dataFetchMode field.

Fixes

Scripting

  • Fix Vehicle Stops Data incorrect when multiple same route is assigned
  • Fix TrainWrapper.accelerationConstant() returning value that is 160000x higher.
  • Fix a bug where changing an eyecandy scripted model will not dispose the previous script.

Download:
You can download this release on Modrinth, CurseForge or GitHub

v2.2.4+1.19.2Релиз1.19.2 · 15 августа 2026 г.

JCM v2.2.4 for MTR 4.0.5 has been released!

Additions

  • Add MinecraftClientWrapper.getRedstoneLevel(pos: BlockPos) to obtain the emitted redstone level in the world at a specific BlockPos.
  • Add Resources.hasSystemFont() to check if a font is available in the system
  • EyecandyBlockWrapper.redstoneLevel() now returns the true redstone level, instead of only 0 and 15.
  • Add an extra soundCategory: String argument overload for SoundManager.playSound and SoundManager.playLocalSound to play sound other than in the "Master" category.
  • PIDS Scripting:
    • Add TextWrapper.renderType() to specify a custom render type for text, alongside TextureWrapper.
    • Add TextWrapper.naturalLight() and TextureWrapper.naturalLight() to allow rendering PIDS elements at world light.

Changes

  • Incorrect invocation of ModelManager.upload() will now throw an error instead of crashing the game.
  • Whitelist top.mcmtr.core and top.mcmtr.mod for scripting
  • Vehicle Scripting:
  • ctx.setDataFetchMode() is now deprecated. You should now configure it in the script entry via the dataFetchMode field.

Fixes

Scripting

  • Fix Vehicle Stops Data incorrect when multiple same route is assigned
  • Fix TrainWrapper.accelerationConstant() returning value that is 160000x higher.
  • Fix a bug where changing an eyecandy scripted model will not dispose the previous script.

Download:
You can download this release on Modrinth, CurseForge or GitHub

Комментарии

Загружаем…