
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.4.1
Compatibility
Changes
MTR Japan Ticket Mod ver 5.4.1
Summary
This update focuses on improving Admission Tickets, refining refund-related messages, and fixing ticket gate animation issues.
Added
-
Added passenger count selection for Admission Tickets
-
Added station selection for Admission Tickets
- This helps prevent Admission Tickets from being improperly used for travel between stations.
Changed
-
Improved translation data related to non-refundable tickets
-
Changed:
- "This ticket cannot be refunded."
-
To:
- "You do not have a ticket that can be refunded."
- "Commuter passes, IC cards, and special tickets cannot be refunded."
-
Fixed
- Fixed an issue where Admission Tickets and Special Tickets did not have gate animations
- 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.
These plans are subject to change.
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:hQ1NN7PN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:hQ1NN7PN"
}
