1.0.2
Compatibility
Changes
【版本更新公告】生物外观优化与食材系统扩充 亲爱的冒险者们:
为了丰富游戏的视觉细节与生存玩法,本次更新对特定生物的模型进行了精细打磨,并新增了珍稀食材。我们希望通过这些改动,能为您带来更具沉浸感的探索与烹饪体验。
更新内容: 【视觉优化】鮟鱇鱼模型更新 我们重新制作了鮟鱇鱼的3D模型。现在的鮟鱇鱼将拥有一张布满獠牙的威慑面孔,不仅还原了其深海捕食者的真实生态特征,也使其外观细节更加生动、立体。 【新增食材】珍贵食材掉落上线 为了完善烹饪与生存系统,我们新增了两种高品质食材: 鮟鱇鱼肝:击杀【鮟鱇鱼】即可获取。这种鲜美的食材是制作滋补料理的绝佳选择。 金枪鱼大腹:击杀【金枪鱼】即可获取。作为鱼肉中的极品,其细腻的口感将为您的冒险提供充足的能量。 【Version Update】Model Optimization & Food System Expansion Dear Adventurers,
To enrich visual details and survival gameplay, this update brings refined modeling for specific creatures and introduces rare ingredients. We hope these changes will provide a more immersive exploration and cooking experience.
Update Notes: [Visual Optimization] Anglerfish Model Update We have remastered the 3D model of the Anglerfish. The Anglerfish now features a menacing mouth full of fangs. This update not only restores the true ecological characteristics of this deep-sea predator but also makes its appearance more vivid and detailed. [New Ingredients] Rare Ingredient Drops To improve the cooking and survival systems, we have added two high-quality ingredients: Anglerfish Liver: Obtained by defeating the Anglerfish. This delicious ingredient is an excellent choice for preparing nourishing dishes. Fatty Tuna: Obtained by defeating the Tuna. As the premium cut of fish, its delicate texture will provide ample energy for your adventure.
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:AHQBsECa:34p0tLfa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AHQBsECa:34p0tLfa"
}

