2.2.3_B
Compatibility
Changes
我要看中文
2.2.3_B在2.2.3(2.2.3_A)的基础上:
🎬 新增道具居中字幕提示:
• 肾上腺素使用者:⚡ 肾上腺素! → 移动速度大幅提升!
• 狂暴药水使用者:💢 狂暴药水! → 攻击力与速度提升!
• 凝冰球被击中者:❄ 被冻伤! → 移动速度降低!
• 控魂术被控者:✧ 你被控魂! → 无法移动!
• 臭牛排使用者:🥩 好臭! → 速度提升,但位置已暴露!
• 灵魂探测器被揭露者:⚠ 你的位置被揭露! → 所有玩家都能看到你!
• 神之救赎双方:救赎者 ✝ 神之救赎成功! / 被救者 ✝ 你被救赎了!
🌐 重新支持英文:
在 config.yml 中设置 language.default: en_US 即可切换为英文,所有游戏内提示、广播、错误消息均支持中英文切换。
🎬 New Item Centered Subtitle Notifications:
• Adrenaline User: ⚡ Adrenaline! → Movement speed greatly increased!
• Rage Potion User: 💢 Rage Potion! → Attack power and speed increased!
• Freezing Ball Hit Player: ❄ Frozen! → Movement speed reduced!
• Soul Control Target: ✧ You are controlled! → Cannot move!
• Stinky Steak User: 🥩 So stinky! → Speed increased, but position revealed!
• Soul Detector Exposed Player: ⚠ Your location is revealed! → All players can see you!
• Divine Salvation Both Parties: Savior ✝ Divine salvation successful! / Saved ✝ You have been saved!
🌐 Re-Support English Language:
Set language.default: en_US in config.yml to switch to English. All in-game prompts, broadcasts, and error messages support both Chinese and English.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Gost-2.2.3(Better Version).jar | Unknown | 187.93 KiB |
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:SKYebqyY:ryqsmf5p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SKYebqyY:ryqsmf5p"
}

