Links
Tags
Creators
Details
3.2.0
Compatibility
Changes
MTR Japan Ticket Mod ver.3.2.0
追加・変更
-
券売機の装飾(下)のモデル・テクスチャを変更
-
券売機の装飾(横・平)にバリエーション機能を追加
- 既に実装されていた券売機の装飾(横)と同様に、複数のバリエーションを選択可能になりました
-
不足していた翻訳データを追加
- 英語を含む各言語の翻訳を更新
修正
- 一部翻訳データの不足を修正
今後の予定
- ICカード専用改札の追加
- チケット・乗り越し精算機UIのオフセット修正
- プリセット名変更システムの実装
- Minecraft 1.19.2対応
MTR Japan Ticket Mod ver.3.2.0
Changes
-
Updated the model and texture for the Ticket Machine Decoration (Bottom).
-
Added variations to the Ticket Machine Decoration (Side Flat).
- Similar to the existing Side Decoration variants, multiple variations can now be selected.
-
Added missing translation entries.
-
Updated and improved localization files.
Fixes
- Fixed missing translation entries.
Planned Features
- IC Card Only Gate
- UI offset fixes (Ticket Machine and Fare Adjustment Machine)
- Preset Renaming System
- Minecraft 1.19.2 Support
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:d05hfDCU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:d05hfDCU"
}

