Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 years ago
All versions
1.5.8+1.18.2-forge
Release
1.18.2 v1.5.8 (Forge)3 years ago 6,380
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
本次更新共包含以下功能與修復:
⚡新功能
- 新增
/rpmtw logout指令,可用於登出 RPMTW 帳號。
🐛 修復
- 修正部份情況無法正確地自動切換遊戲語言至您作業系統的語言,進而導致無法自動載入翻譯包。
- 修正無法透過 config 檔案關閉載入翻譯包的功能,進而導致覆蓋其他翻譯包的資料。
🆙 改進
- 因有部份使用者反應以為要登入 RPMTW 帳號才能使用本模組,將登入按鈕移至設定畫面的最下方,並調整佈局位置更美觀。
- 更新使用者介面本身中繁體中文(香港)、簡體中文(中國)、日文的翻譯。
Full Changelog: https://github.com/RPMTW/RPMTW-Platform-Mod/compare/1.5.4+1.18.2...1.5.8+1.18.2
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:ZukQzaRP:7muyZ2k9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZukQzaRP:7muyZ2k9"
}

