
MTR:Japan-ticket-MOD
A highly realistic Japanese ticketing add-on for Minecraft Transit Railway. Adds functional ticket machines, automatic ticket gates, IC cards, paper tickets, a reservation smartphone, a configuration wrench, and decorative ticket machine variants.
Links
Tags
Creators
Details
5.2.1
Compatibility
Changes
MTR Japan Ticket Mod ver 5.2.1
Important
MTR Japan Ticket Mod is currently developed by a single developer and does not have dedicated testers. Please make a backup of your world before updating.
Summary
This maintenance update focuses on improving the reliability of the currency system and fixing a critical issue affecting change (refund) payments.
Added
- No new features in this update.
Changed
- Improved the reliability of the currency system by fully migrating its stored data from items to world data, ensuring greater data safety across server and world restarts.
- Updated the collection system by replacing the legacy implementation with a newer one.
Fixed
- Fixed a critical issue where players would sometimes not receive their change after making a payment.
- Fixed various minor bugs and stability issues.
Technical Changes
- None.
Known Issues
- No major known issues at this time.
Next Version
- No features are currently planned.
Thank you for using MTR Japan Ticket Mod.
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:4JZgUlpj:UoWb5vJh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:UoWb5vJh"
}
