
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.3.0
Compatibility
Changes
MTR Japan Ticket Mod ver 5.3.0
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 update introduces a new Special Pass Ticket system, refreshes ticket visuals, and improves how commuter pass expiration dates are displayed.
Added
- Added Special Pass Tickets, allowing travel across multiple routes, similar to special discount tickets used in Japan
Changed
- Updated the appearance of ticket items
- Changed commuter pass expiration dates from Minecraft tick values to real-world date and time for improved readability
Fixed
- Fixed an issue where button text was not displayed in black on Minecraft 1.20.4
- 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:tC2PyzqO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:tC2PyzqO"
}
