1.1.1
Compatibility
Changes
🔧 Changes & Fixes
Improved and fixed several in-game translations.
Adjusted the translatability of item description texts for better localization support.
🔜 Coming Next
Starting from the next update, we will begin rolling out the major "Money Talks, Ghosts Listen" content expansion!
This will introduce a unique currency system, along with new weapons and their associated mechanics—to be gradually added in upcoming releases.
🔧变更和修复:
改进并修正了几个游戏中的翻译。
调整了物品描述文本的可译性,以获得更好的本地化支持。
🔜接下来
从下一次更新开始,计划将开始推出《钱通鬼神》主题内容扩展!
计划引入一个独特的货币系统,以及新的武器和它们相关的机制——将在未来的版本中逐步添加
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:ba8BBiK6:B9JtmfuH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ba8BBiK6:B9JtmfuH"
}

