Tags
Creators
Details
2.0.0-beta-3+1.20.1
Compatibility
Required content
Changes
(JCM v2.0.0 beta-3) for (MTR 4 beta-8) has been released!
This release is originally planned to release with the upcoming MTR beta version, but we recognize that existing MTR 4 beta-8 players may benefit from the changes made so far.
New:
- Add ja_jp (Japanese) translation (Thanks CinderaceOTS!)
- All Helpline & Emergency buttons now emits a Redstone signal when right-clicked, so you now can use this to setup your own contraption.
- Classic MTR Enquiry Machines now has a GUI when clicked! (Thanks dooji!)
-
- The screen would show transactions recorded by JCM after this update
-
- Transactions including "Add Value" via Ticket Machines and exiting ticket barrier
-
- RV Enquiry Machines screen is planned to be added later
Changes:
- All modloaders has been merged into 1 jar again (via Forgix), just like in JCM v1
Fixes:
- Fix JCM-provided fonts showing up as a square in unsupported languages. (Now fallback to Minecraft font)
- Fix PIDS Route No. only appearing in the first language.
- Added back South Island Variants of RV PIDS
Download:
You can download this release on Modrinth or GitHub
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:lQqKCDhg:EMiCwxaK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lQqKCDhg:EMiCwxaK"
}

