Links
Tags
Creators
Details
beta-0.2.1
Compatibility
Changes
新版本更新摘要 / Update Summary
生态群系 / Biomes
中文: 新增大量生态群系,丰富世界探索与资源分布。
EN: Many new biomes have been added, expanding exploration and resource variety.
0. 墓地森林与墓碑 / Graveyard Forest & Tombstones
中文: 墓地森林与墓碑相关内容有重点更新。
EN: Focused updates to the graveyard forest and tombstone-related content.
1. 蜂后平原、繁花陨石平原与花卉 / Queen Bee Plains, Meteor Flower Plains & Flowers
中文: 蜂后平原、繁花陨石平原及花卉系统有更新。
EN: Updates to Queen Bee plains, meteor flower plains, and the flower system.
2. 鼹鼠平原与鼹鼠 / Mole Plains & Moles
中文: 鼹鼠平原与鼹鼠生物/机制有更新。
EN: Updates to mole plains and mole creatures/mechanics.
3. 普通常青树林、普通桦木林与猪屋 / Evergreen & Birch Forests & Pig Houses
中文: 普通常青林、普通桦木林及猪屋相关更新。
EN: Updates to ordinary evergreen forest, ordinary birch forest, and pig houses.
4. 猪村常青树林、猪王桦木林与猪村 / Pig Village Evergreen, Pig King Birch & Pig Villages
中文: 猪村主题林型与猪村整体内容有更新。
EN: Updates to pig-village evergreen, pig-king birch, and pig village content overall.
5. 黑暗与理智氛围 / Darkness & Sanity Atmosphere
中文: 黑暗与理智相关氛围与玩法有更新。
EN: Updates to darkness and sanity atmosphere and related gameplay.
6. 工具与盔甲 / Tools & Armor
中文: 工具与盔甲有更新。
EN: Updates to tools and armor.
7. 食物与新鲜度 / Food & Freshness
中文: 食物与新鲜度(腐烂等)机制有更新。
EN: Updates to food and freshness (e.g. spoilage) mechanics.
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:ZzZGsBvd:Pso4GwlV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZzZGsBvd:Pso4GwlV"
}

