From abf8058d28c6805f9cd12e51b930269429976cff Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Wed, 30 Jul 2025 03:03:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Roots=20update=EF=BC=9A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/roots/roots/lang/en_us.json | 10 +++++++++- projects/1.21/assets/roots/roots/lang/zh_cn.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/projects/1.21/assets/roots/roots/lang/en_us.json b/projects/1.21/assets/roots/roots/lang/en_us.json index 9a3a3fb8b7e8..49a94bc3af6b 100644 --- a/projects/1.21/assets/roots/roots/lang/en_us.json +++ b/projects/1.21/assets/roots/roots/lang/en_us.json @@ -25,7 +25,6 @@ "block.roots.granite_quartz_ore": "Granite Quartz Ore", "block.roots.grove_crafter": "Grove Crafter", "block.roots.grove_pedestal": "Grove Pedestal", - "block.roots.growth_amplifier": "Growth Amplifier", "block.roots.hanging_grove_moss": "Hanging Grove Moss", "block.roots.incense_burner": "Incense Burner", "block.roots.inferno_bulb_crop": "Inferno Bulb Crop", @@ -452,6 +451,12 @@ "roots.hud.pyre.begin3": "craft %s", "roots.hud.pyre.restart1": "Sneak-Right-Click with", "roots.hud.pyre.restart2": "empty hand to repeat", + "roots.hud.transmuter.begin1": "Right-click with", + "roots.hud.transmuter.begin2": "knife to", + "roots.hud.transmuter.begin3": "craft %s", + "roots.hud.transmuter.power": "Stored Power: %s/%s", + "roots.hud.transmuter.restart1": "Sneak-Right-Click with", + "roots.hud.transmuter.restart2": "empty hand to repeat", "roots.item.gramary.bound_block_entity": "Bound Block Entity to position %s/%s/%s", "roots.item.gramary.bound_block_position": "Bound Gramary to position %s/%s/%s", "roots.item.gramary.mode.bind_position": "Bind Position", @@ -460,6 +465,8 @@ "roots.item.gramary.mode.none": "None", "roots.item.gramary.with_mode": "Gramary (%s)", "roots.item.staff.with_spell": "Staff (%s)", + "roots.jei.animal_harvest": "Animal Harvest", + "roots.jei.animal_harvest.info": "Note: Outputs shown are default and may vary based on mod interactions.", "roots.jei.grove_crafting": "Grove Crafting", "roots.jei.knife_crafting": "Knife Carving", "roots.jei.mortar_crafting": "Mortar Crafting", @@ -567,6 +574,7 @@ "roots.tooltip.token.spell": "Spell: %s", "roots.tooltip.token.unlock": "Right-Click to unlock.", "roots.tooltip.token.unlocked": "You've already unlocked this.", + "roots.transmutation.not_enough_power": "Not enough Grove Power to transmute this item. Current power: %s, required: %s", "roots.wip": "[Work In Progress]", "spell.roots.acid_cloud": "Acid Cloud", "spell.roots.aqua_bubble": "Aqua Bubble", diff --git a/projects/1.21/assets/roots/roots/lang/zh_cn.json b/projects/1.21/assets/roots/roots/lang/zh_cn.json index 322fde2fa9dd..7d9d15351ace 100644 --- a/projects/1.21/assets/roots/roots/lang/zh_cn.json +++ b/projects/1.21/assets/roots/roots/lang/zh_cn.json @@ -25,7 +25,6 @@ "block.roots.granite_quartz_ore": "花岗石英矿石", "block.roots.grove_crafter": "森流工匠台", "block.roots.grove_pedestal": "森流基座", - "block.roots.growth_amplifier": "生长加速器", "block.roots.hanging_grove_moss": "悬垂森流苔藓", "block.roots.incense_burner": "香炉", "block.roots.inferno_bulb_crop": "地狱鳞茎植株", @@ -452,6 +451,12 @@ "roots.hud.pyre.begin3": "合成%s", "roots.hud.pyre.restart1": "空手潜行右击", "roots.hud.pyre.restart2": "以再次启动", + "roots.hud.transmuter.begin1": "使用小刀", + "roots.hud.transmuter.begin2": "右击", + "roots.hud.transmuter.begin3": "以合成%s", + "roots.hud.transmuter.power": "存有能量:%s/%s", + "roots.hud.transmuter.restart1": "空手潜行右击", + "roots.hud.transmuter.restart2": "以再次启动", "roots.item.gramary.bound_block_entity": "已将方块实体绑定至%s/%s/%s处", "roots.item.gramary.bound_block_position": "已将森之古术绑定至%s/%s/%s处", "roots.item.gramary.mode.bind_position": "绑定位置", @@ -460,6 +465,8 @@ "roots.item.gramary.mode.none": "无", "roots.item.gramary.with_mode": "森之古术(%s)", "roots.item.staff.with_spell": "法杖(%s)", + "roots.jei.animal_harvest": "动物采收", + "roots.jei.animal_harvest.info": "注意:此处显示的产物是默认产物,可能会因模组联动而发生变化。", "roots.jei.grove_crafting": "森流合成", "roots.jei.knife_crafting": "小刀雕刻", "roots.jei.mortar_crafting": "研钵合成", @@ -567,6 +574,7 @@ "roots.tooltip.token.spell": "法术:%s", "roots.tooltip.token.unlock": "右击以解锁。", "roots.tooltip.token.unlocked": "你已经解锁过了。", + "roots.transmutation.not_enough_power": "森流能量不足,无法嬗变此物品。当前能量:%s,所需能量:%s", "roots.wip": "[制作中]", "spell.roots.acid_cloud": "酸云", "spell.roots.aqua_bubble": "水泡", From 752d75cbf26e1c6023a3f4ca8b6c4cf153034f86 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Thu, 31 Jul 2025 02:55:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Roots=204=20update=EF=BC=9A=E5=AE=98?= =?UTF-8?q?=E5=BA=93=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/roots/roots/lang/en_us.json | 2 +- projects/1.21/assets/roots/roots/lang/zh_cn.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/1.21/assets/roots/roots/lang/en_us.json b/projects/1.21/assets/roots/roots/lang/en_us.json index 49a94bc3af6b..092c3dbfb075 100644 --- a/projects/1.21/assets/roots/roots/lang/en_us.json +++ b/projects/1.21/assets/roots/roots/lang/en_us.json @@ -454,7 +454,7 @@ "roots.hud.transmuter.begin1": "Right-click with", "roots.hud.transmuter.begin2": "knife to", "roots.hud.transmuter.begin3": "craft %s", - "roots.hud.transmuter.power": "Stored Power: %s/%s", + "roots.hud.transmuter.power": "Needs %s Power (%s)", "roots.hud.transmuter.restart1": "Sneak-Right-Click with", "roots.hud.transmuter.restart2": "empty hand to repeat", "roots.item.gramary.bound_block_entity": "Bound Block Entity to position %s/%s/%s", diff --git a/projects/1.21/assets/roots/roots/lang/zh_cn.json b/projects/1.21/assets/roots/roots/lang/zh_cn.json index 7d9d15351ace..1f0b1c689cf3 100644 --- a/projects/1.21/assets/roots/roots/lang/zh_cn.json +++ b/projects/1.21/assets/roots/roots/lang/zh_cn.json @@ -454,7 +454,7 @@ "roots.hud.transmuter.begin1": "使用小刀", "roots.hud.transmuter.begin2": "右击", "roots.hud.transmuter.begin3": "以合成%s", - "roots.hud.transmuter.power": "存有能量:%s/%s", + "roots.hud.transmuter.power": "需要%s点能量(%s)", "roots.hud.transmuter.restart1": "空手潜行右击", "roots.hud.transmuter.restart2": "以再次启动", "roots.item.gramary.bound_block_entity": "已将方块实体绑定至%s/%s/%s处",