Links
Tags
Creators
Details
4.2.0
Compatibility
Changes
MTR Japan Ticket Mod ver 4.2.0 Update!
This update brings major improvements to ticket handling, UI clarity, and multiple critical bug fixes affecting ticket selection and purchasing.
New Features
- Added crafting recipes
- Added route copy functionality
- Added preset name and route name editing
- Added ui tips
- Added delete confirmation warnings
- Added additional translation data
- Added new UI elements (and with fixes for overlap and layout issues)
Improvements
-
Renamed "Reserved Seat On/Off" to "Carriage On/Off"
- This change was made because treating “selecting a carriage” as equivalent to “reserved seating” was considered inaccurate.
-
Improved ordering of ticket names in the ticket selection screen
-
Improved purchase screen UI
Fixes
- Fixed a critical issue where only the top route’s stations could be selected in the reservation screen
- Fixed a critical issue where only the top route’s tickets could be purchased in ticket machines
- Fixed an issue where tickets could no longer be changed after pressing the back button
- Fixed an issue where selecting a fare section would incorrectly trigger station selection at the same time
- Fixed several UI issues including button overflow and overlapping elements
Future Plans (ver 4.x.x)
-
Planned addition of new blocks (e.g., track map displays placed above ticket machines)
-
Consideration of fare adjustment for through travel
- However, this system is highly complex and will be postponed for now
Thank you for continuing to support MTR Japan Ticket Mod!
MTR Japan Ticket Mod ver 4.2.0 アップデート!
今回のアップデートでは、切符関連の処理改善、UIの整理、そして購入・選択まわりの重大な不具合修正を中心に行いました。
新機能
- クラフトレシピを追加
- 路線コピー機能を追加
- プリセット名・路線名の編集機能を追加
- **UIチップ(ヒント表示)**を追加
- **削除確認ダイアログ(警告)**を追加
- 翻訳データを追加
- UI要素を追加(あわせて重なり・はみ出し問題を一部修正)
改善
-
「指定席On/Off」表記を「車両On/Off」に変更
- 車両を選択することと指定席を同一視するのは不適切と判断したため
-
切符選択画面における切符名の並び順を改善
-
購入画面のUIを改善
修正
- 予約画面で一番上の路線の駅しか選択できなくなる重大な問題を修正
- 券売機で一番上の路線の切符しか購入できなくなる重大な問題を修正
- 戻るボタン押下後に切符変更ができなくなる問題を修正
- 区間料金選択時に駅選択と同時に判定されてしまう問題を修正
- ボタンのはみ出しやUIの重なりなど、複数の表示問題を修正
今後の予定(ver 4.x.x)
-
新ブロックの追加
- 例:券売機上部に設置する路線図表示など
-
乗り越し精算対応の検討
- ただしシステムが非常に複雑なため、実装は後回しになる予定
引き続き 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:6iuaQTwi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:6iuaQTwi"
}

