Links
Tags
Creators
Details
4.1.0
Compatibility
Changes
MTR Japan Ticket Mod ver 4.1.0 Update!
This update focuses on usability improvements, enhanced validation, and a new ticket filtering system for ticket machines.
New Features
- Added a Filter System for ticket machines, allowing administrators to choose which tickets are displayed on each machine
- Changed the configuration screens for gates, fare adjustment machines, and related devices to use line-based selection.
- This change was made to prevent station lists from becoming excessively large and difficult to navigate at major hubs such as Tokyo Station, where many lines converge.
Improvements
- Changed the translation term "Stations" to "Lines" where appropriate
Validation & Error Handling
- Added a chat error message when Reserved Seating is enabled but no vehicle has been selected
- Added a chat error message when attempting to create a ticket without selecting a route/line
Fixes
- Improved validation for ticket creation
- Fixed various minor issues and improved overall stability
Thank you for continuing to support MTR Japan Ticket Mod!
MTR Japan Ticket Mod ver 4.1.0 アップデート!
今回のアップデートでは、利便性向上を目的とした設定画面の改善や、券売機向けのフィルター機能の追加、エラーチェックの強化を行いました。
新機能
-
フィルター機能を追加
- 券売機ごとに表示する切符を選択できるようになりました。
-
改札・乗り越し精算機などの設定画面を路線経由で選択する方式に変更
- 東京駅のように多数の路線が集まる駅では駅名が大量に表示され、区別が難しくなる問題に対応するためです。
改善
- 翻訳データ内の 「Stations」 を 「Lines」 に変更
エラーチェックの強化
- 指定席が有効な状態で車両を選択せずに作成した場合、チャットにエラーメッセージが表示されるようになりました
- 路線を選択せずに切符を作成した場合、チャットにエラーメッセージが表示されるようになりました
修正
- 切符作成時の入力チェックを改善
- その他細かな不具合を修正
引き続き 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:r9a0kkJt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:r9a0kkJt"
}

