Links
Tags
Creators
Details
3.0.0
Compatibility
Changes
3.0.0アップデート!
今回のアップデートでは、新機能の追加と翻訳データの改善を行いました。
新機能
- 東海道仕様の券売機を追加
- 乗り越し精算機を追加
改善
- 翻訳データを追加
- 日本語・英語翻訳を改善
- ToolTipsや各種メッセージの翻訳を拡充
今後の予定
- 1.20.4 と 1.19.2への対応
引き続き MTR Japan Ticket Mod をよろしくお願いします!
3.0.0 Update!
This update introduces new features and improves translation support.
New Features
- Added a Tokaido-style ticket machine
- Added a Fare Adjustment Machine
Improvements
- Added new translation data
- Improved Japanese and English translations
- Expanded translations for tooltips and various messages
Future Plans
- Compatibility with Minecraft 1.20.4 and 1.19.2
Thank you for your continued support of 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:ptXMXwpk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4JZgUlpj:ptXMXwpk"
}

