0.0.5
Compatibility
Changes
配方编辑器 / Recipe Editor
-
创造模式专用,右键打开界面。
-
支持 11 种配方:工作台(有序/无序)、熔炉、高炉、烟熏炉、营火、切石机、锻造台、冲压合成、唱片机合成、怪物掉落。
-
可搜索物品/生物/维度/群系/配方 ID(拼音内置,无需第三方模组)。
-
原料支持带 NBT(forge:nbt / forge:partial_nbt)。
-
保存到存档数据包
life_recipes/,立即生效,无需 /reload。 -
覆盖/删除的配方自动进回收站,可恢复。
-
Creative-only tool, right-click to open.
-
11 recipe types: crafting (shaped/shapeless), furnace, blast furnace, smoker, campfire, stonecutter, smithing, falling-block crafting, jukebox crafting, mob loot.
-
Search items/mobs/dimensions/biomes/recipe IDs (built-in pinyin, no extra mods).
-
NBT ingredients supported (forge:nbt / forge:partial_nbt).
-
Saves to the world datapack
life_recipes/— takes effect instantly, no /reload. -
Overwritten/deleted recipes go to a trash can and can be restored.
死亡掉落保护 / Death Drop Protection
-
死亡时保留快捷栏、盔甲、饰品和 65% 经验,复活后原位返还。
-
开启原版 keepInventory 时自动跳过。
-
Keeps hotbar, armor, curios and 65% XP on death; restored to the same slots after respawn.
-
Skipped when vanilla keepInventory is on.
配置 / Config(life-common.toml):
| 配置项 | 默认 | 说明 |
|---|---|---|
| keepHotbarOnDeath | true | 保留快捷栏 / keep hotbar |
| keepArmorOnDeath | true | 保留盔甲 / keep armor |
| keepCuriosOnDeath | true | 保留饰品 / keep curios |
| experienceKeepPercent | 0.65 | 保留经验百分比 / XP kept |
灵魂罐 / Soul Pot
-
放 Curios「雾」槽(标签锁定)或快捷栏即生效。
-
灵值上限 300。杀怪(数据包 soul_sources 配置)或合成(恶魂之泪 25/格)充灵。
-
有灵值就有「灵态」:可飞、可穿墙、免疫窒息,但无法攻击。1 灵值 = 3 秒。
-
潜行右键 / 小键盘 8 开关消耗,仅粒子+音效反馈。
-
Works in the Curios "Fog" slot (tag-locked) or the hotbar.
-
Soul cap: 300. Charged by kills (datapack soul_sources) or crafting (ghast tear, 25/cell).
-
Soul > 0 grants "Ghost": flight, phasing, no suffocation, but cannot attack. 1 soul = 3 seconds.
-
Toggle with sneak + right-click or Keypad 8; particles + sound feedback only.
沐阳药水 / Potion of Sunlight
-
原版药水物品 + NBT(无紫黑图标问题),时长 150 秒。
-
效果:可飞行;白天晴朗露天时每秒自动回血。
-
Vanilla potion item + NBT (no missing-icon issue), lasts 150 seconds.
-
Effect: flight; auto-heals every second under clear daytime sky.
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:KpRdKxGk:hhHLsko7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KpRdKxGk:hhHLsko7"
}

