
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.0
Compatibility
Changes
MTR Japan Ticket Mod ver 5.2.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 the Green Car IC Ticket Machine, expands IC payment functionality, improves the smartphone design, and fixes several issues related to transfers and payment processing.
Added
- Added the Green Car IC Ticket Machine
- Added the IC Payment Block
Changed
- Updated button text color to black for improved readability
- Improved the smartphone design and replaced it with a fully modeled version
Fixed
- Fixed an issue where the Refund feature still used Emeralds instead of the selected currency
- Fixed an issue where deleting a driver would reset its settings
- Fixed an issue that could cause transfer journeys to fail
- Fixed various minor bugs and stability issues
Technical Changes
- Updated the networking packets
- Completely replaced the smartphone model
- Updated the
CustomButtonrendering method to use black text
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:Kt6dfX5d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:Kt6dfX5d"
}
