
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.1.1
Compatibility
Changes
MTR Japan Ticket Mod ver 5.1.1 (HOTFIX)
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 is a maintenance update focused on fixing several issues related to the new currency system and railway route map displays.
Added
- No new features in this update.
Changed
- No new Changes in this update.
Fixed
- Fixed an issue where players could not make payments until the currency settings UI had been opened at least once in a world
- Fixed an issue where custom currency settings were not being applied to all players
- Fixed an issue where text on railway route map displays could overlap
Technical Changes
- None.
Known Issues
- No major known issues at this time.
Next Version
Planned features for the next major update:
- Green Car IC Ticket Machine
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:Ngy3hG0k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:Ngy3hG0k"
}
