From 610766a75ab73dd6b1f4a829250a2b23d3a98af7 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:39:18 +0800 Subject: [PATCH 01/55] Every Compat --- .../every-compat/everycomp/lang/en_us.json | 32 ++++++++++++++++++- .../every-compat/everycomp/lang/zh_cn.json | 30 +++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index c491aa9bfb70..482a79800369 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -886,6 +886,36 @@ "block_type.valhelsia_furniture.hay_chair": "%s Chair", "block_type.valhelsia_furniture.stool": "%s Stool", "block_type.valhelsia_furniture.desk": "%s Desk", - "block_type.valhelsia_furniture.desk_drawer": "%s Desk Drawer" + "block_type.valhelsia_furniture.desk_drawer": "%s Desk Drawer", + + "block_type.functionalstorage.1": "%s Drawer (1x1)", + "block_type.functionalstorage.2": "%s Drawer (1x2)", + "block_type.functionalstorage.4": "%s Drawer (1x4)", + + "block_type.timber_frames.timber_frame_alpha": "%s Timber Frame", + "block_type.timber_frames.timber_frame_beta": "%s Timber Frame", + + "block_type.redeco.polished_planks": "Polished %s Planks", + "block_type.redeco.polished_stairs": "Polished %s Stairs", + "block_type.redeco.polished_slab": "Polished %s Slab", + "block_type.redeco.table": "%s Table", + "block_type.redeco.coffee_table": "%s Coffee Table", + "block_type.redeco.side_table": "%s Side Table", + "block_type.redeco.drawers": "%s Drawers", + "block_type.redeco.chair": "%s Chair", + "block_type.redeco.stool": "%s Stool", + "block_type.redeco.bench": "%s Bench", + "block_type.redeco.shelf": "%s Shelf", + "block_type.redeco.crate": "%s Crate", + "block_type.redeco.plank_fence": "%s Plank Fence", + "block_type.redeco.plank_gate": "%s Plank Gate", + "block_type.redeco.lattice": "%s Lattice", + "block_type.redeco.counter": "%s Counter", + "block_type.redeco.drawer_counter": "%s Drawer Counter", + "block_type.redeco.cabinet_counter": "%s Cabinet Counter", + "block_type.redeco.cabinet": "%s Cabinet", + "block_type.redeco.display_case": "%s Display Case", + "block_type.redeco.sword_mount": "%s Sword Mount", + "block_type.redeco.pedestal": "%s Pedestal" } diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 319ad176e103..25e0c0df9dd2 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -815,6 +815,36 @@ "block_type.valhelsia_furniture.desk": "%s书桌", "block_type.valhelsia_furniture.desk_drawer": "%s带抽屉书桌", + "block_type.functionalstorage.1": "%s抽屉(1x1)", + "block_type.functionalstorage.2": "%s抽屉(1x2)", + "block_type.functionalstorage.4": "%s抽屉(1x4)", + + "block_type.timber_frames.timber_frame_alpha": "%s框架", + "block_type.timber_frames.timber_frame_beta": "%s框架", + + "block_type.redeco.polished_planks": "抛光%s板", + "block_type.redeco.polished_stairs": "抛光%s楼梯", + "block_type.redeco.polished_slab": "抛光%s台阶", + "block_type.redeco.table": "%s桌", + "block_type.redeco.coffee_table": "%s茶几", + "block_type.redeco.side_table": "%s抽屉桌", + "block_type.redeco.drawers": "%s抽屉柜", + "block_type.redeco.chair": "%s椅", + "block_type.redeco.stool": "%s凳", + "block_type.redeco.bench": "%s长凳", + "block_type.redeco.shelf": "%s展示架", + "block_type.redeco.crate": "%s板条箱", + "block_type.redeco.plank_fence": "%s板条栅栏", + "block_type.redeco.plank_gate": "%s板条栅栏门", + "block_type.redeco.lattice": "%s格栅", + "block_type.redeco.counter": "%s柜台", + "block_type.redeco.drawer_counter": "%s台面抽屉柜", + "block_type.redeco.cabinet_counter": "%s台面橱柜", + "block_type.redeco.cabinet": "%s橱柜", + "block_type.redeco.display_case": "%s展示柜", + "block_type.redeco.sword_mount": "%s剑架", + "block_type.redeco.pedestal": "%s展示台", + "wood_type.minecraft.oak": "橡木", From acfdfe17e1d9bb1dfe960730a23866208dc3ebec Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:00:30 +0800 Subject: [PATCH 02/55] =?UTF-8?q?update=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 --- .../every-compat/everycomp/lang/en_us.json | 27 +++++++++++++++++-- .../every-compat/everycomp/lang/zh_cn.json | 24 +++++++++++++++++ 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index 482a79800369..23e16f3f4f2d 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -916,6 +916,29 @@ "block_type.redeco.cabinet": "%s Cabinet", "block_type.redeco.display_case": "%s Display Case", "block_type.redeco.sword_mount": "%s Sword Mount", - "block_type.redeco.pedestal": "%s Pedestal" - + "block_type.redeco.pedestal": "%s Pedestal", + + "block_type.lightmanscurrency.auction_stand": "%s Auction Stand", + "block_type.lightmanscurrency.bookshelf_trader": "%s Bookshelf Trader", + "block_type.lightmanscurrency.shelf": "%s Shelf", + "block_type.lightmanscurrency.shelf_2x2": "%s Double Shelf", + "block_type.lightmanscurrency.card_display": "%s Card Display", + + "block_type.clutter.mosaic": "%s Mosaic", + "block_type.clutter.mosaic_slab": "%s Mosaic Slab", + "block_type.clutter.mosaic_stairs": "%s Mosaic Stairs", + "block_type.clutter.wall_bookshelf": "%s Wall Bookshelf", + "block_type.clutter.window_sill": "%s Window Sill", + "block_type.clutter.chair": "%s Chair", + "block_type.clutter.stripped_chair": "Stripped %s Chair", + "block_type.clutter.table": "%s Table", + "block_type.clutter.stripped_table": "Stripped %s Table", + "block_type.clutter.bench": "%s Bench", + "block_type.clutter.stripped_bench": "Stripped %s Bench", + "block_type.clutter.shelf": "%s Shelf", + "block_type.clutter.trellis": "%s Trellis", + "block_type.clutter.wall_cupboard": "%s Wall Cupboard", + "block_type.clutter.cupboard": "%s Cupboard", + + "block_type.tropicraft.boardwalk": "%s Boardwalk" } diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 25e0c0df9dd2..7d9a5c509625 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -845,6 +845,30 @@ "block_type.redeco.sword_mount": "%s剑架", "block_type.redeco.pedestal": "%s展示台", + "block_type.lightmanscurrency.auction_stand": "%s拍卖柜", + "block_type.lightmanscurrency.bookshelf_trader": "%s书店柜", + "block_type.lightmanscurrency.shelf": "%s货架", + "block_type.lightmanscurrency.shelf_2x2": "%s2x2货架", + "block_type.lightmanscurrency.card_display": "%s卡片展示柜", + + "block_type.clutter.mosaic": "%s马赛克", + "block_type.clutter.mosaic_slab": "%s马赛克台阶", + "block_type.clutter.mosaic_stairs": "%s马赛克楼梯", + "block_type.clutter.wall_bookshelf": "%s搁书架", + "block_type.clutter.window_sill": "%s窗台", + "block_type.clutter.chair": "%s椅子", + "block_type.clutter.stripped_chair": "去皮%s椅子", + "block_type.clutter.table": "%s桌子", + "block_type.clutter.stripped_table": "去皮%s桌子", + "block_type.clutter.bench": "%s长凳", + "block_type.clutter.stripped_bench": "去皮%s长凳", + "block_type.clutter.shelf": "%s架子", + "block_type.clutter.trellis": "%s藤架", + "block_type.clutter.wall_cupboard": "%s壁式橱柜", + "block_type.clutter.cupboard": "%s橱柜", + + "block_type.tropicraft.boardwalk": "%s栈道", + "wood_type.minecraft.oak": "橡木", From 12db0c4f0392bbcc26a55c3ab13bb45c861970d9 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:58:38 +0800 Subject: [PATCH 03/55] =?UTF-8?q?fix=EF=BC=9AClutter=E5=AE=A1=E9=98=85?= =?UTF-8?q?=E6=84=8F=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 7d9a5c509625..fe723e46254a 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -854,7 +854,7 @@ "block_type.clutter.mosaic": "%s马赛克", "block_type.clutter.mosaic_slab": "%s马赛克台阶", "block_type.clutter.mosaic_stairs": "%s马赛克楼梯", - "block_type.clutter.wall_bookshelf": "%s搁书架", + "block_type.clutter.wall_bookshelf": "%s壁式书架", "block_type.clutter.window_sill": "%s窗台", "block_type.clutter.chair": "%s椅子", "block_type.clutter.stripped_chair": "去皮%s椅子", From 658b97f9670409bacbb3e421c299b7e3262fd9c2 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:44:26 +0800 Subject: [PATCH 04/55] =?UTF-8?q?update=EF=BC=9A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=8C=E6=96=B0=E5=A2=9EClutter=EF=BC=88#4?= =?UTF-8?q?698=EF=BC=89=E6=A0=91=E5=8F=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/en_us.json | 4 +++- projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index 23e16f3f4f2d..bd2901c8f2c1 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -940,5 +940,7 @@ "block_type.clutter.wall_cupboard": "%s Wall Cupboard", "block_type.clutter.cupboard": "%s Cupboard", - "block_type.tropicraft.boardwalk": "%s Boardwalk" + "block_type.tropicraft.boardwalk": "%s Boardwalk", + + "item_type.justaraftmod.raft": "%s Log Raft" } diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index fe723e46254a..2471b69a49e2 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -869,6 +869,8 @@ "block_type.tropicraft.boardwalk": "%s栈道", + "item_type.justaraftmod.raft": "%s原木筏", + "wood_type.minecraft.oak": "橡木", @@ -1411,6 +1413,9 @@ "wood_type.cinderscapes.scorched": "焦灼木", "wood_type.cinderscapes.umbral": "暗影木", + "leaves_type.clutter.kiwi": "猕猴桃", + "leaves_type.clutter.ripe_kiwi": "成熟的猕猴桃", + "wood_type.cobblemon.apricorn": "球果木", "leaves_type.cobblemon.apricorn": "球果", From 348cd385a97bd2d8951e095f36a1ff6b68277b0e Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:31:10 +0800 Subject: [PATCH 05/55] =?UTF-8?q?update=EF=BC=9A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=88#4711=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/en_us.json | 6 +++++- projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index bd2901c8f2c1..34a777bb8ca2 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -942,5 +942,9 @@ "block_type.tropicraft.boardwalk": "%s Boardwalk", - "item_type.justaraftmod.raft": "%s Log Raft" + "item_type.justaraftmod.raft": "%s Log Raft", + + "block_type.table_top_craft.chess": "%s Chess Board", + "block_type.table_top_craft.chess_timer": "%s Chess Timer", + "block_type.table_top_craft.connect_four": "%s Connect Four" } diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 2471b69a49e2..392ada39f478 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -871,6 +871,10 @@ "item_type.justaraftmod.raft": "%s原木筏", + "block_type.table_top_craft.chess": "%s棋盘", + "block_type.table_top_craft.chess_timer": "%s棋钟", + "block_type.table_top_craft.connect_four": "%s四子棋", + "wood_type.minecraft.oak": "橡木", From a33faebc132e61389ca7e2273738ab700c3f50fb Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:32:21 +0800 Subject: [PATCH 06/55] =?UTF-8?q?update=EF=BC=9A=E6=A0=91=E7=A7=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=88#4714=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 392ada39f478..d38471cc6b3f 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -1563,6 +1563,11 @@ "wood_type.evilcraft.undead": "亡灵木", "leaves_type.evilcraft.undead": "亡灵", + "wood_type.excessive_building.ancient": "远古木", + "wood_type.excessive_building.gloom": "金郁木", + "leaves_type.excessive_building.ancient": "远古", + "leaves_type.excessive_building.gloom": "金郁", + "wood_type.extendedmushrooms.mushroom": "蘑菇", "wood_type.extendedmushrooms.glowshroom": "荧光菇", "wood_type.extendedmushrooms.poisonous_mushroom": "毒蘑菇", From c432ce0a7e1e06575cfabf06cc405844bc2c2ede Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:58:16 +0800 Subject: [PATCH 07/55] =?UTF-8?q?update=EF=BC=9A=E6=A0=91=E7=A7=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=88#4443=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index d38471cc6b3f..40295da0907b 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -1011,6 +1011,9 @@ "leaves_type.ars_elemental.yellow_archwood": "闪耀至高", + "wood_type.artsandcrafts.cork": "软木", + "leaves_type.artsandcrafts.cork": "软木", + "wood_type.ars_nouveau.archwood": "至高木", "leaves_type.ars_nouveau.blue_archwood": "奔流至高", "leaves_type.ars_nouveau.red_archwood": "烈焰至高", From cc265ee5412f659c4fccf524edbbef28d65d602b Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:22:18 +0800 Subject: [PATCH 08/55] =?UTF-8?q?update=EF=BC=9A=E6=A0=91=E7=A7=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=88#4717=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 40295da0907b..9e111d407275 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -2608,6 +2608,9 @@ "wood_type.vampirism.cursed_spruce": "诅咒云杉木", "leaves_type.vampirism.dark_spruce": "血杉", + "wood_type.verdance.mulberry": "桑木", + "leaves_type.verdance.mulberry": "桑树", + "wood_type.vinery.dark_cherry": "深色樱花木", "leaves_type.vinery.apple": "苹果", "leaves_type.vinery.dark_cherry": "深色樱花", From 47032b1b316fea852087b860f3adf8cfe76c8c0b Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:06:26 +0800 Subject: [PATCH 09/55] =?UTF-8?q?update=EF=BC=9A=E6=9C=A8=E5=88=B6?= =?UTF-8?q?=E5=93=81=E5=90=8D=E4=BF=AE=E6=AD=A3=EF=BC=88#3795=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/every-compat/everycomp/lang/zh_cn.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 9e111d407275..999042dc9919 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -417,14 +417,14 @@ "block_type.mcwtrpdoors.tropical_trapdoor": "%s热带活板门", "block_type.mcwtrpdoors.barrel_trapdoor": "%s桶式活板门", - "block_type.mcwwindows.window": "可调%s窗户", - "block_type.mcwwindows.window2": "长方格%s窗户", + "block_type.mcwwindows.window": "%s可调窗户", + "block_type.mcwwindows.window2": "%s长方格窗户", "block_type.mcwwindows.four_window": "%s四格窗户", - "block_type.mcwwindows.stripped_log_window": "可调去皮%s窗户", - "block_type.mcwwindows.stripped_log_window2": "长方格去皮%s窗户", + "block_type.mcwwindows.stripped_log_window": "去皮%s可调窗户", + "block_type.mcwwindows.stripped_log_window2": "去皮%s长方格窗户", "block_type.mcwwindows.stripped_log_four_window": "去皮%s四格窗户", - "block_type.mcwwindows.plank_window": "可调%s板窗户", - "block_type.mcwwindows.plank_window2": "长方格%s板窗户", + "block_type.mcwwindows.plank_window": "%s板可调窗户", + "block_type.mcwwindows.plank_window2": "%s板长方格窗户", "block_type.mcwwindows.plank_four_window": "%s板四格窗户", "block_type.mcwwindows.log_parapet": "%s护台", "block_type.mcwwindows.plank_parapet": "%s板护台", From 33d9fe4036846a34cd77949f66ad414527cd307c Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:52:15 +0800 Subject: [PATCH 10/55] =?UTF-8?q?update=EF=BC=9A=E6=9C=A8=E5=88=B6?= =?UTF-8?q?=E5=93=81=E5=90=8D=E4=BF=AE=E6=AD=A3=EF=BC=88#4710=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/lang/zh_cn.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 999042dc9919..b6867b8b8f4c 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -500,26 +500,26 @@ "block_type.mighty_mail.mail_box": "%s信箱", - "block_type.refurbished_furniture.chair": "%s椅", - "block_type.refurbished_furniture.table": "%s桌", - "block_type.refurbished_furniture.storage_jar": "%s储藏罐", - "block_type.refurbished_furniture.toilet": "%s坐便器", + "block_type.refurbished_furniture.chair": "%s椅子", + "block_type.refurbished_furniture.table": "%s桌子", + "block_type.refurbished_furniture.storage_jar": "%s储物罐", + "block_type.refurbished_furniture.toilet": "%s马桶", "block_type.refurbished_furniture.crate": "%s板条箱", - "block_type.refurbished_furniture.mail_box": "%s信箱", - "block_type.refurbished_furniture.dark_ceiling_fan": "%s深色吊顶扇", - "block_type.refurbished_furniture.light_ceiling_fan": "%s浅色吊顶扇", - "block_type.refurbished_furniture.kitchen_cabinetry": "%s厨房柜台", - "block_type.refurbished_furniture.kitchen_drawer": "%s厨房排柜", + "block_type.refurbished_furniture.mail_box": "%s邮箱", + "block_type.refurbished_furniture.dark_ceiling_fan": "%s深色吊扇", + "block_type.refurbished_furniture.light_ceiling_fan": "%s淡色吊扇", + "block_type.refurbished_furniture.kitchen_cabinetry": "%s厨房橱柜", + "block_type.refurbished_furniture.kitchen_drawer": "%s厨房抽屉", "block_type.refurbished_furniture.kitchen_sink": "%s厨房水槽", - "block_type.refurbished_furniture.kitchen_storage_cabinet": "%s厨房储藏柜", - "block_type.refurbished_furniture.storage_cabinet": "%s储藏柜", + "block_type.refurbished_furniture.kitchen_storage_cabinet": "%s厨房储物柜", + "block_type.refurbished_furniture.storage_cabinet": "%s储物柜", "block_type.refurbished_furniture.basin": "%s洗手池", "block_type.refurbished_furniture.bath": "%s浴缸", "block_type.refurbished_furniture.lattice_fence": "%s格饰栅栏", "block_type.refurbished_furniture.lattice_fence_gate": "%s格饰栅栏门", "block_type.refurbished_furniture.desk": "%s书桌", "block_type.refurbished_furniture.cutting_board": "%s砧板", - "block_type.refurbished_furniture.drawer": "%s排柜", + "block_type.refurbished_furniture.drawer": "%s抽屉", "block_type.refurbished_furniture.hedge": "%s树篱", "block_type.premium_wood.bookshelf": "%s书架", From 92b6a2a82cd38b021ff8ba74d9778f09b6601ae1 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:08:49 +0800 Subject: [PATCH 11/55] =?UTF-8?q?update=EF=BC=9A=E6=9C=A8=E5=88=B6?= =?UTF-8?q?=E5=93=81=E5=90=8D=EF=BC=88=E6=9A=82=E5=AE=9A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/lang/en_us.json | 80 ++++++++++--------- .../every-compat/everycomp/lang/zh_cn.json | 10 ++- 2 files changed, 53 insertions(+), 37 deletions(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index 34a777bb8ca2..9be2db8e383a 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -5,53 +5,53 @@ "tooltip.everycomp.wood_type": "Wood Type: %s", "tooltip.everycomp.leaf_type": "Leaves Type: %s", - "block.everycomp.q.endergetic.hollow_poise_log": "Hollow Poise Stem", - "block.everycomp.q.gardens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", + "block_type.everycomp.dergetic.hollow_poise_log": "Hollow Poise Stem", + "block_type.everycomp.rdens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", - "block.everycomp.q.outer_end.hollow_azure_log": "Hollow Azure Stem", + "block_type.everycomp.ter_end.hollow_azure_log": "Hollow Azure Stem", - "block.everycomp.q.endlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", - "block.everycomp.q.endlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", + "block_type.everycomp.dlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", + "block_type.everycomp.dlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", - "block.everycomp.q.regions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", - "block.everycomp.q.regions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", - "block.everycomp.q.regions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", - "block.everycomp.q.regions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", - "block.everycomp.q.aether_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", - "block.everycomp.q.aether_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", - "block.everycomp.q.aether_redux.hollow_glacia_log": "Hollow Glaica Stem", - "block.everycomp.q.aether_redux.hollow_crystal_log": "Hollow Crystsal Stem", - "block.everycomp.q.aether_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", - "block.everycomp.q.aether_redux.hollow_skyroot_log": "Hollow Skyroot Stem", + "block_type.everycomp.ther_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", + "block_type.everycomp.ther_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", + "block_type.everycomp.ther_redux.hollow_glacia_log": "Hollow Glaica Stem", + "block_type.everycomp.ther_redux.hollow_crystal_log": "Hollow Crystsal Stem", + "block_type.everycomp.ther_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", + "block_type.everycomp.ther_redux.hollow_skyroot_log": "Hollow Skyroot Stem", - "block.everycomp.q.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block.everycomp.q.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block.everycomp.q.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block.everycomp.q.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block_type.everycomp.tendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block_type.everycomp.tendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block_type.everycomp.tendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block_type.everycomp.tendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block.everycomp.q.neu.hollow_dragon_log": "Hollow Dragon Stem", - "block.everycomp.q.neu.hollow_elder_log": "Hollow Elder Stem", - "block.everycomp.q.neu.hollow_frosted_log": "Hollow Frosted Stem", + "block_type.everycomp.u.hollow_dragon_log": "Hollow Dragon Stem", + "block_type.everycomp.u.hollow_elder_log": "Hollow Elder Stem", + "block_type.everycomp.u.hollow_frosted_log": "Hollow Frosted Stem", - "block.everycomp.q.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block.everycomp.q.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block_type.everycomp.lightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block_type.everycomp.lightened_end.hollow_indigo_log": "Hollow Indigo Stem", - "block.everycomp.q.biomeswevegone.hollow_florus_log": "Hollow Florus Stem", + "block_type.everycomp.omeswevegone.hollow_florus_log": "Hollow Florus Stem", - "block.everycomp.tf.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block.everycomp.tf.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block.everycomp.tf.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block.everycomp.tf.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block_type.everycomp.xtendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block_type.everycomp.xtendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block_type.everycomp.xtendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block_type.everycomp.xtendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block.everycomp.tf.neu.hollow_dragon_log": "Hollow Dragon Stem", - "block.everycomp.tf.neu.hollow_elder_log": "Hollow Elder Stem", - "block.everycomp.tf.neu.hollow_frosted_log": "Hollow Frosted Stem", + "block_type.everycomp.eu.hollow_dragon_log": "Hollow Dragon Stem", + "block_type.everycomp.eu.hollow_elder_log": "Hollow Elder Stem", + "block_type.everycomp.eu.hollow_frosted_log": "Hollow Frosted Stem", - "block.everycomp.tf.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block.everycomp.tf.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block_type.everycomp.nlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block_type.everycomp.nlightened_end.hollow_indigo_log": "Hollow Indigo Stem", - "block.everycomp.tf.biomeswevegone.hollow_florus_log": "Hollow Florus Stem", + "block_type.everycomp.iomeswevegone.hollow_florus_log": "Hollow Florus Stem", "wood_type.domum_ornamentum.cactus": "Green Cactus", "wood_type.domum_ornamentum.cactus_extra": "Cactus", @@ -454,6 +454,7 @@ "block_type.mcwlights.soul_tiki_torch": "Soul %s Tiki Torch", "block_type.mcwlights.tiki_torch": "%s Tiki Torch", + "block_type.mcwlights.ceiling_fan_light": "%s Ceiling Fan Light", "block_type.mcwpaths.planks_path": "%s Planks Path", @@ -507,7 +508,14 @@ "block_type.mcwwindows.stripped_pane_window": "Stripped %s Pane Window", "block_type.mcwwindows.plank_pane_window": "%s Planks Pane Window", - "block_type.benched.bench": "%s Bench", + "block_type.mcwstairs.terrace_stairs":"%s Terrace Stairs", + "block_type.mcwstairs.skyline_stairs":"%s Skyline Stairs", + "block_type.mcwstairs.compact_stairs":"%s Compact Stairs", + "block_type.mcwstairs.bulk_stairs":"%s Bulk Stairs", + "block_type.mcwstairs.loft_stairs":"%s Loft Stairs", + "block_type.mcwstairs.railing":"%s Stair Railing", + "block_type.mcwstairs.balcony":"%s Balcony", + "block_type.mcwstairs.platform":"%s Platform", "block_type.create.window": "%s Window", "block_type.create.window_pane": "%s Window Pane", diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index b6867b8b8f4c..388761d4733c 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -382,6 +382,7 @@ "block_type.mcwlights.soul_tiki_torch": "%s灵魂提基火把", "block_type.mcwlights.tiki_torch": "%s提基火把", + "block_type.mcwlights.ceiling_fan_light": "%s吊扇灯", "block_type.mcwpaths.planks_path": "%s板小径", @@ -435,7 +436,14 @@ "block_type.mcwwindows.stripped_pane_window": "去皮%s嵌板窗户", "block_type.mcwwindows.plank_pane_window": "%s板嵌板窗户", - "block_type.benched.bench": "%s野餐桌", + "block_type.mcwstairs.terrace_stairs": "%s单梁楼梯", + "block_type.mcwstairs.skyline_stairs": "%s铺架楼梯", + "block_type.mcwstairs.compact_stairs": "%s短阶楼梯", + "block_type.mcwstairs.bulk_stairs": "%s厚实楼梯", + "block_type.mcwstairs.loft_stairs": "%s悬空楼梯", + "block_type.mcwstairs.railing": "%s楼梯扶手", + "block_type.mcwstairs.balcony": "%s露台扶手", + "block_type.mcwstairs.platform": "%s平台", "block_type.create.window": "%s窗户", "block_type.create.window_pane": "%s窗户板", From cfed4afa4b5693e3007d5b625a4f6888ba64aabb Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:14:08 +0800 Subject: [PATCH 12/55] =?UTF-8?q?update=EF=BC=9A=E6=9C=A8=E5=88=B6?= =?UTF-8?q?=E5=93=81=E5=90=8D=EF=BC=88#4734=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.20/assets/every-compat/everycomp/lang/zh_cn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 388761d4733c..bad2c5291db7 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -341,7 +341,7 @@ "block_type.mcwfurnitures.drawer_counter": "%s抽屉台桌", "block_type.mcwfurnitures.end_table": "%s搁板桌", "block_type.mcwfurnitures.glass_table": "%s玻璃桌", - "block_type.mcwfurnitures.large_drawer": "%s大型抽屉柜", + "block_type.mcwfurnitures.large_drawer": "%s大型横排柜", "block_type.mcwfurnitures.lower_bookshelf_drawer": "%s带下层书架横排柜", "block_type.mcwfurnitures.lower_triple_drawer": "%s倒品字三重横排柜", "block_type.mcwfurnitures.modern_chair": "%s现代风格椅子", @@ -365,7 +365,7 @@ "block_type.mcwfurnitures.stripped_drawer_counter": "去皮%s抽屉台桌", "block_type.mcwfurnitures.stripped_end_table": "去皮%s搁板桌", "block_type.mcwfurnitures.stripped_glass_table": "去皮%s玻璃桌", - "block_type.mcwfurnitures.stripped_large_drawer": "去皮%s大型抽屉柜", + "block_type.mcwfurnitures.stripped_large_drawer": "去皮%s大型横排柜", "block_type.mcwfurnitures.stripped_lower_bookshelf_drawer": "去皮%s带下层书架横排柜", "block_type.mcwfurnitures.stripped_lower_triple_drawer": "去皮%s倒品字三重横排柜", "block_type.mcwfurnitures.stripped_modern_chair": "去皮%s现代风格椅子", @@ -373,10 +373,10 @@ "block_type.mcwfurnitures.stripped_modern_wardrobe": "去皮%s现代风格衣柜", "block_type.mcwfurnitures.stripped_stool_chair": "去皮%s凳子", "block_type.mcwfurnitures.stripped_striped_chair": "去皮%s竖纹靠背椅", - "block_type.mcwfurnitures.stripped_table": "去皮%s桌", + "block_type.mcwfurnitures.stripped_table": "去皮%s桌子", "block_type.mcwfurnitures.stripped_triple_drawer": "去皮%s三重横排柜", "block_type.mcwfurnitures.stripped_wardrobe": "去皮%s衣柜", - "block_type.mcwfurnitures.table": "%s桌", + "block_type.mcwfurnitures.table": "%s桌子", "block_type.mcwfurnitures.triple_drawer": "%s三重横排柜", "block_type.mcwfurnitures.wardrobe": "%s衣柜", From e15475e3e7c1d55c268f1f096d42ec4f893ce7f8 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:04:57 +0800 Subject: [PATCH 13/55] =?UTF-8?q?update=EF=BC=9A=E6=9C=A8=E5=88=B6?= =?UTF-8?q?=E5=93=81=E5=90=8D=EF=BC=88#4734=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/every-compat/everycomp/lang/zh_cn.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index bad2c5291db7..737287af38fe 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -336,14 +336,14 @@ "block_type.mcwfurnitures.desk": "%s书桌", "block_type.mcwfurnitures.double_drawer": "%s双层横排柜", "block_type.mcwfurnitures.double_drawer_counter": "%s双层抽屉台桌", - "block_type.mcwfurnitures.double_wardrobe": "%s双层衣柜", + "block_type.mcwfurnitures.double_wardrobe": "%s双门衣柜", "block_type.mcwfurnitures.drawer": "%s横排柜", "block_type.mcwfurnitures.drawer_counter": "%s抽屉台桌", "block_type.mcwfurnitures.end_table": "%s搁板桌", "block_type.mcwfurnitures.glass_table": "%s玻璃桌", "block_type.mcwfurnitures.large_drawer": "%s大型横排柜", "block_type.mcwfurnitures.lower_bookshelf_drawer": "%s带下层书架横排柜", - "block_type.mcwfurnitures.lower_triple_drawer": "%s倒品字三重横排柜", + "block_type.mcwfurnitures.lower_triple_drawer": "%s倒品字横排柜", "block_type.mcwfurnitures.modern_chair": "%s现代风格椅子", "block_type.mcwfurnitures.modern_desk": "%s现代风格书桌", "block_type.mcwfurnitures.modern_wardrobe": "%s现代风格衣柜", @@ -360,24 +360,24 @@ "block_type.mcwfurnitures.stripped_desk": "去皮%s书桌", "block_type.mcwfurnitures.stripped_double_drawer": "去皮%s双层横排柜", "block_type.mcwfurnitures.stripped_double_drawer_counter": "去皮%s双层抽屉台桌", - "block_type.mcwfurnitures.stripped_double_wardrobe": "去皮%s双层衣柜", + "block_type.mcwfurnitures.stripped_double_wardrobe": "去皮%s双门衣柜", "block_type.mcwfurnitures.stripped_drawer": "去皮%s横排柜", "block_type.mcwfurnitures.stripped_drawer_counter": "去皮%s抽屉台桌", "block_type.mcwfurnitures.stripped_end_table": "去皮%s搁板桌", "block_type.mcwfurnitures.stripped_glass_table": "去皮%s玻璃桌", "block_type.mcwfurnitures.stripped_large_drawer": "去皮%s大型横排柜", "block_type.mcwfurnitures.stripped_lower_bookshelf_drawer": "去皮%s带下层书架横排柜", - "block_type.mcwfurnitures.stripped_lower_triple_drawer": "去皮%s倒品字三重横排柜", + "block_type.mcwfurnitures.stripped_lower_triple_drawer": "去皮%s倒品字横排柜", "block_type.mcwfurnitures.stripped_modern_chair": "去皮%s现代风格椅子", "block_type.mcwfurnitures.stripped_modern_desk": "去皮%s现代风格书桌", "block_type.mcwfurnitures.stripped_modern_wardrobe": "去皮%s现代风格衣柜", "block_type.mcwfurnitures.stripped_stool_chair": "去皮%s凳子", "block_type.mcwfurnitures.stripped_striped_chair": "去皮%s竖纹靠背椅", "block_type.mcwfurnitures.stripped_table": "去皮%s桌子", - "block_type.mcwfurnitures.stripped_triple_drawer": "去皮%s三重横排柜", + "block_type.mcwfurnitures.stripped_triple_drawer": "去皮%s品字横排柜", "block_type.mcwfurnitures.stripped_wardrobe": "去皮%s衣柜", "block_type.mcwfurnitures.table": "%s桌子", - "block_type.mcwfurnitures.triple_drawer": "%s三重横排柜", + "block_type.mcwfurnitures.triple_drawer": "%s品字横排柜", "block_type.mcwfurnitures.wardrobe": "%s衣柜", "block_type.mcwlights.soul_tiki_torch": "%s灵魂提基火把", From 3ce5d41aa869cae36c43a553fb96d91bcc88ef1e Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Wed, 23 Oct 2024 05:19:46 +0800 Subject: [PATCH 14/55] =?UTF-8?q?update=EF=BC=9A=E6=9C=A8=E6=9D=90?= =?UTF-8?q?=E5=90=8D=E4=B8=8E=E6=A0=91=E5=8F=B6=E5=90=8D=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=88#4734=E3=80=81TFC=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/lang/zh_cn.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 737287af38fe..630bb07416a9 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -1689,6 +1689,12 @@ "leaves_type.jitl.bogwood": "乔木", "leaves_type.jitl.corba": "腐杉", + "leaves_type.mcwholidays.yellow_oak": "黄色橡树", + "leaves_type.mcwholidays.orange_oak": "橙色橡树", + "leaves_type.mcwholidays.red_oak": "红色橡树", + "leaves_type.mcwholidays.brown_oak": "棕色橡树", + "leaves_type.mcwholidays.mixed_oak": "混色橡树", + "wood_type.malum.runewood": "符文木", "wood_type.malum.soulwood": "灵魂木", "leaves_type.malum.runewood": "符文", @@ -2514,6 +2520,55 @@ "leaves_type.terrestria.dark_japanese_maple": "暗色日本红枫", "leaves_type.terrestria.japanese_maple_shrub": "日本红枫灌木", + "wood_type.tfc.acacia": "金合欢木", + "wood_type.tfc.ash": "黑梣木", + "wood_type.tfc.aspen": "山杨木", + "wood_type.tfc.birch": "白桦木", + "wood_type.tfc.blackwood": "黑檀木", + "wood_type.tfc.chestnut": "栗木", + "wood_type.tfc.douglas_fir": "花旗松木", + "wood_type.tfc.hickory": "山核桃木", + "wood_type.tfc.kapok": "木棉木", + "wood_type.tfc.mangrove": "红树木", + "wood_type.tfc.maple": "枫木", + "wood_type.tfc.oak": "橡木", + "wood_type.tfc.palm": "棕榈木", + "wood_type.tfc.pine": "松木", + "wood_type.tfc.rosewood": "蔷薇木", + "wood_type.tfc.sequoia": "红杉木", + "wood_type.tfc.spruce": "云杉木", + "wood_type.tfc.sycamore": "悬铃木", + "wood_type.tfc.white_cedar": "白雪松木", + "wood_type.tfc.willow": "柳木", + "leaves_type.tfc.acacia": "金合欢", + "leaves_type.tfc.ash": "黑梣", + "leaves_type.tfc.aspen": "山杨", + "leaves_type.tfc.birch": "白桦", + "leaves_type.tfc.blackwood": "黑檀", + "leaves_type.tfc.chestnut": "栗树", + "leaves_type.tfc.douglas_fir": "花旗松", + "leaves_type.tfc.hickory": "山核桃", + "leaves_type.tfc.kapok": "木棉", + "leaves_type.tfc.mangrove": "红树", + "leaves_type.tfc.maple": "枫树", + "leaves_type.tfc.oak": "橡树", + "leaves_type.tfc.palm": "棕榈", + "leaves_type.tfc.pine": "松树", + "leaves_type.tfc.rosewood": "蔷薇木", + "leaves_type.tfc.sequoia": "红杉", + "leaves_type.tfc.spruce": "云杉", + "leaves_type.tfc.sycamore": "悬铃木", + "leaves_type.tfc.white_cedar": "白雪松", + "leaves_type.tfc.willow": "柳树", + "leaves_type.tfc.cherry": "樱桃", + "leaves_type.tfc.green_apple": "青苹果", + "leaves_type.tfc.lemon": "柠檬", + "leaves_type.tfc.olive": "橄榄", + "leaves_type.tfc.orange": "橙子", + "leaves_type.tfc.peach": "桃子", + "leaves_type.tfc.plum": "李子", + "leaves_type.tfc.red_apple": "红苹果", + "wood_type.theabyss.blaru": "布拉鲁木", "wood_type.theabyss.bog": "泥沼木", "wood_type.theabyss.frozen": "冰封木", From 876cb0e4f25700b38318f844225b35248d159aa5 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:38:13 +0800 Subject: [PATCH 15/55] =?UTF-8?q?update=EF=BC=9A=E6=A0=91=E7=A7=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=88#4758=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.20/assets/every-compat/everycomp/lang/zh_cn.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 630bb07416a9..10c9220a8020 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -1727,6 +1727,13 @@ "leaves_type.minecells.orange_wilted": "橙色枯", "leaves_type.minecells.red_wilted": "红色枯", + "wood_type.mint.madder": "茜草木", + "wood_type.mint.wintergreen": "常青木", + "leaves_type.mint.madder": "茜草", + "leaves_type.mint.wintergreen": "常青", + "leaves_type.mint.peach": "桃树", + "leaves_type.mint.flowering_peach": "盛开的桃树", + "wood_type.morecraft.netherwood": "下界木", "leaves_type.morecraft.netherwood": "下界", From f685df5f09f52baafa2601f327e59bb275a155e7 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:19:25 +0800 Subject: [PATCH 16/55] =?UTF-8?q?update=EF=BC=9A=E6=A0=91=E7=A7=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=88#4761=EF=BC=8C#4762=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index 10c9220a8020..c828f7291233 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -1413,6 +1413,9 @@ "wood_type.charm.ebony": "乌木", "leaves_type.charm.ebony": "乌木", + "wood_type.charred_horizons.blight": "枯黄木", + "wood_type.charred_horizons.withered": "凋敝木", + "wood_type.chipped.nailed_acacia": "饰钉金合欢木", "wood_type.chipped.nailed_birch": "饰钉白桦木", "wood_type.chipped.nailed_dark_oak": "饰钉深色橡木", @@ -1867,6 +1870,8 @@ "wood_type.phantasm.ebony": "黑漆木", "leaves_type.phantasm.pream": "梦兰", + "wood_type.piglin_ruins.ominous": "噩兆木", + "wood_type.pizzacraft.olive": "橄榄木", "leaves_type.pizzacraft.olive": "橄榄", "leaves_type.pizzacraft.fruit_olive": "结果的橄榄", From 0ac669a77cd9dba061730ebffd88ecb403196a6d Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:00:16 +0800 Subject: [PATCH 17/55] =?UTF-8?q?fix=EF=BC=9A=E8=A1=A5=E6=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json index c828f7291233..9276b3ebf5db 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json @@ -1593,7 +1593,7 @@ "wood_type.forbidden_arcanus.aurum": "黄金木", "wood_type.forbidden_arcanus.cherry": "樱桃木", "wood_type.forbidden_arcanus.edelwood": "埃德木", - "wood_type.forbidden_arcanus.fungyss": "魔菇", + "wood_type.forbidden_arcanus.fungyss": "魔菇木", "leaves_type.forbidden_arcanus.aurum": "黄金", "leaves_type.forbidden_arcanus.nuggety_aurum": "结粒黄金", "leaves_type.forbidden_arcanus.cherry": "樱桃", From 9d80d367f70f209c70c53b63f490d7f8274ef90d Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:52:42 +0800 Subject: [PATCH 18/55] =?UTF-8?q?path=EF=BC=9A=E8=BD=AC=E7=A7=BB=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/packer-policy.json | 10 +- .../assets/every-compat/everycomp/README.md | 16 + .../every-compat/everycomp/lang/en_us.json | 958 ++++++++++++++++++ .../everycomp/lang/zh_cn-override.json | 0 .../every-compat/everycomp/lang/zh_cn.json | 0 .../every-compat/everycomp/packer-policy.json | 12 + 6 files changed, 988 insertions(+), 8 deletions(-) create mode 100644 projects/1.21/assets/every-compat/everycomp/README.md create mode 100644 projects/1.21/assets/every-compat/everycomp/lang/en_us.json rename projects/{1.20 => 1.21}/assets/every-compat/everycomp/lang/zh_cn-override.json (100%) rename projects/{1.20 => 1.21}/assets/every-compat/everycomp/lang/zh_cn.json (100%) create mode 100644 projects/1.21/assets/every-compat/everycomp/packer-policy.json diff --git a/projects/1.20/assets/every-compat/everycomp/packer-policy.json b/projects/1.20/assets/every-compat/everycomp/packer-policy.json index d10142c80fe8..e3feee4f5355 100644 --- a/projects/1.20/assets/every-compat/everycomp/packer-policy.json +++ b/projects/1.20/assets/every-compat/everycomp/packer-policy.json @@ -1,12 +1,6 @@ [ { - "type": "composition", - "destType": "json", - "source": "projects/1.20/assets/every-compat/everycomp/lang/zh_cn-override.json" - }, - { - "type": "singleton", - "source": "projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json", - "relativePath": "lang/zh_cn.json" + "type": "indirect", + "source": "projects/1.21/assets/every-compat/everycomp" } ] \ No newline at end of file diff --git a/projects/1.21/assets/every-compat/everycomp/README.md b/projects/1.21/assets/every-compat/everycomp/README.md new file mode 100644 index 000000000000..d10c878eb33e --- /dev/null +++ b/projects/1.21/assets/every-compat/everycomp/README.md @@ -0,0 +1,16 @@ +### 总概 + +```mermaid +flowchart LR + 1211[1.21.1
singleton, composition] -->|indirect| 1201[1.20.1] +``` + +``` +1.21.1 + └── 1.20.1 +``` + +### 传送区域 + +- [1.20.1](/projects/1.20/assets/every-compat/everycomp) +- [1.21.1](/projects/1.21/assets/every-compat/everycomp) \ No newline at end of file diff --git a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json new file mode 100644 index 000000000000..9be2db8e383a --- /dev/null +++ b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json @@ -0,0 +1,958 @@ +{ + "itemGroup.everycomp": "Every Compat", + "itemGroup.everycomp.everycomp": "Every Compat", + "tooltip.everycomp.mod": "Mod: %s", + "tooltip.everycomp.wood_type": "Wood Type: %s", + "tooltip.everycomp.leaf_type": "Leaves Type: %s", + + "block_type.everycomp.dergetic.hollow_poise_log": "Hollow Poise Stem", + "block_type.everycomp.rdens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", + + "block_type.everycomp.ter_end.hollow_azure_log": "Hollow Azure Stem", + + "block_type.everycomp.dlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", + "block_type.everycomp.dlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", + + "block_type.everycomp.gions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", + + "block_type.everycomp.ther_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", + "block_type.everycomp.ther_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", + "block_type.everycomp.ther_redux.hollow_glacia_log": "Hollow Glaica Stem", + "block_type.everycomp.ther_redux.hollow_crystal_log": "Hollow Crystsal Stem", + "block_type.everycomp.ther_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", + "block_type.everycomp.ther_redux.hollow_skyroot_log": "Hollow Skyroot Stem", + + "block_type.everycomp.tendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block_type.everycomp.tendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block_type.everycomp.tendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block_type.everycomp.tendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + + "block_type.everycomp.u.hollow_dragon_log": "Hollow Dragon Stem", + "block_type.everycomp.u.hollow_elder_log": "Hollow Elder Stem", + "block_type.everycomp.u.hollow_frosted_log": "Hollow Frosted Stem", + + "block_type.everycomp.lightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block_type.everycomp.lightened_end.hollow_indigo_log": "Hollow Indigo Stem", + + "block_type.everycomp.omeswevegone.hollow_florus_log": "Hollow Florus Stem", + + "block_type.everycomp.xtendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block_type.everycomp.xtendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block_type.everycomp.xtendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block_type.everycomp.xtendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + + "block_type.everycomp.eu.hollow_dragon_log": "Hollow Dragon Stem", + "block_type.everycomp.eu.hollow_elder_log": "Hollow Elder Stem", + "block_type.everycomp.eu.hollow_frosted_log": "Hollow Frosted Stem", + + "block_type.everycomp.nlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block_type.everycomp.nlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + + "block_type.everycomp.iomeswevegone.hollow_florus_log": "Hollow Florus Stem", + + "wood_type.domum_ornamentum.cactus": "Green Cactus", + "wood_type.domum_ornamentum.cactus_extra": "Cactus", + "wood_type.twilightforest.dark": "Darkwood", + "wood_type.twilightforest.time": "Timewood", + "wood_type.twilightforest.trans": "Transwood", + "wood_type.twilightforest.sorting": "Sortingwood", + + "wood_type.quark.ancient": "Ashen", + "wood_type.quark.blossom": "Trumpet", + + "wood_type.unusualprehistory.dryo": "Dryophyllum", + "wood_type.unusualprehistory.foxxi": "Foxii", + + "leaves_type.quark.blue": "Frosty", + "leaves_type.quark.lavender":"Serene", + "leaves_type.quark.orange": "Warm", + "leaves_type.quark.pink": "Sweet", + "leaves_type.quark.yellow": "Sunny", + "leaves_type.quark.red":"Fiery", + "leaves_type.twilightforest.dark": "Darkwood", + "leaves_type.ulterlands.souldrained": "Petrified", + + "block_type.twigs.table": "%s Table", + + "block_type.missingwilds.fallen_log": "Fallen %s Log", + + "block_type.regions_unexplored.branch": "%s Branch", + "block_type.regions_unexplored.shrub": "%s Shrub", + + "block_type.campchair.camp_chair": "%s Camp Chair", + + "block_type.another_furniture.table": "%s Table", + "block_type.another_furniture.chair": "%s Chair", + "block_type.another_furniture.shelf": "%s Shelf", + "block_type.another_furniture.shutter": "%s Shutter", + "block_type.another_furniture.flower_box": "%s Flower Box", + "block_type.another_furniture.drawer": "%s Drawer", + "block_type.another_furniture.bench": "%s Bench", + + "block_type.barkcarpets.bark_carpet": "%s Bark Carpet", + + "block_type.buildersaddition.arcade": "%s Arcade", + "block_type.buildersaddition.bench": "%s Bench", + "block_type.buildersaddition.bedside_table": "%s Bedside Table", + "block_type.buildersaddition.bookshelf": "%s Bookshelf", + "block_type.buildersaddition.cabinet": "%s Cabinet", + "block_type.buildersaddition.chair": "%s Chair", + "block_type.buildersaddition.counter_andesite": "%s Andesite Counter", + "block_type.buildersaddition.counter_blackstone": "%s Blackstone Counter", + "block_type.buildersaddition.counter_deepslate": "%s Deepslate Counter", + "block_type.buildersaddition.counter_diorite": "%s Diorite Counter", + "block_type.buildersaddition.counter_granite": "%s Granite Counter", + "block_type.buildersaddition.cupboard": "%s Cupboard", + "block_type.buildersaddition.hedge": "%s Hedge", + "block_type.buildersaddition.shelf": "%s Shelf", + "block_type.buildersaddition.small_cupboard": "Small %s Cupboard", + "block_type.buildersaddition.stool": "%s Stool", + "block_type.buildersaddition.support_bracket": "%s Support Bracket", + "block_type.buildersaddition.table": "%s Table", + "block_type.buildersaddition.vertical_slab": "%s Panel", + + "block_type.chipped.barred_door": "Barred %s Door", + "block_type.chipped.beach_door": "Beach %s Door", + "block_type.chipped.boarded_door": "Boarded %s Door", + "block_type.chipped.dual_paneled_door": "Dual Paneled %s Door", + "block_type.chipped.fortified_door": "Fortified %s Door", + "block_type.chipped.gated_door": "Gated %s Door", + "block_type.chipped.glass_door": "Glass %s Door", + "block_type.chipped.heavy_door": "Heavy %s Door", + "block_type.chipped.overgrown_door": "Overgrown %s Door", + "block_type.chipped.paneled_door": "Paneled %s Door", + "block_type.chipped.paper_door": "Paper %s Door", + "block_type.chipped.pressed_door": "Pressed %s Door", + "block_type.chipped.screen_door": "Screen %s Door", + "block_type.chipped.secret_door": "Secret %s Door", + "block_type.chipped.shack_door": "Shack %s Door", + "block_type.chipped.sliding_door": "Sliding %s Door", + "block_type.chipped.supported_door": "Supported %s Door", + "block_type.chipped.tiled_door": "Tiled %s Door", + "block_type.chipped.windowed_door": "Windowed %s Door", + + "block_type.chipped.airy_trapdoor": "Airy %s Trapdoor", + "block_type.chipped.barred_trapdoor": "Barred %s Trapdoor", + "block_type.chipped.checkered_trapdoor": "Checkered %s Trapdoor", + "block_type.chipped.classic_trapdoor": "Classic %s Trapdoor", + "block_type.chipped.classic_windowed_trapdoor": "Classic Windowed %s Trapdoor", + "block_type.chipped.cobweb_trapdoor": "Cobweb %s Trapdoor", + "block_type.chipped.distorted_trapdoor": "Distorted %s Trapdoor", + "block_type.chipped.fancy_trapdoor": "Fancy %s Trapdoor", + "block_type.chipped.golden_barred_trapdoor": "Golden Barred %s Trapdoor", + "block_type.chipped.heavy_trapdoor": "Heavy %s Trapdoor", + "block_type.chipped.iron_barred_trapdoor": "Iron Barred %s Trapdoor", + "block_type.chipped.leafy_trapdoor": "Leafy %s Trapdoor", + "block_type.chipped.meshed_trapdoor": "Meshed %s Trapdoor", + "block_type.chipped.overgrown_trapdoor": "Overgrown %s Trapdoor", + "block_type.chipped.pointless_trapdoor": "Pointless %s Trapdoor", + "block_type.chipped.slotted_trapdoor": "Slotted %s Trapdoor", + "block_type.chipped.solid_trapdoor": "Solid %s Trapdoor", + "block_type.chipped.suspicious_trapdoor": "Suspicious %s Trapdoor", + "block_type.chipped.twisted_trapdoor": "Twisted %s Trapdoor", + "block_type.chipped.vined_trapdoor": "Vined %s Trapdoor", + "block_type.chipped.warted_trapdoor": "Warted %s Trapdoor", + "block_type.chipped.windowed_trapdoor": "Windowed %s Trapdoor", + "block_type.chipped.woven_trapdoor": "Woven %s Trapdoor", + + "block_type.chipped.bared_glass": "%s Barred Glass", + "block_type.chipped.bordered_glass": "%s Bordered Glass", + "block_type.chipped.circle_glass": "Circle %s Glass", + "block_type.chipped.diamond_bordered_glass": "%s Diamond Bordered Glass", + "block_type.chipped.horizontal_lined_glass": "%s Horizontal Lined Glass", + "block_type.chipped.large_diamond_glass": "%s Large Diamond Glass", + "block_type.chipped.line_bared_glass": "%s Line Barred Glass", + "block_type.chipped.ornate_bared_glass": "%s Ornate Barred Glass", + "block_type.chipped.snowflake_glass": "%s Snowflake Glass", + "block_type.chipped.square_glass": "Square %s Glass", + "block_type.chipped.woven_glass": "%s Woven Glass", + + "block_type.chipped.bared_glass_pane": "%s Barred Glass Pane", + "block_type.chipped.bordered_glass_pane": "%s Bordered Glass Pane", + "block_type.chipped.circle_glass_pane": "Circle %s Glass Pane", + "block_type.chipped.diamond_bordered_glass_pane": "%s Diamond Bordered Glass Pane", + "block_type.chipped.horizontal_lined_glass_pane": "%s Horizontal Lined Glass Pane", + "block_type.chipped.large_diamond_glass_pane": "%s Large Diamond Glass Pane", + "block_type.chipped.line_bared_glass_pane": "%s Line Barred Glass Pane", + "block_type.chipped.ornate_bared_glass_pane": "%s Ornate Barred Glass Pane", + "block_type.chipped.snowflake_glass_pane": "%s Snowflake Glass Pane", + "block_type.chipped.square_glass_pane": "Square %s Glass Pane", + "block_type.chipped.woven_glass_pane": "%s Woven Glass Pane", + + "block_type.chipped.barrel": "%s Barrel", + "block_type.chipped.crate": "%s Crate", + "block_type.chipped.reinforced_crate": "Reinforced %s Crate", + + "block_type.chipped.torch": "%s Torch", + "block_type.chipped.wall_torch": "%s Torch", + + "block_type.chipped.tile_windowed_door": "Tile Windowed %s Door", + "block_type.chipped.basket_woven_planks": "Basket Woven %s Planks", + "block_type.chipped.boxed_planks": "Boxed %s Planks", + "block_type.chipped.brick_bond_planks": "Brick Bond %s Planks", + "block_type.chipped.bricky_planks": "Bricky %s Planks", + "block_type.chipped.cornered_planks": "Cornered %s Planks", + "block_type.chipped.crated_planks": "Crated %s Planks", + "block_type.chipped.cross_laced_planks": "Cross Laced %s Planks", + "block_type.chipped.crossed_planks": "Crossed %s Planks", + "block_type.chipped.detailed_planks": "Detailed %s Planks", + "block_type.chipped.diagonal_planks": "Diagonal %s Planks", + "block_type.chipped.diamond_planks": "Diamond %s Planks", + "block_type.chipped.double_herringbone_planks": "Double Herringbone %s Planks", + "block_type.chipped.enclosed_planks": "Enclosed %s Planks", + "block_type.chipped.fine_planks": "Fine %s Planks", + "block_type.chipped.fine_vertical_planks": "Fine Vertical %s Planks", + "block_type.chipped.framed_planks": "Framed %s Planks", + "block_type.chipped.herringbone_planks": "Herringbone %s Planks", + "block_type.chipped.hewn_planks": "Hewn %s Planks", + "block_type.chipped.laced_planks": "Laced %s Planks", + "block_type.chipped.nailed_planks": "Nailed %s Planks", + "block_type.chipped.natural_planks": "Natural %s Planks", + "block_type.chipped.pegged_planks": "Pegged %s Planks", + "block_type.chipped.planks_mosaic": "%s Planks Mosaic", + "block_type.chipped.planks_panel": "%s Planks Panel", + "block_type.chipped.planks_shavings": "%s Planks Shavings", + "block_type.chipped.polished_planks": "Polished %s Planks", + "block_type.chipped.railed_planks": "Railed %s Planks", + "block_type.chipped.shifted_planks": "Shifted %s Planks", + "block_type.chipped.slanted_planks": "Slanted %s Planks", + "block_type.chipped.smooth_planks": "Smooth %s Planks", + "block_type.chipped.stacked_planks": "Stacked %s Planks", + "block_type.chipped.thin_planks": "Thin %s Planks", + "block_type.chipped.tiled_planks": "Tiled %s Planks", + "block_type.chipped.versailles_planks": "Versailles %s Planks", + "block_type.chipped.vertical_planks": "Vertical %s Planks", + "block_type.chipped.vertically_railed_planks": "Vertically Railed %s Planks", + "block_type.chipped.whirlwind_planks": "Whirlwind %s Planks", + "block_type.chipped.wickered_planks": "Wickered %s Planks", + + "block_type.chipped.bundled_log": "Bundled %s Log", + "block_type.chipped.center_cut_log": "Center Cut %s Log", + "block_type.chipped.damaged_log": "Damaged %s Log", + "block_type.chipped.edge_cut_log": "Edge Cut %s Log", + "block_type.chipped.firewood_log": "Firewood %s Log", + "block_type.chipped.flowering_log": "Flowering %s Log", + "block_type.chipped.mixed_log": "Mixed %s Log", + "block_type.chipped.nailed_log": "Nailed %s Log", + "block_type.chipped.overgrown_log": "Overgrown %s Log", + "block_type.chipped.planked_log": "Planked %s Log", + "block_type.chipped.reinforced_log": "Reinforced %s Log", + + + "block_type.graveyard.coffin": "%s Coffin", + + "block_type.dawnoftimebuilder.beam": "%s Beam", + "block_type.dawnoftimebuilder.couch": "%s Couch", + "block_type.dawnoftimebuilder.fancy_fence": "%s Fancy Fence", + "block_type.dawnoftimebuilder.footstool": "%s Footstool", + "block_type.dawnoftimebuilder.lattice": "%s Lattice", + "block_type.dawnoftimebuilder.legless_chair": "%s Legless Chair", + "block_type.dawnoftimebuilder.low_table": "%s Low Table", + "block_type.dawnoftimebuilder.pergola": "%s Pergola", + "block_type.dawnoftimebuilder.planks_edge": "%s Edge", + "block_type.dawnoftimebuilder.planks_plate": "%s Plate", + "block_type.dawnoftimebuilder.support_beam": "%s Support Beam", + "block_type.dawnoftimebuilder.support_slab": "%s Support Slab", + "block_type.dawnoftimebuilder.wall": "%s Wall", + + "block_type.decorative_blocks.palisade": "%s Palisade", + "block_type.decorative_blocks.support": "%s Support", + "block_type.decorative_blocks.beam": "%s Beam", + "block_type.decorative_blocks.seat": "%s Seat", + "block_type.decorative_winter.snowy_palisade": "Snowy %s Palisade", + + "block_type.dramaticdoors.short_door": "Short %s Door", + "block_type.dramaticdoors.tall_door": "Tall %s Door", + "block_type.dramaticdoors.tall_macaw_bark_glass_door": "Tall %s Bark Glass Door", + "block_type.dramaticdoors.tall_macaw_barn_door": "Tall %s Barn Door", + "block_type.dramaticdoors.tall_macaw_barn_glass_door": "Tall %s Barn Glassed Door", + "block_type.dramaticdoors.tall_macaw_beach_door": "Tall %s Beach Door", + "block_type.dramaticdoors.tall_macaw_classic_door": "Tall %s Classic Door", + "block_type.dramaticdoors.tall_macaw_cottage_door": "Tall %s Cottage Door", + "block_type.dramaticdoors.tall_macaw_four_panel_door": "Tall %s Four Panel Door", + "block_type.dramaticdoors.tall_macaw_glass_door": "Tall %s Glass Door", + "block_type.dramaticdoors.tall_macaw_japanese2_door": "Tall %s Shoji Whole Door", + "block_type.dramaticdoors.tall_macaw_japanese_door": "Tall %s Shoji Door", + "block_type.dramaticdoors.tall_macaw_modern_door": "Tall %s Modern Door", + "block_type.dramaticdoors.tall_macaw_mystic_door": "Tall %s Mystic Door", + "block_type.dramaticdoors.tall_macaw_nether_door": "Tall %s Nether Door", + "block_type.dramaticdoors.tall_macaw_paper_door": "Tall %s Paper Door", + "block_type.dramaticdoors.tall_macaw_stable_door": "Tall %s Stable Door", + "block_type.dramaticdoors.tall_macaw_stable_head_door": "Tall %s Stable Horse Door", + "block_type.dramaticdoors.tall_macaw_swamp_door": "Tall %s Swamp Door", + "block_type.dramaticdoors.tall_macaw_tropical_door": "Tall %s Tropical Door", + + "block_type.farmersdelight.cabinet": "%s Cabinet", + + "block_type.friendsandfoes.beehive": "%s Beehive", + + "block_type.furnish.bedside_table": "%s Bedside Table", + "block_type.furnish.bench": "%s Bench", + "block_type.furnish.cabinet": "%s Cabinet", + "block_type.furnish.chair": "%s Chair", + "block_type.furnish.coffin": "%s Coffin", + "block_type.furnish.crate": "%s Crate", + "block_type.furnish.kitchen_cabinet": "%s Kitchen Cabinet", + "block_type.furnish.ladder": "%s Ladder", + "block_type.furnish.log_bench": "%s Log Bench", + "block_type.furnish.pedestal_table": "%s Pedestal Table", + "block_type.furnish.shelf": "%s Shelf", + "block_type.furnish.shutter": "%s Shutter", + "block_type.furnish.square_table": "%s Square Table", + "block_type.furnish.stool": "%s Stool", + "block_type.furnish.table": "%s Table", + "block_type.furnish.wardrobe": "%s Wardrobe", + "block_type.furnish.bookshelf_chest": "%s Bookshelf Chest", + + "block_type.hearth_and_home.parquet": "%s Parquet", + "block_type.hearth_and_home.sanded_wood": "Sanded %s Wood", + "block_type.hearth_and_home.trim": "%s Trim", + "block_type.hearth_and_home.vertical_trim": "%s Vertical Trim", + "block_type.hearth_and_home.lattice": "%s Lattice", + + "block_type.mosaic_carpentry.mosaic": "%s Mosaic", + "block_type.mosaic_carpentry.mosaic_stairs": "%s Mosaic Stairs", + "block_type.mosaic_carpentry.mosaic_slab": "%s Mosaic Slab", + + "block_type.pokecube_legends.distortic_planks": "Distortic %s Planks", + "block_type.pokecube_legends.distortic_stairs": "Distortic %s Stairs", + "block_type.pokecube_legends.distortic_slab": "Distortic %s Slab", + + "block_type.twilightforest.hollow_log": "Hollow %s Log", + "block_type.twilightforest.hollow_log_vertical": "Hollow %s Log", + "block_type.twilightforest.hollow_log_horizontal": "Hollow %s Log", + "block_type.twilightforest.hollow_log_climbable": "Hollow %s Log", + "block_type.twilightforest.banister": "%s Banister", + + "block_type.quark.stripped_post": "Stripped %s Post", + "block_type.quark.post": "%s Post", + "block_type.quark.hollow_log": "Hollow %s Log", + "block_type.quark.hedge": "%s Leaf Hedge", + "block_type.quark.leaf_carpet": "%s Leaf Carpet", + "block_type.quark.ladder": "%s Ladder", + "block_type.quark.chest": "%s Chest", + "block_type.quark.trapped_chest": "Trapped %s Chest", + "block_type.quark.bookshelf": "%s Bookshelf", + "block_type.quark.vertical_planks": "Vertical %s Planks", + "block_type.quark.vertical_slab": "%s Vertical Slab", + + "block_type.architects_palette.railing": "%s Railing", + "block_type.architects_palette.boards": "%s Boards", + "block_type.architects_palette.board_wall": "%s Board Wall", + "block_type.architects_palette.board_stairs": "%s Board Stairs", + "block_type.architects_palette.board_slab": "%s Board Slab", + + "block_type.valhelsia_structures.cut_post": "Cut %s Post", + "block_type.valhelsia_structures.cut_stripped_post": "Cut Stripped %s Post", + "block_type.valhelsia_structures.post": "%s Post", + "block_type.valhelsia_structures.stripped_post": "Stripped %s Post", + "block_type.valhelsia_structures.bundled_posts": "Bundled %s Posts", + "block_type.valhelsia_structures.bundled_stripped_posts": "Bundled Stripped %s Posts", + + + "block_type.backpacked.backpack_shelf": "%s Backpack Shelf", + + "block_type.mctb.crafting_table": "%s Crafting Table", + + "block_type.mcwbridges.rail_bridge": "%s Rail Bridge", + "block_type.mcwbridges.bridge_pier": "%s Bridge Support", + "block_type.mcwbridges.log_bridge_middle": "%s Bridge", + "block_type.mcwbridges.log_bridge_stair": "%s Bridge Stair", + "block_type.mcwbridges.rope_bridge_stair": "Rope %s Bridge Stair", + "block_type.mcwbridges.rope_bridge": "Rope %s Bridge", + "block_type.mcwbridges.bridge_rope": "Rope %s Bridge", + "block_type.mcwbridges.wired_fence": "%s Wired Fence", + + "block_type.mcwdoors.bark_glass_door": "%s Bark Glass Door", + "block_type.mcwdoors.bamboo_door": "%s Mesh Door", + "block_type.mcwdoors.barn_door": "%s Barn Door", + "block_type.mcwdoors.barn_glass_door": "%s Barn Glassed Door", + "block_type.mcwdoors.beach_door": "%s Beach Door", + "block_type.mcwdoors.classic_door": "%s Classic Door", + "block_type.mcwdoors.cottage_door": "%s Cottage Door", + "block_type.mcwdoors.glass_door": "%s Glass Door", + "block_type.mcwdoors.four_panel_door": "%s Four Panel Door", + "block_type.mcwdoors.japanese_door": "%s Shoji Door", + "block_type.mcwdoors.japanese2_door": "%s Shoji Whole Door", + "block_type.mcwdoors.modern_door": "%s Modern Door", + "block_type.mcwdoors.mystic_door": "%s Mystic Door", + "block_type.mcwdoors.nether_door": "%s Nether Door", + "block_type.mcwdoors.paper_door": "%s Paper Door", + "block_type.mcwdoors.stable_door": "%s Stable Door", + "block_type.mcwdoors.stable_head_door": "%s Stable Horse Door", + "block_type.mcwdoors.swamp_door": "%s Swamp Door", + "block_type.mcwdoors.tropical_door": "%s Tropical Door", + "block_type.mcwdoors.western_door": "%s Western Door", + "block_type.mcwdoors.waffle_door": "%s Waffle Door", + + + "block_type.mcwfences.picket_fence": "%s Picket Fence", + "block_type.mcwfences.stockade_fence": "%s Stockade Fence", + "block_type.mcwfences.hedge": "%s Hedge", + "block_type.mcwfences.horse_fence": "%s Horse Fence", + "block_type.mcwfences.wired_fence": "%s Wired Fence", + "block_type.mcwfences.pyramid_gate": "%s Pyramid Gate", + "block_type.mcwfences.highley_gate": "%s Highley Gate", + + "block_type.mcwfurnitures.bookshelf": "%s Bookshelf", + "block_type.mcwfurnitures.bookshelf_cupboard": "%s Cupboard Bookshelf", + "block_type.mcwfurnitures.bookshelf_drawer": "%s Bookshelf Drawer", + "block_type.mcwfurnitures.chair": "%s Chair", + "block_type.mcwfurnitures.coffee_table": "%s Coffee Table", + "block_type.mcwfurnitures.counter": "%s Counter", + "block_type.mcwfurnitures.covered_desk": "%s Covered Desk", + "block_type.mcwfurnitures.cupboard_counter": "%s Cupboard Counter", + "block_type.mcwfurnitures.desk": "%s Desk", + "block_type.mcwfurnitures.double_drawer": "%s Double Drawer", + "block_type.mcwfurnitures.double_drawer_counter": "%s Double Drawer Counter", + "block_type.mcwfurnitures.double_wardrobe": "%s Double Wardrobe", + "block_type.mcwfurnitures.drawer": "%s Drawer", + "block_type.mcwfurnitures.drawer_counter": "%s Drawer Counter", + "block_type.mcwfurnitures.end_table": "%s End Table", + "block_type.mcwfurnitures.glass_table": "%s Glass Table", + "block_type.mcwfurnitures.large_drawer": "%s Large Drawer", + "block_type.mcwfurnitures.lower_bookshelf_drawer": "%s Lower Bookshelf Drawer", + "block_type.mcwfurnitures.lower_triple_drawer": "%s Lower Triple Drawer", + "block_type.mcwfurnitures.modern_chair": "%s Modern Chair", + "block_type.mcwfurnitures.modern_desk": "%s Modern Desk", + "block_type.mcwfurnitures.modern_wardrobe": "%s Modern Wardrobe", + "block_type.mcwfurnitures.stool_chair": "%s Stool", + "block_type.mcwfurnitures.striped_chair": "%s Striped Chair", + "block_type.mcwfurnitures.stripped_bookshelf": "Stripped %s Bookshelf", + "block_type.mcwfurnitures.stripped_bookshelf_cupboard": "Stripped %s Cupboard Bookshelf", + "block_type.mcwfurnitures.stripped_bookshelf_drawer": "Stripped %s Bookshelf Drawer", + "block_type.mcwfurnitures.stripped_chair": "Stripped %s Chair", + "block_type.mcwfurnitures.stripped_coffee_table": "Stripped %s Coffee Table", + "block_type.mcwfurnitures.stripped_counter": "Stripped %s Counter", + "block_type.mcwfurnitures.stripped_covered_desk": "Stripped %s Covered Desk", + "block_type.mcwfurnitures.stripped_cupboard_counter": "Stripped %s Cupboard Counter", + "block_type.mcwfurnitures.stripped_desk": "Stripped %s Desk", + "block_type.mcwfurnitures.stripped_double_drawer": "Stripped %s Double Drawer", + "block_type.mcwfurnitures.stripped_double_drawer_counter": "Stripped %s Double Drawer Counter", + "block_type.mcwfurnitures.stripped_double_wardrobe": "Stripped %s Double Wardrobe", + "block_type.mcwfurnitures.stripped_drawer": "Stripped %s Drawer", + "block_type.mcwfurnitures.stripped_drawer_counter": "Stripped %s Drawer Counter", + "block_type.mcwfurnitures.stripped_end_table": "Stripped %s End Table", + "block_type.mcwfurnitures.stripped_glass_table": "Stripped %s Glass Table", + "block_type.mcwfurnitures.stripped_large_drawer": "Stripped %s Large Drawer", + "block_type.mcwfurnitures.stripped_lower_bookshelf_drawer": "Stripped %s Lower Bookshelf Drawer", + "block_type.mcwfurnitures.stripped_lower_triple_drawer": "Stripped %s Lower Triple Drawer", + "block_type.mcwfurnitures.stripped_modern_chair": "Stripped %s Modern Chair", + "block_type.mcwfurnitures.stripped_modern_desk": "Stripped %s Modern Desk", + "block_type.mcwfurnitures.stripped_modern_wardrobe": "Stripped %s Modern Wardrobe", + "block_type.mcwfurnitures.stripped_stool_chair": "Stripped %s Stool", + "block_type.mcwfurnitures.stripped_striped_chair": "Stripped %s Striped Chair", + "block_type.mcwfurnitures.stripped_table": "Stripped %s Table", + "block_type.mcwfurnitures.stripped_triple_drawer": "Stripped %s Triple Drawer", + "block_type.mcwfurnitures.stripped_wardrobe": "Stripped %s Wardrobe", + "block_type.mcwfurnitures.table": "%s Table", + "block_type.mcwfurnitures.triple_drawer": "%s Triple Drawer", + "block_type.mcwfurnitures.wardrobe": "%s Wardrobe", + + "block_type.mcwlights.soul_tiki_torch": "Soul %s Tiki Torch", + "block_type.mcwlights.tiki_torch": "%s Tiki Torch", + "block_type.mcwlights.ceiling_fan_light": "%s Ceiling Fan Light", + + "block_type.mcwpaths.planks_path": "%s Planks Path", + + "block_type.mcwroofs.attic_roof": "%s Attic Roof", + "block_type.mcwroofs.lower_roof": "%s Lower Base Roof", + "block_type.mcwroofs.planks_attic_roof": "%s Planks Attic Roof", + "block_type.mcwroofs.planks_lower_roof": "%s Planks Lower Base Roof", + "block_type.mcwroofs.planks_roof": "%s Planks Roof", + "block_type.mcwroofs.planks_steep_roof": "%s Planks Steep Roof", + "block_type.mcwroofs.planks_top_roof": "%s Planks Top Roof", + "block_type.mcwroofs.planks_upper_lower_roof": "%s Planks Lower Top Roof", + "block_type.mcwroofs.planks_upper_steep_roof": "%s Planks Steep Top Roof", + "block_type.mcwroofs.roof": "%s Roof", + "block_type.mcwroofs.steep_roof": "%s Steep Roof", + "block_type.mcwroofs.top_roof": "%s Top Roof", + "block_type.mcwroofs.upper_lower_roof": "%s Lower Top Roof", + "block_type.mcwroofs.upper_steep_roof": "%s Steep Top Roof", + + "block_type.mcwtrpdoors.bark_trapdoor": "%s Bark Trapdoor", + "block_type.mcwtrpdoors.barn_trapdoor": "%s Barn Trapdoor", + "block_type.mcwtrpdoors.barred_trapdoor": "%s Barred Trapdoor", + "block_type.mcwtrpdoors.beach_trapdoor": "%s Beach Trapdoor", + "block_type.mcwtrpdoors.blossom_trapdoor": "%s Waffle Trapdoor", + "block_type.mcwtrpdoors.classic_trapdoor": "%s Classic Trapdoor", + "block_type.mcwtrpdoors.cottage_trapdoor": "%s Cottage Trapdoor", + "block_type.mcwtrpdoors.four_panel_trapdoor": "%s Four Panel Trapdoor", + "block_type.mcwtrpdoors.glass_trapdoor": "%s Glass Trapdoor", + "block_type.mcwtrpdoors.bamboo_trapdoor": "%s Mesh Trapdoor", + "block_type.mcwtrpdoors.mystic_trapdoor": "%s Mystic Trapdoor", + "block_type.mcwtrpdoors.paper_trapdoor": "%s Paper Trapdoor", + "block_type.mcwtrpdoors.ranch_trapdoor": "%s Ranch Trapdoor", + "block_type.mcwtrpdoors.swamp_trapdoor": "%s Swamp Trapdoor", + "block_type.mcwtrpdoors.tropical_trapdoor": "%s Tropical Trapdoor", + "block_type.mcwtrpdoors.barrel_trapdoor": "%s Barrel Trapdoor", + + "block_type.mcwwindows.window": "Resizeable %s Window", + "block_type.mcwwindows.window2": "Rectangle %s Window", + "block_type.mcwwindows.four_window": "%s Four Pane Window", + "block_type.mcwwindows.stripped_log_window": "Resizeable Stripped %s Window", + "block_type.mcwwindows.stripped_log_window2": "Rectangle Stripped %s Window", + "block_type.mcwwindows.stripped_log_four_window": "Stripped %s Four Pane Window", + "block_type.mcwwindows.plank_window": "Resizeable %s Planks Window", + "block_type.mcwwindows.plank_window2": "Rectangle %s Planks Window", + "block_type.mcwwindows.plank_four_window": "%s Planks Four Pane Window", + "block_type.mcwwindows.log_parapet": "%s Parapet", + "block_type.mcwwindows.plank_parapet": "%s Planks Parapet", + "block_type.mcwwindows.blinds": "%s Blinds", + "block_type.mcwwindows.shutter": "%s Shutter", + "block_type.mcwwindows.louvered_shutter": "%s Louvered Shutter", + "block_type.mcwwindows.pane_window": "%s Pane Window", + "block_type.mcwwindows.stripped_pane_window": "Stripped %s Pane Window", + "block_type.mcwwindows.plank_pane_window": "%s Planks Pane Window", + + "block_type.mcwstairs.terrace_stairs":"%s Terrace Stairs", + "block_type.mcwstairs.skyline_stairs":"%s Skyline Stairs", + "block_type.mcwstairs.compact_stairs":"%s Compact Stairs", + "block_type.mcwstairs.bulk_stairs":"%s Bulk Stairs", + "block_type.mcwstairs.loft_stairs":"%s Loft Stairs", + "block_type.mcwstairs.railing":"%s Stair Railing", + "block_type.mcwstairs.balcony":"%s Balcony", + "block_type.mcwstairs.platform":"%s Platform", + + "block_type.create.window": "%s Window", + "block_type.create.window_pane": "%s Window Pane", + + "block_type.cfm.window": "%s Window", + "block_type.cfm.backpack_shelf": "%s Backpack Shelf", + "block_type.cfm.bedside_cabinet": "%s Bedside Cabinet", + "block_type.cfm.blinds": "%s Blinds", + "block_type.cfm.cabinet": "%s Cabinet", + "block_type.cfm.chair": "%s Chair", + "block_type.cfm.coffee_table": "%s Coffee Table", + "block_type.cfm.crate": "%s Crate", + "block_type.cfm.cut_post": "Cut %s Post", + "block_type.cfm.desk": "%s Desk", + "block_type.cfm.desk_cabinet": "%s Desk Cabinet", + "block_type.cfm.hedge": "%s Hedge", + "block_type.cfm.highley_gate": "%s Highley Gate", + "block_type.cfm.hollow_log": "Hollow %s Log", + "block_type.cfm.horse_fence": "%s Horse Fence", + "block_type.cfm.kitchen_counter": "%s Kitchen Counter", + "block_type.cfm.kitchen_drawer": "%s Kitchen Drawer", + "block_type.cfm.kitchen_sink_dark": "%s Kitchen Sink (Dark)", + "block_type.cfm.kitchen_sink_light": "%s Kitchen Sink (Light)", + "block_type.cfm.log_parapet": "%s Parapet", + "block_type.cfm.mail_box": "%s Mail Box", + "block_type.cfm.park_bench": "%s Park Bench", + "block_type.cfm.picket_fence": "%s Picket Fence", + "block_type.cfm.plank_parapet": "%s Plank Parapet", + "block_type.cfm.plank_window": "%s Plank Window", + "block_type.cfm.plank_window2": "%s Plank Grille Window", + "block_type.cfm.post": "%s Post", + "block_type.cfm.pyramid_gate": "%s Pyramid Gate", + "block_type.cfm.railing": "%s Railing", + "block_type.cfm.seat": "%s Seat", + "block_type.cfm.shelf": "%s Shelf", + "block_type.cfm.stockade_fence": "%s Stockade Fence", + "block_type.cfm.stripped_bedside_cabinet": "Stripped %s Bedside Cabinet", + "block_type.cfm.stripped_blinds": "Stripped %s Blinds", + "block_type.cfm.stripped_cabinet": "Stripped %s Cabinet", + "block_type.cfm.stripped_chair": "Stripped %s Chair", + "block_type.cfm.stripped_coffee_table": "Stripped %s Coffee Table", + "block_type.cfm.stripped_crate": "Stripped %s Crate", + "block_type.cfm.stripped_desk": "Stripped %s Desk", + "block_type.cfm.stripped_desk_cabinet": "Stripped %s Desk Cabinet", + "block_type.cfm.stripped_kitchen_counter": "Stripped %s Kitchen Counter", + "block_type.cfm.stripped_kitchen_drawer": "Stripped %s Kitchen Drawer", + "block_type.cfm.stripped_kitchen_sink_dark": "Stripped %s Kitchen Sink (Dark)", + "block_type.cfm.stripped_kitchen_sink_light": "Stripped %s Kitchen Sink (Light)", + "block_type.cfm.stripped_log_window": "Stripped %s Window", + "block_type.cfm.stripped_log_window2": "Stripped %s Grille Window", + "block_type.cfm.stripped_mail_box": "Stripped %s Mail Box", + "block_type.cfm.stripped_park_bench": "Stripped %s Park Bench", + "block_type.cfm.stripped_post": "Stripped %s Post", + "block_type.cfm.stripped_table": "Stripped %s Table", + "block_type.cfm.support": "%s Support", + "block_type.cfm.table": "%s Table", + "block_type.cfm.upgraded_fence": "%s Upgraded Fence", + "block_type.cfm.stripped_upgraded_fence": "Stripped %s Upgraded Fence", + "block_type.cfm.upgraded_gate": "%s Upgraded Gate", + "block_type.cfm.stripped_upgraded_gate": "Stripped %s Upgraded Gate", + "block_type.cfm.vertical_planks": "Vertical %s Planks", + + "block_type.mighty_mail.mail_box": "%s Mailbox", + + "block_type.refurbished_furniture.chair": "%s Chair", + "block_type.refurbished_furniture.table": "%s Table", + "block_type.refurbished_furniture.storage_jar": "%s Storage Jar", + "block_type.refurbished_furniture.toilet": "%s Toilet", + "block_type.refurbished_furniture.crate": "%s Crate", + "block_type.refurbished_furniture.mail_box": "%s Mailbox", + "block_type.refurbished_furniture.dark_ceiling_fan": "%s Dark Ceiling Fan", + "block_type.refurbished_furniture.light_ceiling_fan": "%s Light Ceiling Fan", + "block_type.refurbished_furniture.kitchen_cabinetry": "%s Kitchen Cabinetry", + "block_type.refurbished_furniture.kitchen_drawer": "%s Kitchen Drawer", + "block_type.refurbished_furniture.kitchen_sink": "%s Kitchen Sink", + "block_type.refurbished_furniture.kitchen_storage_cabinet": "%s Kitchen Storage Cabinet", + "block_type.refurbished_furniture.storage_cabinet": "%s Storage Cabinet", + "block_type.refurbished_furniture.basin": "%s Basin", + "block_type.refurbished_furniture.bath": "%s Bath", + "block_type.refurbished_furniture.lattice_fence": "%s Lattice Fence", + "block_type.refurbished_furniture.lattice_fence_gate": "%s Lattice Fence Gate", + "block_type.refurbished_furniture.desk": "%s Desk", + "block_type.refurbished_furniture.cutting_board": "%s Cutting Board", + "block_type.refurbished_furniture.drawer": "%s Drawer", + "block_type.refurbished_furniture.hedge": "%s Hedge", + + "block_type.premium_wood.bookshelf": "%s Bookshelf", + "block_type.premium_wood.crafting_table": "%s Crafting Table", + "block_type.premium_wood.framed_glass": "%s Framed Glass", + + "block_type.productivebees.advanced_beehive": "Advanced %s Beehive", + "block_type.productivebees.expansion_box": "%s Expansion Box", + + "block_type.projectbrazier.armrest_chair": "%s Armrest Chair", + "block_type.projectbrazier.bench": "%s Bench", + "block_type.projectbrazier.bottom_platform": "%s Platform", + "block_type.projectbrazier.bottom_platform_stairs": "%s Platform Stairs", + "block_type.projectbrazier.closed_barrel": "Closed %s Barrel", + "block_type.projectbrazier.cross_lattice": "%s Cross Lattice", + "block_type.projectbrazier.dense_vertical_lattice": "%s Dense Vertical Lattice", + "block_type.projectbrazier.diamond_lattice": "%s Diamond Lattice", + "block_type.projectbrazier.firewood": "%s Firewood", + "block_type.projectbrazier.flower_barrel": "%s Flower Barrel", + "block_type.projectbrazier.flower_bucket": "%s Flower Bucket", + "block_type.projectbrazier.grid_lattice": "%s Grid Lattice", + "block_type.projectbrazier.hollow_log": "Hollow %s Log", + "block_type.projectbrazier.log_bench": "%s Log Bench", + "block_type.projectbrazier.log_chair": "%s Log Chair", + "block_type.projectbrazier.open_barrel": "Open %s Barrel", + "block_type.projectbrazier.plank_chair": "%s Plank Chair", + "block_type.projectbrazier.platform": "%s Platform", + "block_type.projectbrazier.white_polstered_bench": "White Polstered %s Bench", + "block_type.projectbrazier.orange_polstered_bench": "Orange Polstered %s Bench", + "block_type.projectbrazier.solid_chair": "%s Solid Chair", + "block_type.projectbrazier.solid_table": "Solid %s Table", + "block_type.projectbrazier.stool": "%s Stool", + "block_type.projectbrazier.stripped_hollow_log": "Stripped Hollow %s Log", + "block_type.projectbrazier.stripped_log_bench": "Stripped %s Log Bench", + "block_type.projectbrazier.stripped_log_chair": "Stripped %s Log Chair", + "block_type.projectbrazier.top_platform": "%s Platform", + "block_type.projectbrazier.top_platform_stairs": "%s Platform Stairs", + "block_type.projectbrazier.vertical_lattice": "%s Vertical Lattice", + "block_type.projectbrazier.zipline_anchor": "%s Zipline Anchor", + + "block_type.storagedrawers.full_drawers_1": "%s Storage Drawers 1x1", + "block_type.storagedrawers.full_drawers_2": "%s Storage Drawers 1x2", + "block_type.storagedrawers.full_drawers_4": "%s Storage Drawers 2x2", + "block_type.storagedrawers.half_drawers_1": "%s Half Drawers 1x1", + "block_type.storagedrawers.half_drawers_2": "%s Half Drawers 1x2", + "block_type.storagedrawers.half_drawers_4": "%s Half Drawers 2x2", + "block_type.storagedrawers.trim": "%s Trim", + + "block_type.shutter.shutter": "%s Shutter", + + "block_type.vct.crafting_table": "%s Crafting Table", + + "block_type.xercamod.carved_1": "Carved %s", + "block_type.xercamod.carved_2": "Carved %s", + "block_type.xercamod.carved_3": "Carved %s", + "block_type.xercamod.carved_4": "Carved %s", + "block_type.xercamod.carved_5": "Carved %s", + "block_type.xercamod.carved_6": "Carved %s", + "block_type.xercamod.carved_7": "Carved %s", + "block_type.xercamod.carved_8": "Carved %s", + + "block_type.woodworks.boards": "%s Boards", + "block_type.woodworks.bookshelf": "%s Bookshelf", + "block_type.woodworks.chiseled_bookshelf": "Chiseled %s Bookshelf", + "block_type.woodworks.ladder": "%s Ladder", + "block_type.woodworks.beehive": "%s Beehive", + "block_type.woodworks.leaf_pile": "Pile of %s Leaves", + "block_type.woodworks.chest": "%s Chest", + "block_type.woodworks.trapped_chest": "Trapped %s Chest", + + "item_type.boatload.furnace_boat": "%s Furnace Boat", + "item_type.boatload.large_boat": "Large %s Boat", + + "block_type.woodster.chiseled_bookshelf": "%s Chiseled Bookshelf", + "block_type.woodster.ladder": "%s Ladder", + + "block_type.infinitybuttons.large_button": "%s Large Button", + "block_type.infinitybuttons.plank_secret_button": "%s Plank Secret Button", + + "block_type.workshop_for_handsome_adventurer.simple_table": "Crafting Table (%s)", + "block_type.workshop_for_handsome_adventurer.book_shelf_double": "Book Shelf (%s, two rows)", + "block_type.workshop_for_handsome_adventurer.book_shelf_minimal": "Book Shelf (%s, one row)", + "block_type.workshop_for_handsome_adventurer.book_shelf_open_minimal": "Book Shelf (%s, one row, open)", + "block_type.workshop_for_handsome_adventurer.book_shelf_open_double": "Book Shelf (%s, two rows, open)", + "block_type.workshop_for_handsome_adventurer.book_shelf_with_lanterns": "Book Shelf (%s, with lights)", + "block_type.workshop_for_handsome_adventurer.tool_rack_double": "Tool Rack (%s, triple)", + "block_type.workshop_for_handsome_adventurer.tool_rack_framed": "Tool Rack (%s, framed)", + "block_type.workshop_for_handsome_adventurer.tool_rack_pframed": "Tool Rack (%s, partly framed)", + "block_type.workshop_for_handsome_adventurer.tool_rack_single": "Tool Rack (%s, single)", + "block_type.workshop_for_handsome_adventurer.potion_shelf": "Potion Shelf (%s)", + "item_type.workshop_for_handsome_adventurer.workstation_placer": "Workstation (%s)", + + + "item_type.buildersdelight.furniture_kit": "%s Furniture Kit", + "tooltip.everycomp.buildersdelight.furniture_kit": "Place In Stonecutter To Make Furniture", + + "block_type.buildersdelight.chair_1": "%s Seating", + "tooltip.everycomp.buildersdelight.chair_1": "Chair", + "block_type.buildersdelight.chair_2": "%s Seating", + "tooltip.everycomp.buildersdelight.chair_2": "Stool", + + "block_type.buildersdelight.table_1": "%s Table", + "tooltip.everycomp.buildersdelight.table_1": "Small Table", + "block_type.buildersdelight.table_2": "%s Table", + "tooltip.everycomp.buildersdelight.table_2": "Glass Inlay", + + "block_type.buildersdelight.planks_1": "%s Planks", + "tooltip.everycomp.buildersdelight.planks_1": "Vertical", + "block_type.buildersdelight.planks_2": "%s Planks", + "tooltip.everycomp.buildersdelight.planks_2": "Boxed", + "block_type.buildersdelight.planks_3": "%s Planks", + "tooltip.everycomp.buildersdelight.planks_3": "Rough", + "block_type.buildersdelight.planks_4": "%s Planks", + "tooltip.everycomp.buildersdelight.planks_4": "Tiles", + "block_type.buildersdelight.planks_5": "%s Planks", + "tooltip.everycomp.buildersdelight.planks_5": "Framed", + "block_type.buildersdelight.planks_6": "%s Planks", + "tooltip.everycomp.buildersdelight.planks_6": "Large", + "block_type.buildersdelight.planks_7": "%s Planks", + "tooltip.everycomp.buildersdelight.planks_7": "Knotted", + + "block_type.buildersdelight.stairs_1": "%s Stairs", + "tooltip.everycomp.buildersdelight.stairs_1": "Vertical", + "block_type.buildersdelight.stairs_2": "%s Stairs", + "tooltip.everycomp.buildersdelight.stairs_2": "Boxed", + "block_type.buildersdelight.stairs_3": "%s Stairs", + "tooltip.everycomp.buildersdelight.stairs_3": "Rough", + "block_type.buildersdelight.stairs_4": "%s Stairs", + "tooltip.everycomp.buildersdelight.stairs_4": "Tiles", + "block_type.buildersdelight.stairs_5": "%s Stairs", + "tooltip.everycomp.buildersdelight.stairs_5": "Framed", + "block_type.buildersdelight.stairs_6": "%s Stairs", + "tooltip.everycomp.buildersdelight.stairs_6": "Large", + "block_type.buildersdelight.stairs_7": "%s Stairs", + "tooltip.everycomp.buildersdelight.stairs_7": "Knotted", + + "block_type.buildersdelight.slab_1": "%s Slab", + "tooltip.everycomp.buildersdelight.slab_1": "Vertical", + "block_type.buildersdelight.slab_2": "%s Slab", + "tooltip.everycomp.buildersdelight.slab_2": "Boxed", + "block_type.buildersdelight.slab_3": "%s Slab", + "tooltip.everycomp.buildersdelight.slab_3": "Rough", + "block_type.buildersdelight.slab_4": "%s Slab", + "tooltip.everycomp.buildersdelight.slab_4": "Tiles", + "block_type.buildersdelight.slab_5": "%s Slab", + "tooltip.everycomp.buildersdelight.slab_5": "Framed", + "block_type.buildersdelight.slab_6": "%s Slab", + "tooltip.everycomp.buildersdelight.slab_6": "Large", + "block_type.buildersdelight.slab_7": "%s Slab", + "tooltip.everycomp.buildersdelight.slab_7": "Knotted", + "block_type.buildersdelight.frame_1": "%s Frame", + "tooltip.everycomp.buildersdelight.frame_1": "Basic", + "block_type.buildersdelight.frame_2": "%s Frame", + "tooltip.everycomp.buildersdelight.frame_2": "Crossed Right", + "block_type.buildersdelight.frame_3": "%s Frame", + "tooltip.everycomp.buildersdelight.frame_3": "Crossed Left", + "block_type.buildersdelight.frame_4": "%s Frame", + "tooltip.everycomp.buildersdelight.frame_4": "Crossed", + "block_type.buildersdelight.frame_5": "%s Frame", + "tooltip.everycomp.buildersdelight.frame_5": "Window", + "block_type.buildersdelight.frame_6": "%s Frame", + "tooltip.everycomp.buildersdelight.frame_6": "Diamond", + "block_type.buildersdelight.frame_7": "%s Frame", + "tooltip.everycomp.buildersdelight.frame_7": "Vertical", + "block_type.buildersdelight.frame_8": "%s Frame", + "tooltip.everycomp.buildersdelight.frame_8": "Horizontal", + "block_type.buildersdelight.glass_1": "%s Glass", + "tooltip.everycomp.buildersdelight.glass_1": "Clear", + "block_type.buildersdelight.glass_2": "%s Glass", + "tooltip.everycomp.buildersdelight.glass_2": "Arch", + "block_type.buildersdelight.glass_3": "%s Glass", + "tooltip.everycomp.buildersdelight.glass_3": "Double Arch", + "block_type.buildersdelight.glass_4": "%s Glass", + "tooltip.everycomp.buildersdelight.glass_4": "Porthole", + "block_type.buildersdelight.glass_5": "%s Glass", + "tooltip.everycomp.buildersdelight.glass_5": "Double", + "block_type.buildersdelight.glass_6": "%s Glass", + "tooltip.everycomp.buildersdelight.glass_6": "Small Window", + "block_type.buildersdelight.glass_7": "%s Glass", + "tooltip.everycomp.buildersdelight.glass_7": "Blinds", + "block_type.buildersdelight.glass_8": "%s Glass", + "tooltip.everycomp.buildersdelight.glass_8": "Fancy", + "block_type.buildersdelight.glass_pane_1": "%s Glass Pane", + "tooltip.everycomp.buildersdelight.glass_pane_1": "Clear", + "block_type.buildersdelight.glass_pane_2": "%s Glass Pane", + "tooltip.everycomp.buildersdelight.glass_pane_2": "Arch", + "block_type.buildersdelight.glass_pane_3": "%s Glass Pane", + "tooltip.everycomp.buildersdelight.glass_pane_3": "Double Arch", + "block_type.buildersdelight.glass_pane_4": "%s Glass Pane", + "tooltip.everycomp.buildersdelight.glass_pane_4": "Porthole", + "block_type.buildersdelight.glass_pane_5": "%s Glass Pane", + "tooltip.everycomp.buildersdelight.glass_pane_5": "Double", + "block_type.buildersdelight.glass_pane_6": "%s Glass Pane", + "tooltip.everycomp.buildersdelight.glass_pane_6": "Small Window", + "block_type.buildersdelight.glass_pane_7": "%s Glass Pane", + "tooltip.everycomp.buildersdelight.glass_pane_7": "Blinds", + "block_type.buildersdelight.glass_pane_8": "%s Glass Pane", + "tooltip.everycomp.buildersdelight.glass_pane_8": "Fancy", + + "block_type.lolmct.crafting_table": "%s Crafting Table", + + "block_type.lolmcv.chest": "%s Chest", + "block_type.lolmcv.trapped_chest": "%s Trapped Chest", + + "block_type.variantvanillablocks.barrel": "%s Barrel", + "block_type.variantvanillablocks.beehive": "%s Beehive", + "block_type.variantvanillablocks.bookshelf": "%s Bookshelf", + "block_type.variantvanillablocks.cartography_table": "%s Cartography Table", + "block_type.variantvanillablocks.chest": "%s Chest", + "block_type.variantvanillablocks.chiseled_bookshelf": "%s Chiseled Bookshelf", + "block_type.variantvanillablocks.composter": "%s Composter", + "block_type.variantvanillablocks.crafting_table": "%s Crafting Table", + "block_type.variantvanillablocks.fletching_table": "%s Fletching Table", + "block_type.variantvanillablocks.grindstone": "%s Grindstone", + "block_type.variantvanillablocks.lectern": "%s Lectern", + "block_type.variantvanillablocks.smithing_table": "%s Smithing Table", + "block_type.variantvanillablocks.smoker": "%s Smoker", + + "block_type.handcrafted.bench": "%s Bench", + "block_type.handcrafted.couch": "%s Couch", + "block_type.handcrafted.chair": "%s Chair", + "block_type.handcrafted.side_table": "%s Side Table", + "block_type.handcrafted.desk": "%s Desk", + "block_type.handcrafted.nightstand": "%s Nightstand", + "block_type.handcrafted.table": "%s Table", + "block_type.handcrafted.fancy_bed": "%s Fancy Bed", + "block_type.handcrafted.counter": "%s Counter", + "block_type.handcrafted.cupboard": "%s Cupboard", + "block_type.handcrafted.drawer": "%s Drawer", + "block_type.handcrafted.shelf": "%s Shelf", + "block_type.handcrafted.pillar_trim": "%s Pillar Trim", + "block_type.handcrafted.corner_trim": "%s Corner Trim", + "block_type.handcrafted.dining_bench": "%s Dining Bench", + + "block_type.decoration_delight.counter": "%s Counter", + "block_type.decoration_delight.counter_corner": "%s Counter Corner", + "block_type.decoration_delight.counter_bend": "%s Counter Bend", + "block_type.decoration_delight.countertop": "%s Countertop", + "block_type.decoration_delight.stool": "%s Stool", + "block_type.decoration_delight.mosaic": "%s Mosaic", + + "block_type.absentbydesign.fence_log": "%s Log Fence", + "block_type.absentbydesign.wall_stripped_log": "Stripped %s Wall", + "block_type.absentbydesign.wall_log": "%s Wood Wall", + "block_type.absentbydesign.wall_planks": "%s Wall", + + "block_type.villagersplus.horticulturist_table": "%s Flower Tub", + + "block_type.stylishstiles.stile": "%s Stile", + + "block_type.wilderwild.hollowed_log": "Hollowed %s Log", + "block_type.wilderwild.stripped_hollowed_log": "Stripped Hollowed %s Log", + + "block_type.bc.campfire": "%s Campfire", + "block_type.bc.soul_campfire": "%s Soul Campfire", + + "block_type.bbb.layer": "%s Layer", + "block_type.bbb.trim": "%s Trim", + "block_type.bbb.beam": "%s Beam", + "block_type.bbb.beam_stairs": "%s Beam Stairs", + "block_type.bbb.beam_slab": "%s Beam Slab", + "block_type.bbb.support": "%s Support", + "block_type.bbb.frame": "%s Frame", + "block_type.bbb.pallet": "%s Pallet", + "block_type.bbb.lantern": "%s Lantern", + "block_type.bbb.ladder": "%s Ladder", + "block_type.bbb.wall": "%s Wall", + + "block_type.bewitchment.poppet_shelf": "%s Poppet Shelf", + "item_type.bewitchment.bark": "%s Bark", + + "block_type.beautify.blinds": "%s Blinds", + "block_type.beautify.trellis": "%s Lattice", + "block_type.beautify.picture_frame": "%s Picture Frame", + + "block_type.oreberriesreplanted.vat": "%s Vat", + + "block_type.redbits.large_button": "Large %s Button", + + "block_type.woodenhoppers.hopper": "%s Hopper", + + "block_type.exlineawnings.awning": "%s Awning", + "block_type.exlineawnings.log_awning": "%s Log Awning", + + "block_type.corail_pillar.pillar_log": "%s Log Pillar", + "block_type.corail_pillar.small-pillar_log": "%s Log Pillar", + "block_type.corail_pillar.pillar_planks": "%s Planks Pillar", + "block_type.corail_pillar.small_pillar_planks": "%s Planks Pillar", + + "block_type.valhelsia_furniture.table": "%s Table", + "block_type.valhelsia_furniture.chair": "%s Chair", + "block_type.valhelsia_furniture.hay_chair": "%s Chair", + "block_type.valhelsia_furniture.stool": "%s Stool", + "block_type.valhelsia_furniture.desk": "%s Desk", + "block_type.valhelsia_furniture.desk_drawer": "%s Desk Drawer", + + "block_type.functionalstorage.1": "%s Drawer (1x1)", + "block_type.functionalstorage.2": "%s Drawer (1x2)", + "block_type.functionalstorage.4": "%s Drawer (1x4)", + + "block_type.timber_frames.timber_frame_alpha": "%s Timber Frame", + "block_type.timber_frames.timber_frame_beta": "%s Timber Frame", + + "block_type.redeco.polished_planks": "Polished %s Planks", + "block_type.redeco.polished_stairs": "Polished %s Stairs", + "block_type.redeco.polished_slab": "Polished %s Slab", + "block_type.redeco.table": "%s Table", + "block_type.redeco.coffee_table": "%s Coffee Table", + "block_type.redeco.side_table": "%s Side Table", + "block_type.redeco.drawers": "%s Drawers", + "block_type.redeco.chair": "%s Chair", + "block_type.redeco.stool": "%s Stool", + "block_type.redeco.bench": "%s Bench", + "block_type.redeco.shelf": "%s Shelf", + "block_type.redeco.crate": "%s Crate", + "block_type.redeco.plank_fence": "%s Plank Fence", + "block_type.redeco.plank_gate": "%s Plank Gate", + "block_type.redeco.lattice": "%s Lattice", + "block_type.redeco.counter": "%s Counter", + "block_type.redeco.drawer_counter": "%s Drawer Counter", + "block_type.redeco.cabinet_counter": "%s Cabinet Counter", + "block_type.redeco.cabinet": "%s Cabinet", + "block_type.redeco.display_case": "%s Display Case", + "block_type.redeco.sword_mount": "%s Sword Mount", + "block_type.redeco.pedestal": "%s Pedestal", + + "block_type.lightmanscurrency.auction_stand": "%s Auction Stand", + "block_type.lightmanscurrency.bookshelf_trader": "%s Bookshelf Trader", + "block_type.lightmanscurrency.shelf": "%s Shelf", + "block_type.lightmanscurrency.shelf_2x2": "%s Double Shelf", + "block_type.lightmanscurrency.card_display": "%s Card Display", + + "block_type.clutter.mosaic": "%s Mosaic", + "block_type.clutter.mosaic_slab": "%s Mosaic Slab", + "block_type.clutter.mosaic_stairs": "%s Mosaic Stairs", + "block_type.clutter.wall_bookshelf": "%s Wall Bookshelf", + "block_type.clutter.window_sill": "%s Window Sill", + "block_type.clutter.chair": "%s Chair", + "block_type.clutter.stripped_chair": "Stripped %s Chair", + "block_type.clutter.table": "%s Table", + "block_type.clutter.stripped_table": "Stripped %s Table", + "block_type.clutter.bench": "%s Bench", + "block_type.clutter.stripped_bench": "Stripped %s Bench", + "block_type.clutter.shelf": "%s Shelf", + "block_type.clutter.trellis": "%s Trellis", + "block_type.clutter.wall_cupboard": "%s Wall Cupboard", + "block_type.clutter.cupboard": "%s Cupboard", + + "block_type.tropicraft.boardwalk": "%s Boardwalk", + + "item_type.justaraftmod.raft": "%s Log Raft", + + "block_type.table_top_craft.chess": "%s Chess Board", + "block_type.table_top_craft.chess_timer": "%s Chess Timer", + "block_type.table_top_craft.connect_four": "%s Connect Four" +} diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-override.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json similarity index 100% rename from projects/1.20/assets/every-compat/everycomp/lang/zh_cn-override.json rename to projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json similarity index 100% rename from projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json rename to projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json diff --git a/projects/1.21/assets/every-compat/everycomp/packer-policy.json b/projects/1.21/assets/every-compat/everycomp/packer-policy.json new file mode 100644 index 000000000000..d10142c80fe8 --- /dev/null +++ b/projects/1.21/assets/every-compat/everycomp/packer-policy.json @@ -0,0 +1,12 @@ +[ + { + "type": "composition", + "destType": "json", + "source": "projects/1.20/assets/every-compat/everycomp/lang/zh_cn-override.json" + }, + { + "type": "singleton", + "source": "projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json", + "relativePath": "lang/zh_cn.json" + } +] \ No newline at end of file From fffebbcf48281884f81f7a9a3bcd546b0ad2cf40 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:53:41 +0800 Subject: [PATCH 19/55] =?UTF-8?q?readme:=20=E8=A1=A5README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 projects/1.20/assets/every-compat/everycomp/README.md diff --git a/projects/1.20/assets/every-compat/everycomp/README.md b/projects/1.20/assets/every-compat/everycomp/README.md new file mode 100644 index 000000000000..ddffc846bfaa --- /dev/null +++ b/projects/1.20/assets/every-compat/everycomp/README.md @@ -0,0 +1 @@ +[见主文档](/projects/1.21/assets/every-compat/everycomp) \ No newline at end of file From 4eda5e4db7534ef76f6f1d134cb0781f49d7ef09 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:54:29 +0800 Subject: [PATCH 20/55] =?UTF-8?q?update=EF=BC=9A=E6=A0=91=E7=A7=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=88#4651=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 9276b3ebf5db..17d2d2af99c7 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1175,6 +1175,7 @@ "wood_type.biomeswevegone.redwood": "红杉木", "wood_type.biomeswevegone.sakura": "樱木", "wood_type.biomeswevegone.skyris": "天际木", + "wood_type.biomeswevegone.spirit": "魂灵木", "wood_type.biomeswevegone.white_mangrove": "白色红树木", "wood_type.biomeswevegone.willow": "柳木", "wood_type.biomeswevegone.witch_hazel": "金缕梅木", @@ -1208,6 +1209,7 @@ "leaves_type.biomeswevegone.silver_maple": "银色枫树", "leaves_type.biomeswevegone.green_apple_skyris": "青苹果天际", "leaves_type.biomeswevegone.flowering_skyris": "盛开的天际", + "leaves_type.biomeswevegone.flowering_spirit": "盛开的魂灵", "leaves_type.biomeswevegone.flowering_ironwood": "盛开的铁色木", "leaves_type.biomeswevegone.white_sakura": "白色樱树", "leaves_type.biomeswevegone.yellow_sakura": "黄色樱树", @@ -1232,6 +1234,7 @@ "leaves_type.biomeswevegone.rainbow_eucalyptus": "彩虹桉", "leaves_type.biomeswevegone.redwood": "红杉", "leaves_type.biomeswevegone.skyris": "天际", + "leaves_type.biomeswevegone.spirit": "魂灵", "leaves_type.biomeswevegone.white_mangrove": "白色红树", "leaves_type.biomeswevegone.willow": "柳树", "leaves_type.biomeswevegone.witch_hazel": "金缕梅", From bb546892bc2869acf147ab0cd58ce0b062a8c0c0 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:00:06 +0800 Subject: [PATCH 21/55] =?UTF-8?q?path=EF=BC=9A=E8=A0=A2=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.21/assets/every-compat/everycomp/packer-policy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/1.21/assets/every-compat/everycomp/packer-policy.json b/projects/1.21/assets/every-compat/everycomp/packer-policy.json index d10142c80fe8..fa0c54cbd620 100644 --- a/projects/1.21/assets/every-compat/everycomp/packer-policy.json +++ b/projects/1.21/assets/every-compat/everycomp/packer-policy.json @@ -2,11 +2,11 @@ { "type": "composition", "destType": "json", - "source": "projects/1.20/assets/every-compat/everycomp/lang/zh_cn-override.json" + "source": "projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json" }, { "type": "singleton", - "source": "projects/1.20/assets/every-compat/everycomp/lang/zh_cn.json", + "source": "projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json", "relativePath": "lang/zh_cn.json" } ] \ No newline at end of file From bd13a495fb09d601172834e5ae9b68cbc903ae97 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:48:41 +0800 Subject: [PATCH 22/55] =?UTF-8?q?update=EF=BC=9A=E5=8E=9F=E7=89=88?= =?UTF-8?q?=E6=A0=91=E7=A7=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 17d2d2af99c7..75c7eff27da5 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -894,6 +894,7 @@ "wood_type.minecraft.mangrove": "红树木", "wood_type.minecraft.cherry": "樱花木", "wood_type.minecraft.bamboo": "竹", + "wood_type.minecraft.pale_oak": "苍白橡木", "wood_type.minecraft.crimson": "绯红木", "wood_type.minecraft.warped": "诡异木", "leaves_type.minecraft.oak": "橡树", @@ -904,6 +905,7 @@ "leaves_type.minecraft.acacia": "金合欢", "leaves_type.minecraft.mangrove": "红树", "leaves_type.minecraft.cherry": "樱花", + "leaves_type.minecraft.pale_oak": "苍白橡树", "leaves_type.minecraft.azalea": "杜鹃", "leaves_type.minecraft.flowering_azalea": "盛开的杜鹃", From e840fc567c44e74c843bc87db0122098ea1907b7 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:00:04 +0800 Subject: [PATCH 23/55] =?UTF-8?q?update=EF=BC=9A=E6=A0=91=E7=A7=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=88#4762=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 75c7eff27da5..a44cb9c46000 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1419,7 +1419,7 @@ "leaves_type.charm.ebony": "乌木", "wood_type.charred_horizons.blight": "枯黄木", - "wood_type.charred_horizons.withered": "凋敝木", + "wood_type.charred_horizons.withered": "凋零木", "wood_type.chipped.nailed_acacia": "饰钉金合欢木", "wood_type.chipped.nailed_birch": "饰钉白桦木", From 17415c97c26c003be7a6cfac8273576a973e9e6c Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:36:10 +0800 Subject: [PATCH 24/55] =?UTF-8?q?update=EF=BC=9ABOP=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E6=A0=91=E5=8F=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/lang/en_us.json | 68 +++++++++---------- .../every-compat/everycomp/lang/en_us.json | 68 +++++++++---------- .../every-compat/everycomp/lang/zh_cn.json | 4 ++ 3 files changed, 70 insertions(+), 70 deletions(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index 9be2db8e383a..d3fe39c9bfe2 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -5,53 +5,51 @@ "tooltip.everycomp.wood_type": "Wood Type: %s", "tooltip.everycomp.leaf_type": "Leaves Type: %s", - "block_type.everycomp.dergetic.hollow_poise_log": "Hollow Poise Stem", - "block_type.everycomp.rdens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", - "block_type.everycomp.ter_end.hollow_azure_log": "Hollow Azure Stem", + "block.everycomp.q.endergetic.hollow_poise_log": "Hollow Poise Stem", + "block.everycomp.q.gardens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", - "block_type.everycomp.dlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", - "block_type.everycomp.dlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", + "block.everycomp.q.outer_end.hollow_azure_log": "Hollow Azure Stem", - "block_type.everycomp.gions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", + "block.everycomp.q.endlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", + "block.everycomp.q.endlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", - "block_type.everycomp.ther_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", - "block_type.everycomp.ther_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", - "block_type.everycomp.ther_redux.hollow_glacia_log": "Hollow Glaica Stem", - "block_type.everycomp.ther_redux.hollow_crystal_log": "Hollow Crystsal Stem", - "block_type.everycomp.ther_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", - "block_type.everycomp.ther_redux.hollow_skyroot_log": "Hollow Skyroot Stem", + "block.everycomp.q.regions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", - "block_type.everycomp.tendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block_type.everycomp.tendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block_type.everycomp.tendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block_type.everycomp.tendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block.everycomp.q.aether_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", + "block.everycomp.q.aether_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", + "block.everycomp.q.aether_redux.hollow_glacia_log": "Hollow Glaica Stem", + "block.everycomp.q.aether_redux.hollow_crystal_log": "Hollow Crystsal Stem", + "block.everycomp.q.aether_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", + "block.everycomp.q.aether_redux.hollow_skyroot_log": "Hollow Skyroot Stem", - "block_type.everycomp.u.hollow_dragon_log": "Hollow Dragon Stem", - "block_type.everycomp.u.hollow_elder_log": "Hollow Elder Stem", - "block_type.everycomp.u.hollow_frosted_log": "Hollow Frosted Stem", + "block.everycomp.q.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block.everycomp.q.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block.everycomp.q.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block.everycomp.q.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block_type.everycomp.lightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block_type.everycomp.lightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block.everycomp.q.neu.hollow_dragon_log": "Hollow Dragon Stem", + "block.everycomp.q.neu.hollow_elder_log": "Hollow Elder Stem", + "block.everycomp.q.neu.hollow_frosted_log": "Hollow Frosted Stem", - "block_type.everycomp.omeswevegone.hollow_florus_log": "Hollow Florus Stem", + "block.everycomp.q.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block.everycomp.q.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", - "block_type.everycomp.xtendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block_type.everycomp.xtendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block_type.everycomp.xtendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block_type.everycomp.xtendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block.everycomp.tf.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block.everycomp.tf.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block.everycomp.tf.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block.everycomp.tf.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block_type.everycomp.eu.hollow_dragon_log": "Hollow Dragon Stem", - "block_type.everycomp.eu.hollow_elder_log": "Hollow Elder Stem", - "block_type.everycomp.eu.hollow_frosted_log": "Hollow Frosted Stem", + "block.everycomp.tf.neu.hollow_dragon_log": "Hollow Dragon Stem", + "block.everycomp.tf.neu.hollow_elder_log": "Hollow Elder Stem", + "block.everycomp.tf.neu.hollow_frosted_log": "Hollow Frosted Stem", - "block_type.everycomp.nlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block_type.everycomp.nlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block.everycomp.tf.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block.everycomp.tf.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", - "block_type.everycomp.iomeswevegone.hollow_florus_log": "Hollow Florus Stem", "wood_type.domum_ornamentum.cactus": "Green Cactus", "wood_type.domum_ornamentum.cactus_extra": "Cactus", diff --git a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json index 9be2db8e383a..d3fe39c9bfe2 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json @@ -5,53 +5,51 @@ "tooltip.everycomp.wood_type": "Wood Type: %s", "tooltip.everycomp.leaf_type": "Leaves Type: %s", - "block_type.everycomp.dergetic.hollow_poise_log": "Hollow Poise Stem", - "block_type.everycomp.rdens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", - "block_type.everycomp.ter_end.hollow_azure_log": "Hollow Azure Stem", + "block.everycomp.q.endergetic.hollow_poise_log": "Hollow Poise Stem", + "block.everycomp.q.gardens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", - "block_type.everycomp.dlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", - "block_type.everycomp.dlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", + "block.everycomp.q.outer_end.hollow_azure_log": "Hollow Azure Stem", - "block_type.everycomp.gions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", + "block.everycomp.q.endlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", + "block.everycomp.q.endlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", - "block_type.everycomp.ther_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", - "block_type.everycomp.ther_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", - "block_type.everycomp.ther_redux.hollow_glacia_log": "Hollow Glaica Stem", - "block_type.everycomp.ther_redux.hollow_crystal_log": "Hollow Crystsal Stem", - "block_type.everycomp.ther_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", - "block_type.everycomp.ther_redux.hollow_skyroot_log": "Hollow Skyroot Stem", + "block.everycomp.q.regions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", - "block_type.everycomp.tendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block_type.everycomp.tendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block_type.everycomp.tendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block_type.everycomp.tendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block.everycomp.q.aether_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", + "block.everycomp.q.aether_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", + "block.everycomp.q.aether_redux.hollow_glacia_log": "Hollow Glaica Stem", + "block.everycomp.q.aether_redux.hollow_crystal_log": "Hollow Crystsal Stem", + "block.everycomp.q.aether_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", + "block.everycomp.q.aether_redux.hollow_skyroot_log": "Hollow Skyroot Stem", - "block_type.everycomp.u.hollow_dragon_log": "Hollow Dragon Stem", - "block_type.everycomp.u.hollow_elder_log": "Hollow Elder Stem", - "block_type.everycomp.u.hollow_frosted_log": "Hollow Frosted Stem", + "block.everycomp.q.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block.everycomp.q.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block.everycomp.q.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block.everycomp.q.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block_type.everycomp.lightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block_type.everycomp.lightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block.everycomp.q.neu.hollow_dragon_log": "Hollow Dragon Stem", + "block.everycomp.q.neu.hollow_elder_log": "Hollow Elder Stem", + "block.everycomp.q.neu.hollow_frosted_log": "Hollow Frosted Stem", - "block_type.everycomp.omeswevegone.hollow_florus_log": "Hollow Florus Stem", + "block.everycomp.q.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block.everycomp.q.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", - "block_type.everycomp.xtendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block_type.everycomp.xtendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block_type.everycomp.xtendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block_type.everycomp.xtendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block.everycomp.tf.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block.everycomp.tf.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block.everycomp.tf.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block.everycomp.tf.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block_type.everycomp.eu.hollow_dragon_log": "Hollow Dragon Stem", - "block_type.everycomp.eu.hollow_elder_log": "Hollow Elder Stem", - "block_type.everycomp.eu.hollow_frosted_log": "Hollow Frosted Stem", + "block.everycomp.tf.neu.hollow_dragon_log": "Hollow Dragon Stem", + "block.everycomp.tf.neu.hollow_elder_log": "Hollow Elder Stem", + "block.everycomp.tf.neu.hollow_frosted_log": "Hollow Frosted Stem", - "block_type.everycomp.nlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block_type.everycomp.nlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block.everycomp.tf.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block.everycomp.tf.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", - "block_type.everycomp.iomeswevegone.hollow_florus_log": "Hollow Florus Stem", "wood_type.domum_ornamentum.cactus": "Green Cactus", "wood_type.domum_ornamentum.cactus_extra": "Cactus", diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index a44cb9c46000..e386a36991a2 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1141,6 +1141,7 @@ "leaves_type.biomesoplenty.red_maple": "红色枫树", "leaves_type.biomesoplenty.orange_maple": "橙色枫树", "leaves_type.biomesoplenty.yellow_maple": "黄色枫树", + "leaves_type.biomesoplenty.null": "� �� � �", "leaves_type.biomesoplenty.palm": "棕榈", "leaves_type.biomesoplenty.pine": "松树", "leaves_type.biomesoplenty.redwood": "红杉", @@ -2601,6 +2602,9 @@ "wood_type.thermal.rubberwood": "橡胶木", "leaves_type.thermal.rubberwood": "橡胶", + "wood_type.thingamajigs.rubber_wood": "橡胶木", + "leaves_type.thingamajigs.rubber_wood": "橡胶", + "wood_type.traverse.fir": "冷杉木", "leaves_type.traverse.fir": "冷杉", "leaves_type.traverse.red_autumnal": "红色秋", From e87b964ef5453a7de6066f96e90be8efb3f2a104 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:29:27 +0800 Subject: [PATCH 25/55] =?UTF-8?q?update=EF=BC=9AGoety?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.21/assets/every-compat/everycomp/lang/zh_cn.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index e386a36991a2..4a8bd3c5b8c9 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1642,6 +1642,15 @@ "wood_type.gardens_of_the_dead.soulblight": "枯魂木", "wood_type.gardens_of_the_dead.whistlecane": "鸣怨竹", + "wood_type.goety.haunted": "缠魂木", + "wood_type.goety.rotten": "朽木", + "wood_type.goety.windswept": "风袭木", + "wood_type.goety.pine": "松木", + "leaves_type.goety.haunted": "缠魂", + "leaves_type.goety.rotten": "朽木", + "leaves_type.goety.windswept": "风袭", + "leaves_type.goety.pine": "松树", + "wood_type.gravitation.aerfin": "空翼木", "wood_type.gravitation.beladon": "莨菪木", "wood_type.gravitation.enchanted": "神祝木", From 341a1c2e9bcd9b4e36fb2c1c688d5a8615476f5a Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:56:47 +0800 Subject: [PATCH 26/55] =?UTF-8?q?update=EF=BC=9AAdAstra=EF=BC=88#4509?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 4a8bd3c5b8c9..83dd77962361 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -921,8 +921,8 @@ "wood_type.ad_astra.aeronos": "空果木", "wood_type.ad_astra.strophar": "孑节木", - "wood_type.ad_astra.glacian": "融冰木", - "leaves_type.ad_astra.glacian": "融冰", + "wood_type.ad_astra.glacian": "霜原木", + "leaves_type.ad_astra.glacian": "霜原", "wood_type.aether.skyroot": "天根木", "leaves_type.aether.skyroot": "天根", From 2eabc2993307781df71a44e6bcc7e5c5b1139681 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:01:51 +0800 Subject: [PATCH 27/55] =?UTF-8?q?EveryCompat=20update=EF=BC=9ABOP=E3=80=81?= =?UTF-8?q?Chipped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/lang/zh_cn.json | 79 ++++++++++++++++--- 1 file changed, 67 insertions(+), 12 deletions(-) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 83dd77962361..2f8575d5a0c0 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -940,12 +940,12 @@ "wood_type.aether_redux.jellyshroom": "果冻菇木", "leaves_type.aether_redux.blightwillow": "疫纤", "leaves_type.aether_redux.glacia": "冰川", - "leaves_type.aether_redux.fieldsproot": "域茁", "leaves_type.aether_redux.gilded_oak": "透金橡树", "leaves_type.aether_redux.blighted_skyroot": "染疫天根", "leaves_type.aether_redux.purple_glacia": "紫色冰川", "wood_type.aether_redux.fieldsprout": "域茁木", "wood_type.aether_redux.springshroom": "簧菇木", + "leaves_type.aether_redux.fieldsproot": "域茁", "leaves_type.aether_redux.azure_fieldsproot": "苍蓝域茁", "leaves_type.aether_redux.prismatic_fieldsproot": "棱光域茁", "leaves_type.aether_redux.spectral_fieldsproot": "灵蓝域茁", @@ -1422,17 +1422,72 @@ "wood_type.charred_horizons.blight": "枯黄木", "wood_type.charred_horizons.withered": "凋零木", - "wood_type.chipped.nailed_acacia": "饰钉金合欢木", - "wood_type.chipped.nailed_birch": "饰钉白桦木", - "wood_type.chipped.nailed_dark_oak": "饰钉深色橡木", - "wood_type.chipped.nailed_jungle": "饰钉丛林木", - "wood_type.chipped.nailed_mangrove": "饰钉红树木", - "wood_type.chipped.nailed_oak": "饰钉橡木", - "wood_type.chipped.nailed_spruce": "饰钉云杉木", - "wood_type.chipped.nailed_crimson": "饰钉绯红木", - "wood_type.chipped.nailed_warped": "饰钉诡异木", - "wood_type.chipped.smooth_crimson": "平滑绯红木", - "wood_type.chipped.smooth_warped": "平滑诡异木", + "leaves_type.chipped.apple_acacia": "苹果金合欢", + "leaves_type.chipped.cherry_acacia": "樱桃金合欢", + "leaves_type.chipped.dead_acacia": "枯萎的金合欢", + "leaves_type.chipped.frosted_acacia": "结霜金合欢", + "leaves_type.chipped.golden_acacia": "金色金合欢", + "leaves_type.chipped.golden_cherry_acacia": "金樱桃金合欢", + "leaves_type.chipped.magenta_flower_acacia": "品红花金合欢", + "leaves_type.chipped.orange_acacia": "橙色金合欢", + "leaves_type.chipped.red_acacia": "红色金合欢", + "leaves_type.chipped.white_flower_acacia": "白花金合欢", + "leaves_type.chipped.apple_birch": "苹果白桦", + "leaves_type.chipped.cherry_birch": "樱桃白桦", + "leaves_type.chipped.dead_birch": "枯萎的白桦", + "leaves_type.chipped.frosted_birch": "结霜白桦", + "leaves_type.chipped.golden_birch": "金色白桦", + "leaves_type.chipped.golden_cherry_birch": "金樱桃白桦", + "leaves_type.chipped.magenta_flower_birch": "品红花白桦", + "leaves_type.chipped.orange_birch": "橙色白桦", + "leaves_type.chipped.red_birch": "红色白桦", + "leaves_type.chipped.white_flower_birch": "白花白桦", + "leaves_type.chipped.apple_dark_oak": "苹果深色橡树", + "leaves_type.chipped.cherry_dark_oak": "樱桃深色橡树", + "leaves_type.chipped.dead_dark_oak": "枯萎的深色橡树", + "leaves_type.chipped.frosted_dark_oak": "结霜深色橡树", + "leaves_type.chipped.golden_dark_oak": "金色深色橡树", + "leaves_type.chipped.golden_cherry_dark_oak": "金樱桃深色橡树", + "leaves_type.chipped.magenta_flower_dark_oak": "品红花深色橡树", + "leaves_type.chipped.orange_dark_oak": "橙色深色橡树", + "leaves_type.chipped.red_dark_oak": "红色深色橡树", + "leaves_type.chipped.white_flower_dark_oak": "白花深色橡树", + "leaves_type.chipped.apple_jungle": "苹果丛林", + "leaves_type.chipped.cherry_jungle": "樱桃丛林", + "leaves_type.chipped.dead_jungle": "枯萎的丛林", + "leaves_type.chipped.frosted_jungle": "结霜丛林", + "leaves_type.chipped.golden_jungle": "金色丛林", + "leaves_type.chipped.golden_cherry_jungle": "金樱桃丛林", + "leaves_type.chipped.magenta_flower_jungle": "品红花丛林", + "leaves_type.chipped.orange_jungle": "橙色丛林", + "leaves_type.chipped.red_jungle": "红色丛林", + "leaves_type.chipped.white_flower_jungle": "白花丛林", + "leaves_type.chipped.apple_oak": "苹果橡树", + "leaves_type.chipped.cherry_oak": "樱桃橡树", + "leaves_type.chipped.dead_oak": "枯萎的橡树", + "leaves_type.chipped.frosted_oak": "结霜橡树", + "leaves_type.chipped.golden_oak": "金色橡树", + "leaves_type.chipped.golden_cherry_oak": "金樱桃橡树", + "leaves_type.chipped.magenta_flower_oak": "品红花橡树", + "leaves_type.chipped.orange_oak": "橙色橡树", + "leaves_type.chipped.red_oak": "红色橡树", + "leaves_type.chipped.white_flower_oak": "白花橡树", + "leaves_type.chipped.apple_spruce": "苹果云杉", + "leaves_type.chipped.cherry_spruce": "樱桃云杉", + "leaves_type.chipped.dead_spruce": "枯萎的云杉", + "leaves_type.chipped.frosted_spruce": "结霜云杉", + "leaves_type.chipped.golden_spruce": "金色云杉", + "leaves_type.chipped.golden_cherry_spruce": "金樱桃云杉", + "leaves_type.chipped.magenta_flower_spruce": "品红花云杉", + "leaves_type.chipped.orange_spruce": "橙色云杉", + "leaves_type.chipped.red_spruce": "红色云杉", + "leaves_type.chipped.white_flower_spruce": "白花云杉", + "leaves_type.chipped.golden_apple_acacia": "金苹果金合欢", + "leaves_type.chipped.golden_apple_birch": "金苹果白桦", + "leaves_type.chipped.golden_apple_dark_oak": "金苹果深色橡树", + "leaves_type.chipped.golden_apple_jungle": "金苹果丛林", + "leaves_type.chipped.golden_apple_oak": "金苹果橡树", + "leaves_type.chipped.golden_apple_spruce": "金苹果云杉", "wood_type.cinderscapes.scorched": "焦灼木", "wood_type.cinderscapes.umbral": "暗影木", From fab3b35364afcde26f309c5271e892b2ff7e21a5 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:16:24 +0800 Subject: [PATCH 28/55] StoneZone --- .../stone-zone/stone_zone/lang/en_us.json | 56 ++++ .../stone-zone/stone_zone/lang/zh_cn.json | 263 ++++++++++++++++++ 2 files changed, 319 insertions(+) create mode 100644 projects/1.20/assets/stone-zone/stone_zone/lang/en_us.json create mode 100644 projects/1.20/assets/stone-zone/stone_zone/lang/zh_cn.json diff --git a/projects/1.20/assets/stone-zone/stone_zone/lang/en_us.json b/projects/1.20/assets/stone-zone/stone_zone/lang/en_us.json new file mode 100644 index 000000000000..5cbd62732da6 --- /dev/null +++ b/projects/1.20/assets/stone-zone/stone_zone/lang/en_us.json @@ -0,0 +1,56 @@ +{ + "itemGroup.stonezone.stonezone": "Stone Zone", + "block_type.twigs.column": "%s Column", + + "block_type.bbb.layer": "%s Layer", + "block_type.bbb.smooth_layer": "Smooth %s Layer", + "block_type.bbb.brick_layer": "%s Brick Layer", + "block_type.bbb.tiles": "%s Tiles", + "block_type.bbb.tile_stairs": "%s Tile Stairs", + "block_type.bbb.tile_slab": "%s Tile Slab", + "block_type.bbb.column": "%s Column", + "block_type.bbb.urn": "%s Urn", + "block_type.bbb.fence": "%s Fence", + "block_type.bbb.moulding": "%s Moulding", + + "block_type.create.cut": "Cut %s", + "block_type.create.cut_slab": "Cut %s Slab", + "block_type.create.cut_stairs": "Cut %s Stairs", + "block_type.create.cut_wall": "Cut %s Wall", + "block_type.create.polished_cut": "Polished Cut %s", + "block_type.create.polished_cut_slab": "Polished Cut %s Slab", + "block_type.create.polished_cut_stairs": "Polished Cut %s Stairs", + "block_type.create.polished_cut_wall": "Polished Cut %s Wall", + "block_type.create.cut_bricks": "Cut %s Bricks", + "block_type.create.cut_bricks_slab": "Cut %s Brick Slab", + "block_type.create.cut_bricks_stairs": "Cut %s Brick Stairs", + "block_type.create.cut_bricks_wall": "Cut %s Brick Wall", + "block_type.create.small_bricks": "Small %s Bricks", + "block_type.create.small_brick_slab": "Small %s Brick Slab", + "block_type.create.small_brick_stairs": "Small %s Brick Stairs", + "block_type.create.small_brick_wall": "Small %s Brick Wall", + "block_type.create.pillar": "%s Pillar", + "block_type.create.layered": "Layered %s", + + "block_type.stoneworks.cracked_tiles": "Cracked %s Tiles", + "block_type.stoneworks.pillar": "%s Pillar", + "block_type.stoneworks.tiles": "%s Tiles", + "block_type.stoneworks.tile_stairs": "%s Tile Stairs", + "block_type.stoneworks.tile_slab": "%s Tile Slab", + "block_type.stoneworks.tile_wall": "%s Tile Wall", + "block_type.stoneworks.plates": "%s Plates", + "block_type.stoneworks.plate_stairs": "%s Plate Stairs", + "block_type.stoneworks.plate_slab": "%s Plate Slab", + "block_type.stoneworks.plate_wall": "%s Plate Wall", + "block_type.stoneworks.cracked_plates": "Cracked %s Plates", + "block_type.stoneworks.pavers": "%s Pavers", + "block_type.stoneworks.paver_stairs": "%s Paver Stairs", + "block_type.stoneworks.paver_slab": "%s Paver Slab", + "block_type.stoneworks.paver_wall": "%s Paver Wall", + "block_type.stoneworks.cracked_pavers": "Cracked %s Pavers", + "block_type.stoneworks.shingles": "%s Shingles", + "block_type.stoneworks.shingle_stairs": "%s Shingle Stairs", + "block_type.stoneworks.shingle_slab": "%s Shingle Slab", + "block_type.stoneworks.shingle_wall": "%s Shingle Wall", + "block_type.stoneworks.cracked_shingles": "Cracked %s Shingles" +} \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stone_zone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stone_zone/lang/zh_cn.json new file mode 100644 index 000000000000..41a804e2ea6e --- /dev/null +++ b/projects/1.20/assets/stone-zone/stone_zone/lang/zh_cn.json @@ -0,0 +1,263 @@ +{ + "itemGroup.stonezone.stonezone": "泛用兼容:石材", + "block_type.twigs.column": "%s立柱", + + "block_type.bbb.layer": "%s层板", + "block_type.bbb.smooth_layer": "平滑%s层板", + "block_type.bbb.brick_layer": "%s砖层板", + "block_type.bbb.tiles": "%s瓦", + "block_type.bbb.tile_stairs": "%s瓦楼梯", + "block_type.bbb.tile_slab": "%s瓦台阶", + "block_type.bbb.column": "%s柱", + "block_type.bbb.urn": "%s瓮", + "block_type.bbb.fence": "%s栅栏", + "block_type.bbb.moulding": "%s线脚", + + "block_type.create.cut": "切制%s", + "block_type.create.cut_slab": "切制%s台阶", + "block_type.create.cut_stairs": "切制%s楼梯", + "block_type.create.cut_wall": "切制%s墙", + "block_type.create.polished_cut": "磨制切制%s", + "block_type.create.polished_cut_slab": "磨制切制%s台阶", + "block_type.create.polished_cut_stairs": "磨制切制%s楼梯", + "block_type.create.polished_cut_wall": "磨制切制%s墙", + "block_type.create.cut_bricks": "切制%s砖块", + "block_type.create.cut_bricks_slab": "切制%s砖块台阶", + "block_type.create.cut_bricks_stairs": "切制%s砖块楼梯", + "block_type.create.cut_bricks_wall": "切制%s砖块墙", + "block_type.create.small_bricks": "%s小砖块", + "block_type.create.small_brick_slab": "%s小砖块台阶", + "block_type.create.small_brick_stairs": "%s小砖块楼梯", + "block_type.create.small_brick_wall": "%s小砖块墙", + "block_type.create.pillar": "%s柱", + "block_type.create.layered": "层叠%s", + + "block_type.stoneworks.cracked_tiles": "裂纹%s瓦", + "block_type.stoneworks.pillar": "%s柱", + "block_type.stoneworks.tiles": "%s瓦", + "block_type.stoneworks.tile_stairs": "%s瓦楼梯", + "block_type.stoneworks.tile_slab": "%s瓦台阶", + "block_type.stoneworks.tile_wall": "%s瓦墙", + "block_type.stoneworks.plates": "%s方砖", + "block_type.stoneworks.plate_stairs": "%s方砖楼梯", + "block_type.stoneworks.plate_slab": "%s方砖台阶", + "block_type.stoneworks.plate_wall": "%s方砖墙", + "block_type.stoneworks.cracked_plates": "裂纹%s方砖", + "block_type.stoneworks.pavers": "%s地砖", + "block_type.stoneworks.paver_stairs": "%s地砖楼梯", + "block_type.stoneworks.paver_slab": "%s地砖台阶", + "block_type.stoneworks.paver_wall": "%s地砖墙", + "block_type.stoneworks.cracked_pavers": "裂纹%s地砖", + "block_type.stoneworks.shingles": "%s砖瓦", + "block_type.stoneworks.shingle_stairs": "%s砖瓦楼梯", + "block_type.stoneworks.shingle_slab": "%s砖瓦台阶", + "block_type.stoneworks.shingle_wall": "%s砖瓦墙", + "block_type.stoneworks.cracked_shingles": "裂纹%s砖瓦", + + + + "stone_type.minecraft.stone": "石头", + "stone_type.minecraft.mossy_stone": "苔石砖", + "stone_type.minecraft.cobblestone": "圆石", + "stone_type.minecraft.mossy_cobblestone": "苔石", + "stone_type.minecraft.andesite": "安山岩", + "stone_type.minecraft.diorite": "闪长岩", + "stone_type.minecraft.granite": "花岗岩", + "stone_type.minecraft.deepslate": "深板岩", + "stone_type.minecraft.cobbled_deepslate": "深板岩圆石", + "stone_type.minecraft.tuff": "凝灰岩", + "stone_type.minecraft.calcite": "方解石", + "stone_type.minecraft.dripstone": "滴水石", + "stone_type.minecraft.mud": "泥砖", + "stone_type.minecraft.sandstone": "砂岩", + "stone_type.minecraft.obsidian": "黑曜石", + "stone_type.minecraft.red_sandstone": "红砂岩", + "stone_type.minecraft.prismarine": "海晶石", + "stone_type.minecraft.netherrack": "下界岩", + "stone_type.minecraft.nether": "下界砖", + "stone_type.minecraft.red_nether": "红色下界砖", + "stone_type.minecraft.basalt": "玄武岩", + "stone_type.minecraft.blackstone": "黑石", + "stone_type.minecraft.end_stone": "末地石", + "stone_type.minecraft.purpur": "紫珀", + + "stone_type.ad_astra.moon_stone": "月石", + "stone_type.ad_astra.mars_stone": "火星石", + "stone_type.ad_astra.mercury_stone": "水星石", + "stone_type.ad_astra.venus_stone": "金星石", + "stone_type.ad_astra.venus_sandstone": "金星砂岩", + "stone_type.ad_astra.glacio_stone": "霜原石", + "stone_type.ad_astra.permafrost": "冻土", + + "stone_type.aether.holystone": "圣石", + "stone_type.aether.mossy_holystone": "苔圣石", + "stone_type.aether.icestone": "冰石", + "stone_type.aether.carved_stone": "雕纹石", + "stone_type.aether.sentry_stone": "岗哨石", + "stone_type.aether.angelic_stone": "天灵石", + "stone_type.aether.light_angelic_stone": "流光天灵石", + "stone_type.aether.hellfire_stone": "狱炎石", + "stone_type.aether.light_hellfire_stone": "流光狱炎石", + + "stone_type.aetherworks.suevite": "陨磺砾岩", + + "stone_type.aether_redux.blightmoss_holystone": "疫苔圣石", + "stone_type.aether_redux.gilded_holystone": "透金圣石", + "stone_type.aether_redux.divinite": "神圣石", + "stone_type.aether_redux.sentrite": "哨戒岩", + "stone_type.aether_redux.driftshale": "速页岩", + + "stone_type.alexscaves.galena": "方铅岩", + "stone_type.alexscaves.limestone": "石灰岩", + "stone_type.alexscaves.radrock": "辐射石", + "stone_type.alexscaves.abyssmarine": "渊海石", + "stone_type.alexscaves.guanostone": "粪石", + "stone_type.alexscaves.coprolith": "秽石", + + "stone_type.ancient_aether.aerogetic_stone": "空凝石", + "stone_type.ancient_aether.aeronautic_stone": "空航石", + "stone_type.ancient_aether.corrupted_aeronautic_stone": "残光空航石", + "stone_type.ancient_aether.wynd_sentry_stone": "风岚岗哨石", + + "stone_type.biomesoplenty.white_sandstone": "白砂岩", + "stone_type.biomesoplenty.orange_sandstone": "橙砂岩", + "stone_type.biomesoplenty.block_sandstone": "黑砂岩", + "stone_type.biomesoplenty.thermal_calcite": "地热方解石", + "stone_type.biomesoplenty.brimstone": "硫磺石", + "stone_type.biomesoplenty.unmapped_end_stone": "§m末地石§r", + "stone_type.biomesoplenty.null_end_stone": "末�地���石�", + + "stone_type.biomeswevegone.dacite": "英安岩", + "stone_type.biomeswevegone.rocky_stone": "苔藓石", + "stone_type.biomeswevegone.mossy_stone": "鹅卵岩", + "stone_type.biomeswevegone.red_rock": "红岩", + "stone_type.biomeswevegone.chiseled_red_rock": "雕纹红岩", + "stone_type.biomeswevegone.cracked_red_rock": "裂纹红岩", + "stone_type.biomeswevegone.mossy_red_rock": "覆苔红岩", + "stone_type.biomeswevegone.black_sandstone": "黑砂岩", + "stone_type.biomeswevegone.blue_sandstone": "蓝砂岩", + "stone_type.biomeswevegone.pink_sandstone": "粉红砂岩", + "stone_type.biomeswevegone.purple_sandstone": "紫砂岩", + "stone_type.biomeswevegone.white_sandstone": "白砂岩", + "stone_type.biomeswevegone.windswept_sandstone": "风袭砂岩", + + "stone_type.blue_skies.turquoise_stone": "绿松岩", + "stone_type.blue_skies.mossy_turquoise_stone": "覆苔绿松岩", + "stone_type.blue_skies.midnight_sandstone": "午夜砂岩", + "stone_type.blue_skies.taratite": "碧石", + "stone_type.blue_skies.rimestone": "寒石", + "stone_type.blue_skies.lunar_stone": "明月岩", + "stone_type.blue_skies.mossy_lunar_stone": "覆苔明月岩", + "stone_type.blue_skies.crystal_sandstone": "水晶砂岩", + "stone_type.blue_skies.umber": "焦石", + "stone_type.blue_skies.cinderstone": "余烬石", + "stone_type.blue_skies.polished_brumble": "磨制泡棘藻", + "stone_type.blue_skies.blinding_stone": "惑乱石", + "stone_type.blue_skies.nature_stone": "自然石", + "stone_type.blue_skies.poison_stone": "猛毒石", + "stone_type.blue_skies.aquatic_stone": "水渊石", + "stone_type.blue_skies.life_stone": "生灵石", + + "stone_type.botania.livingrock": "活石", + "stone_type.botania.shimmerstone": "微光石", + "stone_type.botania.metamorphic_forest": "变质森林石", + "stone_type.botania.metamorphic_plains": "变质平原石", + "stone_type.botania.metamorphic_mountain": "变质高山石", + "stone_type.botania.metamorphic_fungal": "变质菌丝石", + "stone_type.botania.metamorphic_swamp": "变质沼泽石", + "stone_type.botania.metamorphic_desert": "变质沙漠石", + "stone_type.botania.metamorphic_taiga": "变质雪原石", + "stone_type.botania.metamorphic_mesa": "变质高原石", + + "stone_type.bountifulfares.feldspar": "长石", + + "stone_type.create.asurine": "皓蓝石", + "stone_type.create.crimsite": "绯红岩", + "stone_type.create.limestone": "石灰岩", + "stone_type.create.ochrum": "赭金砂", + "stone_type.create.scoria": "熔渣", + "stone_type.create.scorchia": "焦黑熔渣", + "stone_type.create.veridium": "辉绿岩", + "stone_type.create.cut_granite": "切制花岗岩", + "stone_type.create.cut_diorite": "切制闪长岩", + "stone_type.create.cut_andesite": "切制安山岩", + "stone_type.create.cut_calcite": "切制方解石", + "stone_type.create.cut_dripstone": "切制滴水石", + "stone_type.create.cut_deepslate": "切制深板岩", + "stone_type.create.cut_tuff": "切制凝灰岩", + "stone_type.create.cut_asurine": "切制皓蓝石", + "stone_type.create.cut_crimsite": "切制绯红岩", + "stone_type.create.cut_limestone": "切制石灰岩", + "stone_type.create.cut_ochrum": "切制赭金砂", + "stone_type.create.cut_scoria": "切制熔渣", + "stone_type.create.cut_scorchia": "切制焦黑熔渣", + "stone_type.create.cut_veridium": "切制辉绿岩", + + "stone_type.deep_aether.aseterite": "紫菀石", + "stone_type.deep_aether.clorite": "绿蔚石", + "stone_type.deep_aether.aether_mud": "天泥砖", + "stone_type.deep_aether.nimbus_stone": "疾雨石", + "stone_type.deep_aether.light_nimbus_stone": "流光疾雨石", + + "stone_type.forbidden_arcanus.darkstone": "暗黑石", + "stone_type.forbidden_arcanus.polished_darkstone": "磨制暗黑石", + + "stone_type.gravitation.conglomerate": "砾岩", + + "stone_type.hexcasting.slate": "板岩", + + "stone_type.lost_aether_content.gale_stone": "飓风石", + "stone_type.lost_aether_content.light_gale_stone": "流光飓风石", + + "stone_type.malum.tainted_rock": "污秽石", + "stone_type.malum.twisted_rock": "扭曲石", + + "stone_type.quark.limestone": "石灰石", + "stone_type.quark.jasper": "碧玉石", + "stone_type.quark.shale": "页岩", + "stone_type.quark.myalite": "幻境石", + "stone_type.quark.permafrost": "永冻石", + "stone_type.quark.soul_sandstone": "灵魂砂岩", + + "stone_type.spelunkery.rock_salt": "岩盐", + "stone_type.spelunkery.polished_nephrite": "磨制软玉", + + "stone_type.supplementaries.ash": "灰烬", + + "stone_type.twigs.polished_tuff": "磨制凝灰岩", + "stone_type.twigs.polished_calcite": "磨制方解石", + "stone_type.twigs.twisted_polished_blackstone": "缠怨磨制黑石", + "stone_type.twigs.weeping_polished_blackstone": "垂泪磨制黑石", + "stone_type.twigs.silt": "粉砂", + "stone_type.twigs.schist": "片岩", + "stone_type.twigs.rhyolite": "流纹岩", + "stone_type.twigs.bloodstone": "血石", + + "stone_type.undergarden.depthrock": "渊邃石", + "stone_type.undergarden.shiverstone": "寒栗石", + "stone_type.undergarden.tremblecrust": "颤动地壳", + + "stone_type.upgrade_aquatic.kelpy_cobblestone": "海带圆石", + "stone_type.upgrade_aquatic.coralstone": "珊瑚石", + "stone_type.upgrade_aquatic.tube_coralstone": "管珊瑚石", + "stone_type.upgrade_aquatic.brain_coralstone": "脑纹珊瑚石", + "stone_type.upgrade_aquatic.bubble_coralstone": "气泡珊瑚石", + "stone_type.upgrade_aquatic.fire_coralstone": "火珊瑚石", + "stone_type.upgrade_aquatic.horn_coralstone": "鹿角珊瑚石", + "stone_type.upgrade_aquatic.acan_coralstone": "糖果珊瑚石", + "stone_type.upgrade_aquatic.finger_coralstone": "软指珊瑚石", + "stone_type.upgrade_aquatic.star_coralstone": "星状珊瑚石", + "stone_type.upgrade_aquatic.moss_coralstone": "苔绿珊瑚石", + "stone_type.upgrade_aquatic.petal_coralstone": "花瓣珊瑚石", + "stone_type.upgrade_aquatic.branch_coralstone": "枝状珊瑚石", + "stone_type.upgrade_aquatic.rock_coralstone": "礁石珊瑚石", + "stone_type.upgrade_aquatic.pillow_coralstone": "枕状珊瑚石", + "stone_type.upgrade_aquatic.silk_coralstone": "丝珊瑚石", + "stone_type.upgrade_aquatic.chrome_coralstone": "铬珊瑚石", + "stone_type.upgrade_aquatic.prismarine_coralstone": "海晶珊瑚石", + "stone_type.upgrade_aquatic.dead_coralstone": "失活的珊瑚石", + "stone_type.upgrade_aquatic.elder_prismarine_coralstone": "远古海晶珊瑚石", + + "stone_type.vampirism.dark_stone": "暗石", + "stone_type.vampirism.purple_stone": "紫石" +} \ No newline at end of file From 72b3c205550782b7f4245914c338add6065abd47 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:20:10 +0800 Subject: [PATCH 29/55] =?UTF-8?q?StoneZone=20fix=EF=BC=9A=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/stone-zone/{stone_zone => stonezone}/lang/en_us.json | 0 .../assets/stone-zone/{stone_zone => stonezone}/lang/zh_cn.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename projects/1.20/assets/stone-zone/{stone_zone => stonezone}/lang/en_us.json (100%) rename projects/1.20/assets/stone-zone/{stone_zone => stonezone}/lang/zh_cn.json (100%) diff --git a/projects/1.20/assets/stone-zone/stone_zone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json similarity index 100% rename from projects/1.20/assets/stone-zone/stone_zone/lang/en_us.json rename to projects/1.20/assets/stone-zone/stonezone/lang/en_us.json diff --git a/projects/1.20/assets/stone-zone/stone_zone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json similarity index 100% rename from projects/1.20/assets/stone-zone/stone_zone/lang/zh_cn.json rename to projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json From 2b69e56b7bbd2fe60e697077af81005897eeabdb Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:10:15 +0800 Subject: [PATCH 30/55] =?UTF-8?q?EveryComp=20update=EF=BC=9ALet's=20Go=20A?= =?UTF-8?q?pplewood=20=E6=9C=A8=E6=9D=90=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/every-compat/everycomp/lang/zh_cn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 2f8575d5a0c0..8fa7719605bf 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1013,6 +1013,8 @@ "leaves_type.aoa3.stranglewood": "窒息", "leaves_type.aoa3.vein": "血脉", + "wood_type.applewood.apple": "苹果木", + "wood_type.appletreesrev.apple": "苹果木", "leaves_type.appletreesrev.apple": "苹果", From a53154948b0272b1ce4177f2d111112023743263 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 28 Dec 2024 05:22:20 +0800 Subject: [PATCH 31/55] =?UTF-8?q?EveryComp=20update=EF=BC=9AMore=20Sniffer?= =?UTF-8?q?=20Flowers=20=E6=A0=91=E7=A7=8D=E6=9B=B4=E6=96=B0=EF=BC=88#4871?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 8fa7719605bf..2f714ca883d3 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1812,6 +1812,11 @@ "wood_type.morecraft.netherwood": "下界木", "leaves_type.morecraft.netherwood": "下界", + "wood_type.moresnifferflowers.vivicus": "芽生木", + "wood_type.moresnifferflowers.corrupted": "腐坏木", + "leaves_type.moresnifferflowers.vivicus": "芽生", + "leaves_type.moresnifferflowers.corrupted": "腐坏", + "wood_type.ms.nature/maple": "枫木", "wood_type.ms.nature/silverbell": "银钟木", "wood_type.ms.nature/willow": "柳木", From 6e3d0899ab7a14cb6c75dbb362428b3f59047d4f Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 28 Dec 2024 06:16:54 +0800 Subject: [PATCH 32/55] =?UTF-8?q?StoneZone=20update=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stone-zone/stonezone/lang/en_us.json | 51 +++++++++++-- .../stone-zone/stonezone/lang/zh_cn.json | 71 +++++++++++++------ 2 files changed, 96 insertions(+), 26 deletions(-) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json index 5cbd62732da6..864dde9490fd 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json @@ -1,7 +1,14 @@ { + "itemGroup.stonezone": "Stone Zone", "itemGroup.stonezone.stonezone": "Stone Zone", + "item.stonezone.all_stones": "All Stones", + "block_type.twigs.column": "%s Column", + "block_type.quark.vertical_slab": "%s Vertical Slab", + "block_type.quark.polished_vertical_slab": "Polished %s Vertical Slab", + "block_type.quark.pillar": "%s Pillar", + "block_type.bbb.layer": "%s Layer", "block_type.bbb.smooth_layer": "Smooth %s Layer", "block_type.bbb.brick_layer": "%s Brick Layer", @@ -22,9 +29,9 @@ "block_type.create.polished_cut_stairs": "Polished Cut %s Stairs", "block_type.create.polished_cut_wall": "Polished Cut %s Wall", "block_type.create.cut_bricks": "Cut %s Bricks", - "block_type.create.cut_bricks_slab": "Cut %s Brick Slab", - "block_type.create.cut_bricks_stairs": "Cut %s Brick Stairs", - "block_type.create.cut_bricks_wall": "Cut %s Brick Wall", + "block_type.create.cut_brick_slab": "Cut %s Brick Slab", + "block_type.create.cut_brick_stairs": "Cut %s Brick Stairs", + "block_type.create.cut_brick_wall": "Cut %s Brick Wall", "block_type.create.small_bricks": "Small %s Bricks", "block_type.create.small_brick_slab": "Small %s Brick Slab", "block_type.create.small_brick_stairs": "Small %s Brick Stairs", @@ -52,5 +59,41 @@ "block_type.stoneworks.shingle_stairs": "%s Shingle Stairs", "block_type.stoneworks.shingle_slab": "%s Shingle Slab", "block_type.stoneworks.shingle_wall": "%s Shingle Wall", - "block_type.stoneworks.cracked_shingles": "Cracked %s Shingles" + "block_type.stoneworks.cracked_shingles": "Cracked %s Shingles", + + "block_type.rechiseled.big_tiles": "Large %s Tiles", + "block_type.rechiseled.big_tiles_connecting": "Large %s Tiles", + "block_type.rechiseled.bordered": "Bordered Stone", + "block_type.rechiseled.bordered_connecting": "Bordered Stone", + "block_type.rechiseled.brick_pattern": "%s Brick Pattern", + "block_type.rechiseled.brick_pattern_connecting": "%s Brick Pattern", + "block_type.rechiseled.brick_paving": "%s Brick Paving", + "block_type.rechiseled.brick_paving_connecting": "%s Brick Paving", + "block_type.rechiseled.crushed": "Crushed Stone", + "block_type.rechiseled.crushed_connecting": "Crushed Stone", + "block_type.rechiseled.diagonal_bricks": "Diagonal %s Bricks", + "block_type.rechiseled.diagonal_bricks_connecting": "Diagonal %s Bricks", + "block_type.rechiseled.path": "%s Path", + "block_type.rechiseled.path_connecting": "%s Path", + "block_type.rechiseled.rotated_bricks": "Rotated %s Bricks", + "block_type.rechiseled.rotated_bricks_connecting": "Rotated %s Bricks", + "block_type.rechiseled.small_bricks": "Small %s Bricks", + "block_type.rechiseled.small_bricks_connecting": "Small %s Bricks", + "block_type.rechiseled.small_tiles": "Small %s Tiles", + "block_type.rechiseled.small_tiles_connecting": "Small %s Tiles", + "block_type.rechiseled.smooth_brick_paving": "Smooth %s Brick Paving", + "block_type.rechiseled.smooth_brick_paving_connecting": "Smooth %s Brick Paving", + "block_type.rechiseled.smooth_large_tiles": "Large Smooth %s Tiles", + "block_type.rechiseled.smooth_large_tiles_connecting": "Large Smooth %s Tiles", + "block_type.rechiseled.smooth_rotated_bricks": "Rotated Smooth %s Bricks", + "block_type.rechiseled.smooth_rotated_bricks_connecting": "Rotated Smooth %s Bricks", + "block_type.rechiseled.smooth_tiles": "Smooth %s Tiles", + "block_type.rechiseled.smooth_tiles_connecting": "Smooth %s Tiles", + "block_type.rechiseled.squares": "%s Squares", + "block_type.rechiseled.squares_connecting": "%s Squares", + "block_type.rechiseled.tiles": "%s Tiles", + "block_type.rechiseled.tiles_connecting": "%s Tiles", + "block_type.rechiseled.waves": "%s Waves", + "block_type.rechiseled.waves_connecting": "%s Waves", + "block_type.rechiseled.slated": "Slated Stone" } \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 41a804e2ea6e..7ed8afeaff40 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -1,7 +1,14 @@ { + "itemGroup.stonezone": "泛用兼容:石材", "itemGroup.stonezone.stonezone": "泛用兼容:石材", + "item.stonezone.all_stones": "所有石材", + "block_type.twigs.column": "%s立柱", + "block_type.quark.vertical_slab": "%s竖直台阶", + "block_type.quark.polished_vertical_slab": "磨制%s竖直台阶", + "block_type.quark.pillar": "%s柱", + "block_type.bbb.layer": "%s层板", "block_type.bbb.smooth_layer": "平滑%s层板", "block_type.bbb.brick_layer": "%s砖层板", @@ -22,9 +29,9 @@ "block_type.create.polished_cut_stairs": "磨制切制%s楼梯", "block_type.create.polished_cut_wall": "磨制切制%s墙", "block_type.create.cut_bricks": "切制%s砖块", - "block_type.create.cut_bricks_slab": "切制%s砖块台阶", - "block_type.create.cut_bricks_stairs": "切制%s砖块楼梯", - "block_type.create.cut_bricks_wall": "切制%s砖块墙", + "block_type.create.cut_brick_slab": "切制%s砖块台阶", + "block_type.create.cut_brick_stairs": "切制%s砖块楼梯", + "block_type.create.cut_brick_wall": "切制%s砖块墙", "block_type.create.small_bricks": "%s小砖块", "block_type.create.small_brick_slab": "%s小砖块台阶", "block_type.create.small_brick_stairs": "%s小砖块楼梯", @@ -53,11 +60,46 @@ "block_type.stoneworks.shingle_slab": "%s砖瓦台阶", "block_type.stoneworks.shingle_wall": "%s砖瓦墙", "block_type.stoneworks.cracked_shingles": "裂纹%s砖瓦", + + "block_type.rechiseled.big_tiles": "大块%s瓦", + "block_type.rechiseled.big_tiles_connecting": "大块%s瓦", + "block_type.rechiseled.bordered": "边框%s", + "block_type.rechiseled.bordered_connecting": "边框%s", + "block_type.rechiseled.brick_pattern": "图纹%s砖", + "block_type.rechiseled.brick_pattern_connecting": "图纹%s砖", + "block_type.rechiseled.brick_paving": "%s铺路砖", + "block_type.rechiseled.brick_paving_connecting": "%s铺路砖", + "block_type.rechiseled.crushed": "压纹%s", + "block_type.rechiseled.crushed_connecting": "压纹%s", + "block_type.rechiseled.diagonal_bricks": "对角纹%s砖", + "block_type.rechiseled.diagonal_bricks_connecting": "对角纹%s砖", + "block_type.rechiseled.path": "%s径", + "block_type.rechiseled.path_connecting": "%s径", + "block_type.rechiseled.rotated_bricks": "旋纹%s砖", + "block_type.rechiseled.rotated_bricks_connecting": "旋纹%s砖", + "block_type.rechiseled.small_bricks": "小块%s砖", + "block_type.rechiseled.small_bricks_connecting": "小块%s砖", + "block_type.rechiseled.small_tiles": "小块%s瓦", + "block_type.rechiseled.small_tiles_connecting": "小块%s瓦", + "block_type.rechiseled.smooth_brick_paving": "平滑%s铺路砖", + "block_type.rechiseled.smooth_brick_paving_connecting": "平滑%s铺路砖", + "block_type.rechiseled.smooth_large_tiles": "平滑大块%s瓦", + "block_type.rechiseled.smooth_large_tiles_connecting": "平滑大块%s瓦", + "block_type.rechiseled.smooth_rotated_bricks": "旋纹平滑%s砖", + "block_type.rechiseled.smooth_rotated_bricks_connecting": "旋纹平滑%s砖", + "block_type.rechiseled.smooth_tiles": "平滑%s瓦", + "block_type.rechiseled.smooth_tiles_connecting": "平滑%s瓦", + "block_type.rechiseled.squares": "方纹%s", + "block_type.rechiseled.squares_connecting": "方纹%s", + "block_type.rechiseled.tiles": "%s瓦", + "block_type.rechiseled.tiles_connecting": "%s瓦", + "block_type.rechiseled.waves": "波纹%s", + "block_type.rechiseled.waves_connecting": "波纹%s", + "block_type.rechiseled.slated": "斜纹%s", "stone_type.minecraft.stone": "石头", - "stone_type.minecraft.mossy_stone": "苔石砖", "stone_type.minecraft.cobblestone": "圆石", "stone_type.minecraft.mossy_cobblestone": "苔石", "stone_type.minecraft.andesite": "安山岩", @@ -68,14 +110,11 @@ "stone_type.minecraft.tuff": "凝灰岩", "stone_type.minecraft.calcite": "方解石", "stone_type.minecraft.dripstone": "滴水石", - "stone_type.minecraft.mud": "泥砖", "stone_type.minecraft.sandstone": "砂岩", "stone_type.minecraft.obsidian": "黑曜石", "stone_type.minecraft.red_sandstone": "红砂岩", "stone_type.minecraft.prismarine": "海晶石", "stone_type.minecraft.netherrack": "下界岩", - "stone_type.minecraft.nether": "下界砖", - "stone_type.minecraft.red_nether": "红色下界砖", "stone_type.minecraft.basalt": "玄武岩", "stone_type.minecraft.blackstone": "黑石", "stone_type.minecraft.end_stone": "末地石", @@ -119,6 +158,8 @@ "stone_type.ancient_aether.corrupted_aeronautic_stone": "残光空航石", "stone_type.ancient_aether.wynd_sentry_stone": "风岚岗哨石", + "stone_type.ars_nouveau.sourcestone": "魔源石", + "stone_type.biomesoplenty.white_sandstone": "白砂岩", "stone_type.biomesoplenty.orange_sandstone": "橙砂岩", "stone_type.biomesoplenty.block_sandstone": "黑砂岩", @@ -178,24 +219,10 @@ "stone_type.create.scoria": "熔渣", "stone_type.create.scorchia": "焦黑熔渣", "stone_type.create.veridium": "辉绿岩", - "stone_type.create.cut_granite": "切制花岗岩", - "stone_type.create.cut_diorite": "切制闪长岩", - "stone_type.create.cut_andesite": "切制安山岩", - "stone_type.create.cut_calcite": "切制方解石", - "stone_type.create.cut_dripstone": "切制滴水石", - "stone_type.create.cut_deepslate": "切制深板岩", - "stone_type.create.cut_tuff": "切制凝灰岩", - "stone_type.create.cut_asurine": "切制皓蓝石", - "stone_type.create.cut_crimsite": "切制绯红岩", - "stone_type.create.cut_limestone": "切制石灰岩", - "stone_type.create.cut_ochrum": "切制赭金砂", - "stone_type.create.cut_scoria": "切制熔渣", - "stone_type.create.cut_scorchia": "切制焦黑熔渣", - "stone_type.create.cut_veridium": "切制辉绿岩", "stone_type.deep_aether.aseterite": "紫菀石", "stone_type.deep_aether.clorite": "绿蔚石", - "stone_type.deep_aether.aether_mud": "天泥砖", + "stone_type.deep_aether.raw_clorite": "粗绿蔚石", "stone_type.deep_aether.nimbus_stone": "疾雨石", "stone_type.deep_aether.light_nimbus_stone": "流光疾雨石", From 60f7cc5b880514059503f75ab419fe0dc0d1646e Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 29 Dec 2024 05:08:55 +0800 Subject: [PATCH 33/55] =?UTF-8?q?StoneZ=20update=EF=BC=9AExcessiveBuilding?= =?UTF-8?q?=20=E7=9F=B3=E6=9D=90=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 7ed8afeaff40..26adf5ffad18 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -226,6 +226,8 @@ "stone_type.deep_aether.nimbus_stone": "疾雨石", "stone_type.deep_aether.light_nimbus_stone": "流光疾雨石", + "stone_type.excessive_building.almentra": "埃门岩", + "stone_type.forbidden_arcanus.darkstone": "暗黑石", "stone_type.forbidden_arcanus.polished_darkstone": "磨制暗黑石", From 1f2bfb0f7cadc85a66ec96635b16c8e641a50118 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:57:52 +0800 Subject: [PATCH 34/55] =?UTF-8?q?EveryComp=20update=EF=BC=9AForestryCE?= =?UTF-8?q?=EF=BC=88#4642=EF=BC=89=E3=80=81TwilightDelight=E3=80=81NetherE?= =?UTF-8?q?xpansion=EF=BC=88=E5=AE=98=E5=BA=93=EF=BC=89=E6=A0=91=E7=A7=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/lang/zh_cn.json | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 2f714ca883d3..018faa2ee173 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1669,6 +1669,108 @@ "wood_type.forcecraft.force": "力量木", "leaves_type.forcecraft.force": "力量", + "wood_type.forestry.larch": "落叶松木", + "wood_type.forestry.teak": "柚木", + "wood_type.forestry.acacia_desert": "麟刺金合欢木", + "wood_type.forestry.lime": "椴木", + "wood_type.forestry.chestnut": "栗木", + "wood_type.forestry.wenge": "崖豆木", + "wood_type.forestry.baobab": "猴面包木", + "wood_type.forestry.sequoia": "红杉木", + "wood_type.forestry.kapok": "木棉木", + "wood_type.forestry.ebony": "乌檀木", + "wood_type.forestry.mahogany": "桃花心木", + "wood_type.forestry.balsa": "轻木", + "wood_type.forestry.willow": "柳木", + "wood_type.forestry.walnut": "胡桃木", + "wood_type.forestry.greenheart": "绿心樟木", + "wood_type.forestry.hill_cherry": "山樱木", + "wood_type.forestry.mahoe": "槿木", + "wood_type.forestry.poplar": "杨木", + "wood_type.forestry.palm": "棕榈木", + "wood_type.forestry.papaya": "木瓜木", + "wood_type.forestry.pine": "松木", + "wood_type.forestry.plum": "李木", + "wood_type.forestry.maple": "枫木", + "wood_type.forestry.citrus": "柑橘木", + "wood_type.forestry.giganteum": "巨杉木", + "wood_type.forestry.ipe": "风铃木", + "wood_type.forestry.padauk": "紫檀木", + "wood_type.forestry.cocobolo": "黄檀木", + "wood_type.forestry.zebrawood": "斑纹漆木", + "wood_type.forestry.larch_fireproof": "抗燃落叶松木", + "wood_type.forestry.teak_fireproof": "抗燃柚木", + "wood_type.forestry.acacia_desert_fireproof": "抗燃麟刺金合欢木", + "wood_type.forestry.lime_fireproof": "抗燃椴木", + "wood_type.forestry.chestnut_fireproof": "抗燃栗木", + "wood_type.forestry.wenge_fireproof": "抗燃崖豆木", + "wood_type.forestry.baobab_fireproof": "抗燃猴面包木", + "wood_type.forestry.sequoia_fireproof": "抗燃红杉木", + "wood_type.forestry.kapok_fireproof": "抗燃木棉木", + "wood_type.forestry.ebony_fireproof": "抗燃乌檀木", + "wood_type.forestry.mahogany_fireproof": "抗燃桃花心木", + "wood_type.forestry.balsa_fireproof": "抗燃轻木", + "wood_type.forestry.willow_fireproof": "抗燃柳木", + "wood_type.forestry.walnut_fireproof": "抗燃胡桃木", + "wood_type.forestry.greenheart_fireproof": "抗燃绿心樟木", + "wood_type.forestry.hill_cherry_fireproof": "抗燃山樱木", + "wood_type.forestry.mahoe_fireproof": "抗燃槿木", + "wood_type.forestry.poplar_fireproof": "抗燃杨木", + "wood_type.forestry.palm_fireproof": "抗燃棕榈木", + "wood_type.forestry.papaya_fireproof": "抗燃木瓜木", + "wood_type.forestry.pine_fireproof": "抗燃松木", + "wood_type.forestry.plum_fireproof": "抗燃李木", + "wood_type.forestry.maple_fireproof": "抗燃枫木", + "wood_type.forestry.citrus_fireproof": "抗燃柑橘木", + "wood_type.forestry.giganteum_fireproof": "抗燃巨杉木", + "wood_type.forestry.ipe_fireproof": "抗燃风铃木", + "wood_type.forestry.padauk_fireproof": "抗燃紫檀木", + "wood_type.forestry.cocobolo_fireproof": "抗燃黄檀木", + "wood_type.forestry.zebrawood_fireproof": "抗燃斑纹漆木", + "wood_type.forestry.oak_fireproof": "抗燃橡木", + "wood_type.forestry.spruce_fireproof": "抗燃云杉木", + "wood_type.forestry.birch_fireproof": "抗燃白桦木", + "wood_type.forestry.jungle_fireproof": "抗燃丛林木", + "wood_type.forestry.acacia_fireproof": "抗燃金合欢木", + "wood_type.forestry.dark_oak_fireproof": "抗燃深色橡木", + "wood_type.forestry.cherry_fireproof": "抗燃樱花木", + "leaves_type.forestry.tree_oak_default": "苹果橡", + "leaves_type.forestry.tree_dark_oak_default": "黑橡", + "leaves_type.forestry.tree_birch_default": "银桦", + "leaves_type.forestry.tree_lime_default": "银椴", + "leaves_type.forestry.tree_walnut_default": "胡桃", + "leaves_type.forestry.tree_chestnut_default": "甜栗", + "leaves_type.forestry.tree_cherry_default": "樱花", + "leaves_type.forestry.tree_hill_cherry_default": "山樱", + "leaves_type.forestry.tree_lemon_default": "柠檬", + "leaves_type.forestry.tree_plum_default": "洋李", + "leaves_type.forestry.tree_maple_default": "糖枫", + "leaves_type.forestry.tree_spruce_default": "红云杉", + "leaves_type.forestry.tree_larch_default": "落叶松", + "leaves_type.forestry.tree_pine_default": "西黄松", + "leaves_type.forestry.tree_sequoia_default": "海岸红杉", + "leaves_type.forestry.tree_giant_sequoia_default": "巨杉", + "leaves_type.forestry.tree_jungle_default": "丛林", + "leaves_type.forestry.tree_teak_default": "柚木", + "leaves_type.forestry.tree_ipe_default": "风铃木", + "leaves_type.forestry.tree_kapok_default": "木棉", + "leaves_type.forestry.tree_ebony_default": "乌檀", + "leaves_type.forestry.tree_zebrawood_default": "斑纹漆", + "leaves_type.forestry.tree_mahogany_default": "黄桉", + "leaves_type.forestry.tree_acacia_default": "金合欢", + "leaves_type.forestry.tree_desert_acacia_default": "麟刺金合欢", + "leaves_type.forestry.tree_padauk_default": "紫檀", + "leaves_type.forestry.tree_balsa_default": "轻木", + "leaves_type.forestry.tree_cocobolo_default": "黄檀", + "leaves_type.forestry.tree_wenge_default": "崖豆木", + "leaves_type.forestry.tree_baobab_default": "猴面包", + "leaves_type.forestry.tree_mahoe_default": "高槿", + "leaves_type.forestry.tree_willow_default": "白柳", + "leaves_type.forestry.tree_sipiri_default": "绿心樟", + "leaves_type.forestry.tree_papaya_default": "木瓜", + "leaves_type.forestry.tree_date_default": "枣椰", + "leaves_type.forestry.tree_poplar_default": "白杨", + "wood_type.fruitfulfun.citrus": "柑橘木", "wood_type.fruitfulfun.redlove": "红心果木", "leaves_type.fruitfulfun.apple": "苹果橡树", @@ -1912,6 +2014,8 @@ "leaves_type.natures_spirit.part_purple_wisteria": "缀紫花紫藤", "leaves_type.natures_spirit.part_white_wisteria": "缀白花紫藤", + "wood_type.netherexp.claret": "干红木", + "wood_type.nethers_exoticism.ramboutan": "红毛丹木", "wood_type.nethers_exoticism.jaboticaba": "嘉宝果木", "leaves_type.nethers_exoticism.ramboutan": "红毛丹", @@ -2731,6 +2835,8 @@ "leaves_type.twilightforest.beanstalk": "豆茎", "leaves_type.twilightforest.rainbow_oak": "彩虹橡树", + "leaves_type.twilightdelight.ironwood": "铁木", + "wood_type.ulterlands.cedar": "雪松木", "leaves_type.ulterlands.souldrained": "石化", "leaves_type.ulterlands.cedar": "雪松", From 32da3e4988e13399eeeb2f50fdb65ffa4dc96325 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:57:50 +0800 Subject: [PATCH 35/55] =?UTF-8?q?StoneZone=20update=EF=BC=9ANetherExpansio?= =?UTF-8?q?n=EF=BC=88=E5=AE=98=E5=BA=93=EF=BC=89=E7=9F=B3=E6=9D=90?= =?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.20/assets/stone-zone/stonezone/lang/zh_cn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 26adf5ffad18..d6b16cf32297 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -241,6 +241,8 @@ "stone_type.malum.tainted_rock": "污秽石", "stone_type.malum.twisted_rock": "扭曲石", + "stone_type.netherexp.soul_slate": "魂板岩", + "stone_type.quark.limestone": "石灰石", "stone_type.quark.jasper": "碧玉石", "stone_type.quark.shale": "页岩", From 09150405c8da63800a43180aaac825006739c9fa Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:04:18 +0800 Subject: [PATCH 36/55] =?UTF-8?q?EveryComp=20update=EF=BC=9AEnvironmental?= =?UTF-8?q?=E3=80=81CavernsAndChasms=20StoneZone=20update=EF=BC=9AAtmosphe?= =?UTF-8?q?ric=E3=80=81Caupona=E3=80=81DeepAether=E3=80=81RailcraftReborn?= =?UTF-8?q?=E3=80=81TinkersConstruct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stone-zone/stonezone/lang/zh_cn.json | 20 +++++++++++++++++++ .../every-compat/everycomp/lang/zh_cn.json | 14 +++++++++---- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index d6b16cf32297..1f3f83dd688d 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -160,6 +160,14 @@ "stone_type.ars_nouveau.sourcestone": "魔源石", + "stone_type.atmospheric.ivory_travertine": "象牙白石灰华", + "stone_type.atmospheric.peach_travertine": "桃红石灰华", + "stone_type.atmospheric.persimmon_travertine": "柿子橙石灰华", + "stone_type.atmospheric.saffron_travertine": "藏红石灰华", + "stone_type.atmospheric.dolerite": "粗玄岩", + "stone_type.atmospheric.arid_sandstone": "干燥砂岩", + "stone_type.atmospheric.red_arid_sandstone": "干燥红砂岩", + "stone_type.biomesoplenty.white_sandstone": "白砂岩", "stone_type.biomesoplenty.orange_sandstone": "橙砂岩", "stone_type.biomesoplenty.block_sandstone": "黑砂岩", @@ -212,6 +220,11 @@ "stone_type.bountifulfares.feldspar": "长石", + "stone_type.caupona.pumice": "浮岩", + "stone_type.caupona.felsic_tuff": "长英质凝灰岩", + + "stone_type.caverns_and_chasms.sugilite": "苏纪石", + "stone_type.create.asurine": "皓蓝石", "stone_type.create.crimsite": "绯红岩", "stone_type.create.limestone": "石灰岩", @@ -223,6 +236,7 @@ "stone_type.deep_aether.aseterite": "紫菀石", "stone_type.deep_aether.clorite": "绿蔚石", "stone_type.deep_aether.raw_clorite": "粗绿蔚石", + "stone_type.deep_aether.aether_mud": "天泥", "stone_type.deep_aether.nimbus_stone": "疾雨石", "stone_type.deep_aether.light_nimbus_stone": "流光疾雨石", @@ -250,11 +264,17 @@ "stone_type.quark.permafrost": "永冻石", "stone_type.quark.soul_sandstone": "灵魂砂岩", + "stone_type.railcraft.quarried_stone": "采掘岩", + "stone_type.railcraft.abyssal_stone": "深渊岩", + "stone_type.spelunkery.rock_salt": "岩盐", "stone_type.spelunkery.polished_nephrite": "磨制软玉", "stone_type.supplementaries.ash": "灰烬", + "stone_type.tconstruct.seared_stone": "焦黑石", + "stone_type.tconstruct.scorched_stone": "焦褐石", + "stone_type.twigs.polished_tuff": "磨制凝灰岩", "stone_type.twigs.polished_calcite": "磨制方解石", "stone_type.twigs.twisted_polished_blackstone": "缠怨磨制黑石", diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 018faa2ee173..97a63f7f9b6d 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1411,6 +1411,8 @@ "leaves_type.caupona.fig": "无花果", "leaves_type.caupona.wolfberry": "枸杞", + "wood_type.caverns_and_chasms.azalea": "杜鹃木", + "wood_type.ceilands.ceiltrunk": "垂顶木", "wood_type.ceilands.luzawood": "蓝碧木", "leaves_type.ceilands.ceiltrunk": "垂顶", @@ -1604,13 +1606,13 @@ "leaves_type.enlightened_end.cerulean": "蔚蓝", "wood_type.environmental.willow": "柳木", - "wood_type.environmental.cherry": "樱桃木", + "wood_type.environmental.plum": "李木", "wood_type.environmental.pine": "松木", "wood_type.environmental.wisteria": "紫藤木", "leaves_type.environmental.willow": "柳树", - "leaves_type.environmental.cherry": "樱桃", - "leaves_type.environmental.cheerful_cherry": "明朗樱桃", - "leaves_type.environmental.moody_cherry": "阴沉樱桃", + "leaves_type.environmental.plum": "李树", + "leaves_type.environmental.cheerful_plum": "明朗李树", + "leaves_type.environmental.moody_plum": "阴沉李树", "leaves_type.environmental.pine": "松树", "leaves_type.environmental.wisteria": "紫藤", "leaves_type.environmental.blue_wisteria": "蓝色紫藤", @@ -1618,6 +1620,10 @@ "leaves_type.environmental.purple_wisteria": "紫色紫藤", "leaves_type.environmental.white_wisteria": "白色紫藤", "leaves_type.environmental.hibiscus": "木槿", + "wood_type.environmental.cherry": "樱桃木", + "leaves_type.environmental.cherry": "樱桃", + "leaves_type.environmental.cheerful_cherry": "明朗樱桃", + "leaves_type.environmental.moody_cherry": "阴沉樱桃", "wood_type.eternal_tales.hyacinthum": "风信蓝木", "wood_type.eternal_tales.petrified": "惊悚木", From 095e8ec5466c2ef2600cbff692aff8e1953d0f02 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:28:26 +0800 Subject: [PATCH 37/55] =?UTF-8?q?StoneZone=20update=EF=BC=9ACreateDD?= =?UTF-8?q?=E3=80=81DeeperAndDarker=E3=80=81RubinatedNether?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.20/assets/stone-zone/stonezone/lang/zh_cn.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 1f3f83dd688d..431435a1c33b 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -233,6 +233,11 @@ "stone_type.create.scorchia": "焦黑熔渣", "stone_type.create.veridium": "辉绿岩", + "stone_type.create_dd.breccia": "角砾岩", + "stone_type.create_dd.dolomite": "白云岩", + "stone_type.create_dd.gabbro": "辉长岩", + "stone_type.create_dd.weathered_limestone": "风化石灰岩", + "stone_type.deep_aether.aseterite": "紫菀石", "stone_type.deep_aether.clorite": "绿蔚石", "stone_type.deep_aether.raw_clorite": "粗绿蔚石", @@ -240,6 +245,11 @@ "stone_type.deep_aether.nimbus_stone": "疾雨石", "stone_type.deep_aether.light_nimbus_stone": "流光疾雨石", + "stone_type.deeperdarker.sculk_stone": "幽匿石", + + "stone_type.enlighend_end.palerock": "苍白岩", + "stone_type.enlighend_end.void_shale": "虚空页岩", + "stone_type.excessive_building.almentra": "埃门岩", "stone_type.forbidden_arcanus.darkstone": "暗黑石", @@ -267,6 +277,8 @@ "stone_type.railcraft.quarried_stone": "采掘岩", "stone_type.railcraft.abyssal_stone": "深渊岩", + "stone_type.rubinated_nether.altar_stone": "祭坛石", + "stone_type.spelunkery.rock_salt": "岩盐", "stone_type.spelunkery.polished_nephrite": "磨制软玉", From d342b5e13aa3ec1cf877edc6d158c1cd54ee7ac3 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:36:21 +0800 Subject: [PATCH 38/55] =?UTF-8?q?EveryComp=20update=EF=BC=9ASullysMod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 97a63f7f9b6d..714998227ec3 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -2650,6 +2650,8 @@ "leaves_type.spectrum.yellow": "黄色", "leaves_type.spectrum.spirit_sallow": "灵魂", + "wood_type.sullysmod.petrified": "石化木", + "wood_type.tconstruct.greenheart": "绿心木", "wood_type.tconstruct.skyroot": "天根木", "wood_type.tconstruct.bloodshroom": "血菌木", From 087d3d16ee68954e447efcac1dc506af47c8efb5 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:05:18 +0800 Subject: [PATCH 39/55] =?UTF-8?q?EveryComp=20update=EF=BC=9AAetherGenesis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.20/assets/every-compat/everycomp/lang/en_us.json | 2 +- projects/1.21/assets/every-compat/everycomp/lang/en_us.json | 2 +- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index d3fe39c9bfe2..1a1445291a94 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -668,7 +668,7 @@ "block_type.woodworks.chest": "%s Chest", "block_type.woodworks.trapped_chest": "Trapped %s Chest", - "item_type.boatload.furnace_boat": "%s Furnace Boat", + "item_type.boatload.furnace_boat": "%s Boat with Furnace", "item_type.boatload.large_boat": "Large %s Boat", "block_type.woodster.chiseled_bookshelf": "%s Chiseled Bookshelf", diff --git a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json index d3fe39c9bfe2..1a1445291a94 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json @@ -668,7 +668,7 @@ "block_type.woodworks.chest": "%s Chest", "block_type.woodworks.trapped_chest": "Trapped %s Chest", - "item_type.boatload.furnace_boat": "%s Furnace Boat", + "item_type.boatload.furnace_boat": "%s Boat with Furnace", "item_type.boatload.large_boat": "Large %s Boat", "block_type.woodster.chiseled_bookshelf": "%s Chiseled Bookshelf", diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 714998227ec3..5377c3dfd944 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -953,6 +953,11 @@ "leaves_type.aether_redux.chromatic": "缤彩灌木", "leaves_type.aether_redux.chromatic_berry": "结莓的缤彩灌木", + "leaves_type.aether_genesis.blue_skyroot": "蓝色天根", + "leaves_type.aether_genesis.dark_blue_skyroot": "深蓝色天根", + "leaves_type.aether_genesis.purple_crystal": "紫色水晶", + "leaves_type.aether_genesis.purple_crystal_fruit": "结果的紫色水晶", + "wood_type.alexscaves.pewen": "南洋杉木", "wood_type.alexscaves.thornwood": "荆棘木", "leaves_type.alexscaves.ancient": "远古", From 1e29440f7fc749c23cbc7b395ceb595952598dfa Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:59:18 +0800 Subject: [PATCH 40/55] =?UTF-8?q?EveryComp=20update=EF=BC=9ABOP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 5377c3dfd944..74bac97386e0 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -1126,7 +1126,7 @@ "wood_type.biomesoplenty.dead": "枯死木", "wood_type.biomesoplenty.empyreal": "重霄木", - "wood_type.biomesoplenty.fir": "杉木", + "wood_type.biomesoplenty.fir": "冷杉木", "wood_type.biomesoplenty.hellbark": "地狱皮木", "wood_type.biomesoplenty.jacaranda": "蓝花楹木", "wood_type.biomesoplenty.magic": "魔法木", @@ -1140,7 +1140,7 @@ "leaves_type.biomesoplenty.cypress": "柏树", "leaves_type.biomesoplenty.dead": "枯死", "leaves_type.biomesoplenty.empyreal": "重霄", - "leaves_type.biomesoplenty.fir": "杉树", + "leaves_type.biomesoplenty.fir": "冷杉", "leaves_type.biomesoplenty.hellbark": "地狱皮", "leaves_type.biomesoplenty.jacaranda": "蓝花楹", "leaves_type.biomesoplenty.magic": "魔法", From a0525872c3e2c50282f003e390f7271f11db3049 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:46:03 +0800 Subject: [PATCH 41/55] =?UTF-8?q?EveryComp=20update=EF=BC=9ARUE=EF=BC=88#4?= =?UTF-8?q?974=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 74bac97386e0..64cf1b60fc86 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -2540,7 +2540,7 @@ "wood_type.regions_unexplored.brimwood": "硫凝木", "wood_type.regions_unexplored.cobalt": "钴蓝木", "wood_type.regions_unexplored.cypress": "柏木", - "wood_type.regions_unexplored.dead": "枯叶木", + "wood_type.regions_unexplored.dead": "枯死木", "wood_type.regions_unexplored.eucalyptus": "桉木", "wood_type.regions_unexplored.green_bioshroom": "绿色具生荧木", "wood_type.regions_unexplored.joshua": "短叶丝兰木", @@ -2564,8 +2564,8 @@ "leaves_type.regions_unexplored.blackwood": "黑树", "leaves_type.regions_unexplored.magnolia": "木兰", "leaves_type.regions_unexplored.cypress": "柏树", - "leaves_type.regions_unexplored.dead": "枯叶", - "leaves_type.regions_unexplored.dead_pine": "枯叶松树", + "leaves_type.regions_unexplored.dead": "枯死", + "leaves_type.regions_unexplored.dead_pine": "枯死松树", "leaves_type.regions_unexplored.eucalyptus": "桉树", "leaves_type.regions_unexplored.flowering": "开花橡树", "leaves_type.regions_unexplored.kapok": "木棉", From 72faf8ba5f31356b5c46c4f409ef56323bea7615 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:47:06 +0800 Subject: [PATCH 42/55] EveryComp StoneZone update --- .../stone-zone/stonezone/lang/en_us.json | 31 ++++++++++++++++- .../stone-zone/stonezone/lang/zh_cn.json | 33 ++++++++++++++++++- .../every-compat/everycomp/lang/zh_cn.json | 2 +- 3 files changed, 63 insertions(+), 3 deletions(-) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json index 864dde9490fd..749be6e01b0c 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json @@ -5,9 +5,15 @@ "block_type.twigs.column": "%s Column", + "block_type.betterarcheology.cracked_bricks": "Cracked %s Bricks", + "block_type.betterarcheology.cracked_brick_stairs": "Cracked %s Brick Stairs", + "block_type.betterarcheology.cracked_brick_slab": "Cracked %s Brick Slab", + "block_type.quark.vertical_slab": "%s Vertical Slab", "block_type.quark.polished_vertical_slab": "Polished %s Vertical Slab", "block_type.quark.pillar": "%s Pillar", + "block_type.quark.brick_lattice": "%s Brick Lattice", + "block_type.quark.carved_bricks": "Carved %s Bricks", "block_type.bbb.layer": "%s Layer", "block_type.bbb.smooth_layer": "Smooth %s Layer", @@ -95,5 +101,28 @@ "block_type.rechiseled.tiles_connecting": "%s Tiles", "block_type.rechiseled.waves": "%s Waves", "block_type.rechiseled.waves_connecting": "%s Waves", - "block_type.rechiseled.slated": "Slated Stone" + "block_type.rechiseled.slated": "Slated Stone", + + "block_type.blockus.herringbone_bricks": "Herringbone %s Bricks", + "block_type.blockus.smooth_stairs": "Smooth %s Stairs", + "block_type.blockus.brick_pillar": "%s Brick Pillar", + "block_type.blockus.circular_paving": "%s Circular Paving", + "block_type.blockus.door": "%s Door", + "block_type.blockus.tile_slab": "%s Tile Slab", + "block_type.blockus.tile_stairs": "%s Tile Stairs", + "block_type.blockus.tile_wall": "%s Tile Wall", + "block_type.blockus.tiles": "%s Tiles", + "block_type.blockus.trapdoor": "%s Trapdoor", + + "block_type.stonechest.chest": "%s Chest", + "item_type.stonechest.part": "%s Part", + + "block_type.mcwbridges.brick_bridge":"%s Brick Bridge", + "block_type.mcwbridges.mossy_brick_bridge":"Mossy %s Brick Bridge", + "block_type.mcwbridges.bridge_pier":"%s Bridge Support", + "block_type.mcwbridges.mossy_bridge_pier":"Mossy %s Bridge Support", + "block_type.mcwbridges.brick_bridge_stair":"%s Brick Bridge Stair", + "block_type.mcwbridges.mossy_bridge_stair":"Mossy %s Bridge Stair", + "block_type.mcwbridges.balustrade_bricks_bridge":"Balustrade %s Bricks Bridge", + "block_type.mcwbridges.balustrade_mossy_bricks_bridge":"Balustrade Mossy %s Bricks Bridge" } \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 431435a1c33b..6e0987510903 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -5,9 +5,15 @@ "block_type.twigs.column": "%s立柱", + "block_type.betterarcheology.cracked_bricks": "裂纹%s砖", + "block_type.betterarcheology.cracked_brick_stairs": "裂纹%s砖楼梯", + "block_type.betterarcheology.cracked_brick_slab": "裂纹%s砖台阶", + "block_type.quark.vertical_slab": "%s竖直台阶", "block_type.quark.polished_vertical_slab": "磨制%s竖直台阶", "block_type.quark.pillar": "%s柱", + "block_type.quark.brick_lattice": "%s砖格栅", + "block_type.quark.carved_bricks": "雕纹%s砖", "block_type.bbb.layer": "%s层板", "block_type.bbb.smooth_layer": "平滑%s层板", @@ -97,6 +103,29 @@ "block_type.rechiseled.waves_connecting": "波纹%s", "block_type.rechiseled.slated": "斜纹%s", + "block_type.blockus.herringbone_bricks": "人字形纹%s砖", + "block_type.blockus.smooth_stairs": "平滑%s楼梯", + "block_type.blockus.brick_pillar": "%s砖柱", + "block_type.blockus.circular_paving": "环纹%s", + "block_type.blockus.door": "%s门", + "block_type.blockus.tile_slab": "%s瓦台阶", + "block_type.blockus.tile_stairs": "%s瓦楼梯", + "block_type.blockus.tile_wall": "%s瓦墙", + "block_type.blockus.tiles": "%s瓦", + "block_type.blockus.trapdoor": "%s活板门", + + "block_type.stonechest.chest": "%s箱子", + "item_type.stonechest.part": "%s部件", + + "block_type.mcwbridges.brick_bridge":"%s砖桥", + "block_type.mcwbridges.mossy_brick_bridge":"覆苔%s砖桥", + "block_type.mcwbridges.bridge_pier":"%s桥梁支架", + "block_type.mcwbridges.mossy_bridge_pier":"覆苔%s桥梁支架", + "block_type.mcwbridges.brick_bridge_stair":"%s砖桥梯", + "block_type.mcwbridges.mossy_bridge_stair":"覆苔%s桥梯", + "block_type.mcwbridges.balustrade_bricks_bridge":"柱栏%s砖桥", + "block_type.mcwbridges.balustrade_mossy_bricks_bridge":"柱栏覆苔%s砖桥", + "stone_type.minecraft.stone": "石头", @@ -241,9 +270,9 @@ "stone_type.deep_aether.aseterite": "紫菀石", "stone_type.deep_aether.clorite": "绿蔚石", "stone_type.deep_aether.raw_clorite": "粗绿蔚石", - "stone_type.deep_aether.aether_mud": "天泥", "stone_type.deep_aether.nimbus_stone": "疾雨石", "stone_type.deep_aether.light_nimbus_stone": "流光疾雨石", + "mud_type.deep_aether.aether_mud": "天泥", "stone_type.deeperdarker.sculk_stone": "幽匿石", @@ -273,6 +302,8 @@ "stone_type.quark.myalite": "幻境石", "stone_type.quark.permafrost": "永冻石", "stone_type.quark.soul_sandstone": "灵魂砂岩", + "stone_type.quark.midori": "绿", + "stone_type.quark.duskbound": "黯缚", "stone_type.railcraft.quarried_stone": "采掘岩", "stone_type.railcraft.abyssal_stone": "深渊岩", diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 64cf1b60fc86..9210ed3b10a8 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -214,7 +214,7 @@ "block_type.dramaticdoors.tall_macaw_swamp_door": "高%s沼泽风格门", "block_type.dramaticdoors.tall_macaw_tropical_door": "高%s热带风格门", - "block_type.farmersdelight.cabinet": "%s厨柜", + "block_type.farmersdelight.cabinet": "%s橱柜", "block_type.friendsandfoes.beehive": "%s蜂箱", From c72b5a0e1028e8f8ef334c70b64e066b3cf5634d Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 1 Mar 2025 08:16:24 +0800 Subject: [PATCH 43/55] =?UTF-8?q?Selene=20create=EF=BC=9A=E6=8A=8A?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E7=94=A8=E7=9A=84=E7=B1=BB=E5=9E=8B=E6=8C=AA?= =?UTF-8?q?=E5=88=B0=E5=BA=93=E6=A8=A1=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/every-compat/everycomp/README.md | 1 - .../assets/selene/moonlight/lang/en_us.json | 12 + .../selene/moonlight/packer-policy.json | 6 + .../stone-zone/stonezone/lang/en_us.json | 78 +- .../stone-zone/stonezone/lang/zh_cn.json | 405 +++- .../assets/every-compat/everycomp/README.md | 16 - .../every-compat/everycomp/lang/zh_cn.json | 2057 +---------------- .../every-compat/everycomp/packer-policy.json | 10 +- .../assets/selene/moonlight/lang/en_us.json | 16 + .../selene/moonlight/lang/zh_cn-types.json | 1808 +++++++++++++++ .../assets/selene/moonlight/lang/zh_cn.json | 12 + .../selene/moonlight/packer-policy.json | 12 + 12 files changed, 2242 insertions(+), 2191 deletions(-) delete mode 100644 projects/1.20/assets/every-compat/everycomp/README.md create mode 100644 projects/1.20/assets/selene/moonlight/lang/en_us.json create mode 100644 projects/1.20/assets/selene/moonlight/packer-policy.json delete mode 100644 projects/1.21/assets/every-compat/everycomp/README.md create mode 100644 projects/1.21/assets/selene/moonlight/lang/en_us.json create mode 100644 projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json create mode 100644 projects/1.21/assets/selene/moonlight/lang/zh_cn.json create mode 100644 projects/1.21/assets/selene/moonlight/packer-policy.json diff --git a/projects/1.20/assets/every-compat/everycomp/README.md b/projects/1.20/assets/every-compat/everycomp/README.md deleted file mode 100644 index ddffc846bfaa..000000000000 --- a/projects/1.20/assets/every-compat/everycomp/README.md +++ /dev/null @@ -1 +0,0 @@ -[见主文档](/projects/1.21/assets/every-compat/everycomp) \ No newline at end of file diff --git a/projects/1.20/assets/selene/moonlight/lang/en_us.json b/projects/1.20/assets/selene/moonlight/lang/en_us.json new file mode 100644 index 000000000000..94d1f8c89ab4 --- /dev/null +++ b/projects/1.20/assets/selene/moonlight/lang/en_us.json @@ -0,0 +1,12 @@ +{ + "fluid.moonlight.generic_fluid": "Unnamed Fluid", + "item.minecraft.potion_lingering": "Lingering Potion", + "item.minecraft.potion_splash": "Splash Potion", + "gui.moonlight.open_mod_page": "Open %s CurseForge page", + "message.moonlight.anti_repost": "You seem to have downloaded %1$s from a malicious site :( Get the real version %2$s.", + "message.moonlight.anti_repost_link": "here", + + "wood_type.twilightforest.dark": "Darkwood", + "leaves_type.twilightforest.dark": "Darkwood", + "leaves_type.ulterlands.souldrained": "Petrified" +} \ No newline at end of file diff --git a/projects/1.20/assets/selene/moonlight/packer-policy.json b/projects/1.20/assets/selene/moonlight/packer-policy.json new file mode 100644 index 000000000000..e3feee4f5355 --- /dev/null +++ b/projects/1.20/assets/selene/moonlight/packer-policy.json @@ -0,0 +1,6 @@ +[ + { + "type": "indirect", + "source": "projects/1.21/assets/every-compat/everycomp" + } +] \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json index 749be6e01b0c..b15d0bff6c65 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json @@ -124,5 +124,81 @@ "block_type.mcwbridges.brick_bridge_stair":"%s Brick Bridge Stair", "block_type.mcwbridges.mossy_bridge_stair":"Mossy %s Bridge Stair", "block_type.mcwbridges.balustrade_bricks_bridge":"Balustrade %s Bricks Bridge", - "block_type.mcwbridges.balustrade_mossy_bricks_bridge":"Balustrade Mossy %s Bricks Bridge" + "block_type.mcwbridges.balustrade_mossy_bricks_bridge":"Balustrade Mossy %s Bricks Bridge", + + "block_type.mcwfences.modern_brick_wall": "Modern %s Brick Wall", + "block_type.mcwfences.brick_railing_gate": "%s Brick Railing Gate", + "block_type.mcwfences.railing_brick_wall": "Railing %s Brick Wall", + "block_type.mcwfences.grass_topped_wall": "%s Grass Topped Wall", + "block_type.mcwfences.pillar_wall": "%s Pillar Wall", + "block_type.mcwfences.railing_gate": "%s Railing Gate", + "block_type.mcwfences.railing_wall": "Railing %s Wall", + "block_type.mcwfences.modern_wall": "Modern %s Wall", + + "block_type.mcwwindows.window":"Resizeable %s Window", + "block_type.mcwwindows.window2":"Rectangle %s Window", + "block_type.mcwwindows.four_window":"%s Four Pane Window", + "block_type.mcwwindows.brick_gothic":"%s Brick Gothic Window", + "block_type.mcwwindows.brick_arrow_slit":"%s Brick Arrow Slit", + "block_type.mcwwindows.pane_window":"%s Pane Window", + + "block_type.mcwroofs.roof":"%s Roof", + "block_type.mcwroofs.attic_roof":"%s Attic Roof", + "block_type.mcwroofs.top_roof":"%s Top Roof", + "block_type.mcwroofs.lower_roof":"%s Lower Base Roof", + "block_type.mcwroofs.steep_roof":"%s Steep Base Roof", + "block_type.mcwroofs.upper_lower_roof":"%s Lower Top Roof", + "block_type.mcwroofs.upper_steep_roof":"%s Steep Top Roof", + + "block_type.mcwroofs.bricks_roof":"%s Bricks Roof", + "block_type.mcwroofs.bricks_attic_roof":"%s Bricks Attic Roof", + "block_type.mcwroofs.bricks_top_roof":"%s Bricks Top Roof", + "block_type.mcwroofs.bricks_lower_roof":"%s Bricks Lower Base Roof", + "block_type.mcwroofs.bricks_steep_roof":"%s Bricks Steep Base Roof", + "block_type.mcwroofs.bricks_upper_lower_roof":"%s Bricks Lower Top Roof", + "block_type.mcwroofs.bricks_upper_steep_roof":"%s Bricks Steep Top Roof", + + "block_type.mcwstairs.brick_terrace_stairs": "%s Brick Terrace Stairs", + "block_type.mcwstairs.brick_skyline_stairs": "%s Brick Skyline Stairs", + "block_type.mcwstairs.brick_compact_stairs": "%s Brick Compact Stairs", + "block_type.mcwstairs.brick_bulk_stairs": "%s Brick Bulk Stairs", + "block_type.mcwstairs.brick_loft_stairs": "%s Brick Loft Stairs", + "block_type.mcwstairs.brick_railing": "%s Brick Railing", + "block_type.mcwstairs.brick_balcony": "%s Brick Balcony", + "block_type.mcwstairs.brick_platform": "%s Brick Platform", + "block_type.mcwstairs.mossy_brick_terrace_stairs": "Mossy %s Brick Terrace Stairs", + "block_type.mcwstairs.mossy_brick_skyline_stairs": "Mossy %s Brick Skyline Stairs", + "block_type.mcwstairs.mossy_brick_compact_stairs": "Mossy %s Brick Compact Stairs", + "block_type.mcwstairs.mossy_brick_bulk_stairs": "Mossy %s Brick Bulk Stairs", + "block_type.mcwstairs.mossy_brick_loft_stairs": "Mossy %s Brick Loft Stairs", + "block_type.mcwstairs.mossy_brick_railing": "Mossy %s Brick Railing", + "block_type.mcwstairs.mossy_brick_balcony": "Mossy %s Brick Balcony", + "block_type.mcwstairs.mossy_brick_platform": "Mossy %s Brick Platform", + + "block_type.mcwpaths.running_bond": "%s Running Bond", + "block_type.mcwpaths.running_bond_slab": "%s Running Bond Slab", + "block_type.mcwpaths.strewn_rocky_path": "%s Strewn Rocky Path", + "block_type.mcwpaths.windmill_weave_path": "%s Windmill Weave Path", + "block_type.mcwpaths.windmill_weave_slab": "%s Windmill Weave Slab", + "block_type.mcwpaths.windmill_weave": "%s Windmill Weave", + "block_type.mcwpaths.running_bond_path": "%s Running Bond Path", + "block_type.mcwpaths.flagstone_path": "%s Flagstone Path", + "block_type.mcwpaths.flagstone_slab": "%s Flagstone Slab", + "block_type.mcwpaths.flagstone": "%s Flagstone", + "block_type.mcwpaths.crystal_floor_path": "%s Crystal Floor Path", + "block_type.mcwpaths.crystal_floor_slab": "%s Crystal Floor Slab", + "block_type.mcwpaths.crystal_floor": "%s Crystal Floor", + "block_type.mcwpaths.mossy_running_bond": "Mossy %s Running Bond", + "block_type.mcwpaths.mossy_running_bond_slab": "Mossy %s Running Bond Slab", + "block_type.mcwpaths.mossy_running_bond_path": "Mossy %s Running Bond Path", + "block_type.mcwpaths.mossy_strewn_rocky_path": "Mossy %s Strewn Rocky Path", + "block_type.mcwpaths.mossy_windmill_weave_path": "Mossy %s Windmill Weave Path", + "block_type.mcwpaths.mossy_windmill_weave_slab": "Mossy %s Windmill Weave Slab", + "block_type.mcwpaths.mossy_windmill_weave": "Mossy %s Windmill Weave", + "block_type.mcwpaths.mossy_flagstone_path": "Mossy %s Flagstone Path", + "block_type.mcwpaths.mossy_flagstone_slab": "Mossy %s Flagstone Slab", + "block_type.mcwpaths.mossy_flagstone": "Mossy %s Flagstone", + "block_type.mcwpaths.mossy_crystal_floor_path": "Mossy %s Crystal Floor Path", + "block_type.mcwpaths.mossy_crystal_floor_slab": "Mossy %s Crystal Floor Slab", + "block_type.mcwpaths.mossy_crystal_floor": "Mossy %s Crystal Floor" } \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 6e0987510903..9783da61ab42 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -117,25 +117,98 @@ "block_type.stonechest.chest": "%s箱子", "item_type.stonechest.part": "%s部件", - "block_type.mcwbridges.brick_bridge":"%s砖桥", - "block_type.mcwbridges.mossy_brick_bridge":"覆苔%s砖桥", - "block_type.mcwbridges.bridge_pier":"%s桥梁支架", - "block_type.mcwbridges.mossy_bridge_pier":"覆苔%s桥梁支架", - "block_type.mcwbridges.brick_bridge_stair":"%s砖桥梯", - "block_type.mcwbridges.mossy_bridge_stair":"覆苔%s桥梯", - "block_type.mcwbridges.balustrade_bricks_bridge":"柱栏%s砖桥", - "block_type.mcwbridges.balustrade_mossy_bricks_bridge":"柱栏覆苔%s砖桥", + "block_type.mcwbridges.brick_bridge": "%s砖桥", + "block_type.mcwbridges.mossy_brick_bridge": "覆苔%s砖桥", + "block_type.mcwbridges.bridge_pier": "%s桥梁支架", + "block_type.mcwbridges.mossy_bridge_pier": "覆苔%s桥梁支架", + "block_type.mcwbridges.brick_bridge_stair": "%s砖桥梯", + "block_type.mcwbridges.mossy_bridge_stair": "覆苔%s桥梯", + "block_type.mcwbridges.balustrade_bricks_bridge": "柱栏%s砖桥", + "block_type.mcwbridges.balustrade_mossy_bricks_bridge": "柱栏覆苔%s砖桥", + + "block_type.mcwfences.modern_brick_wall": "现代%s砖墙", + "block_type.mcwfences.brick_railing_gate": "%s砖铁栅栏门", + "block_type.mcwfences.railing_brick_wall": "%s砖铁栅栏墙", + "block_type.mcwfences.grass_topped_wall": "%s覆草墙", + "block_type.mcwfences.pillar_wall": "%s砖柱墙", + "block_type.mcwfences.railing_gate": "%s铁栅栏门", + "block_type.mcwfences.railing_wall": "%s铁栅栏墙", + "block_type.mcwfences.modern_wall": "现代%s墙", + + "block_type.mcwwindows.window": "%s可调窗户", + "block_type.mcwwindows.window2": "%s长方格窗户", + "block_type.mcwwindows.four_window": "%s四格窗户", + "block_type.mcwwindows.brick_gothic": "%s砖哥特式窗户", + "block_type.mcwwindows.brick_arrow_slit": "%s砖箭缝", + "block_type.mcwwindows.pane_window": "%s嵌板窗户", + + "block_type.mcwroofs.roof": "%s屋顶", + "block_type.mcwroofs.attic_roof": "%s天窗屋顶", + "block_type.mcwroofs.top_roof": "%s屋顶顶端", + "block_type.mcwroofs.lower_roof": "%s平缓屋顶底端", + "block_type.mcwroofs.steep_roof": "%s陡峭屋顶底端", + "block_type.mcwroofs.upper_lower_roof": "%s平缓屋顶顶端", + "block_type.mcwroofs.upper_steep_roof": "%s陡峭屋顶顶端", + + "block_type.mcwroofs.bricks_roof": "%s砖屋顶", + "block_type.mcwroofs.bricks_attic_roof": "%s砖天窗屋顶", + "block_type.mcwroofs.bricks_top_roof": "%s砖屋顶顶端", + "block_type.mcwroofs.bricks_lower_roof": "%s砖平缓屋顶底端", + "block_type.mcwroofs.bricks_steep_roof": "%s砖陡峭屋顶底端", + "block_type.mcwroofs.bricks_upper_lower_roof": "%s砖平缓屋顶顶端", + "block_type.mcwroofs.bricks_upper_steep_roof": "%s砖陡峭屋顶顶端", + + "block_type.mcwstairs.brick_terrace_stairs": "%s砖单梁楼梯", + "block_type.mcwstairs.brick_skyline_stairs": "%s砖铺架楼梯", + "block_type.mcwstairs.brick_compact_stairs": "%s砖短阶楼梯", + "block_type.mcwstairs.brick_bulk_stairs": "%s砖厚实楼梯", + "block_type.mcwstairs.brick_loft_stairs": "%s砖悬空楼梯", + "block_type.mcwstairs.brick_railing": "%s砖楼梯扶手", + "block_type.mcwstairs.brick_balcony": "%s砖露台扶手", + "block_type.mcwstairs.brick_platform": "%s砖平台", + "block_type.mcwstairs.mossy_brick_terrace_stairs": "覆苔%s砖单梁楼梯", + "block_type.mcwstairs.mossy_brick_skyline_stairs": "覆苔%s砖铺架楼梯", + "block_type.mcwstairs.mossy_brick_compact_stairs": "覆苔%s砖短阶楼梯", + "block_type.mcwstairs.mossy_brick_bulk_stairs": "覆苔%s砖厚实楼梯", + "block_type.mcwstairs.mossy_brick_loft_stairs": "覆苔%s砖悬空楼梯", + "block_type.mcwstairs.mossy_brick_railing": "覆苔%s砖楼梯扶手", + "block_type.mcwstairs.mossy_brick_balcony": "覆苔%s砖露台扶手", + "block_type.mcwstairs.mossy_brick_platform": "覆苔%s砖平台", + + "block_type.mcwpaths.running_bond": "顺砌%s", + "block_type.mcwpaths.running_bond_slab": "顺砌%s台阶", + "block_type.mcwpaths.strewn_rocky_path": "%s碎石小径", + "block_type.mcwpaths.windmill_weave_path": "风车砌%s小径", + "block_type.mcwpaths.windmill_weave_slab": "风车砌%s台阶", + "block_type.mcwpaths.windmill_weave": "风车砌%s", + "block_type.mcwpaths.running_bond_path": "顺砌%s小径", + "block_type.mcwpaths.flagstone_path": "碎嵌%s小径", + "block_type.mcwpaths.flagstone_slab": "碎嵌%s台阶", + "block_type.mcwpaths.flagstone": "碎嵌%s", + "block_type.mcwpaths.crystal_floor_path": "铺嵌%s小径", + "block_type.mcwpaths.crystal_floor_slab": "铺嵌%s台阶", + "block_type.mcwpaths.crystal_floor": "铺嵌%s", + "block_type.mcwpaths.mossy_running_bond": "顺砌覆苔%s", + "block_type.mcwpaths.mossy_running_bond_slab": "顺砌覆苔%s台阶", + "block_type.mcwpaths.mossy_running_bond_path": "顺砌覆苔%s小径", + "block_type.mcwpaths.mossy_strewn_rocky_path": "覆苔%s碎石小径", + "block_type.mcwpaths.mossy_windmill_weave_path": "风车砌覆苔%s小径", + "block_type.mcwpaths.mossy_windmill_weave_slab": "风车砌覆苔%s台阶", + "block_type.mcwpaths.mossy_windmill_weave": "风车砌覆苔%s", + "block_type.mcwpaths.mossy_flagstone_path": "碎嵌覆苔%s小径", + "block_type.mcwpaths.mossy_flagstone_slab": "碎嵌覆苔%s台阶", + "block_type.mcwpaths.mossy_flagstone": "碎嵌覆苔%s", + "block_type.mcwpaths.mossy_crystal_floor_path": "铺嵌覆苔%s小径", + "block_type.mcwpaths.mossy_crystal_floor_slab": "铺嵌覆苔%s台阶", + "block_type.mcwpaths.mossy_crystal_floor": "铺嵌覆苔%s", "stone_type.minecraft.stone": "石头", - "stone_type.minecraft.cobblestone": "圆石", - "stone_type.minecraft.mossy_cobblestone": "苔石", "stone_type.minecraft.andesite": "安山岩", "stone_type.minecraft.diorite": "闪长岩", "stone_type.minecraft.granite": "花岗岩", "stone_type.minecraft.deepslate": "深板岩", - "stone_type.minecraft.cobbled_deepslate": "深板岩圆石", "stone_type.minecraft.tuff": "凝灰岩", "stone_type.minecraft.calcite": "方解石", "stone_type.minecraft.dripstone": "滴水石", @@ -148,70 +221,63 @@ "stone_type.minecraft.blackstone": "黑石", "stone_type.minecraft.end_stone": "末地石", "stone_type.minecraft.purpur": "紫珀", + "mud_type.minecraft.mud": "泥巴", + "stone_type.ad_astra.permafrost": "冻土", "stone_type.ad_astra.moon_stone": "月石", "stone_type.ad_astra.mars_stone": "火星石", "stone_type.ad_astra.mercury_stone": "水星石", "stone_type.ad_astra.venus_stone": "金星石", - "stone_type.ad_astra.venus_sandstone": "金星砂岩", "stone_type.ad_astra.glacio_stone": "霜原石", - "stone_type.ad_astra.permafrost": "冻土", + "stone_type.ad_astra.conglomerate": "砾岩", "stone_type.aether.holystone": "圣石", - "stone_type.aether.mossy_holystone": "苔圣石", - "stone_type.aether.icestone": "冰石", - "stone_type.aether.carved_stone": "雕纹石", - "stone_type.aether.sentry_stone": "岗哨石", - "stone_type.aether.angelic_stone": "天灵石", - "stone_type.aether.light_angelic_stone": "流光天灵石", - "stone_type.aether.hellfire_stone": "狱炎石", - "stone_type.aether.light_hellfire_stone": "流光狱炎石", "stone_type.aetherworks.suevite": "陨磺砾岩", - "stone_type.aether_redux.blightmoss_holystone": "疫苔圣石", - "stone_type.aether_redux.gilded_holystone": "透金圣石", - "stone_type.aether_redux.divinite": "神圣石", "stone_type.aether_redux.sentrite": "哨戒岩", + "stone_type.aether_redux.divinite": "神圣石", "stone_type.aether_redux.driftshale": "速页岩", "stone_type.alexscaves.galena": "方铅岩", - "stone_type.alexscaves.limestone": "石灰岩", "stone_type.alexscaves.radrock": "辐射石", "stone_type.alexscaves.abyssmarine": "渊海石", "stone_type.alexscaves.guanostone": "粪石", - "stone_type.alexscaves.coprolith": "秽石", + "stone_type.alexscaves.limestone": "石灰岩", - "stone_type.ancient_aether.aerogetic_stone": "空凝石", - "stone_type.ancient_aether.aeronautic_stone": "空航石", - "stone_type.ancient_aether.corrupted_aeronautic_stone": "残光空航石", - "stone_type.ancient_aether.wynd_sentry_stone": "风岚岗哨石", + "stone_type.aoa3.baron_stone": "爵士石", + "stone_type.aoa3.greckon_stone": "格瑞克石", + "stone_type.aoa3.hellstone": "地狱石", + "stone_type.aoa3.lelyetian_stone": "赫尔维蒂石", + "stone_type.aoa3.runic_stone": "符文石", + + "stone_type.architects_palette.abyssaline": "渊晶石", + "stone_type.architects_palette.hadaline": "渊溟石", + "stone_type.architects_palette.myonite": "蘑菇石", + "stone_type.architects_palette.esoterrack": "隐秘岩", + "stone_type.architects_palette.onyx": "缟玛瑙", + "stone_type.architects_palette.wardstone": "青卫石", + "stone_type.architects_palette.moonshale": "月页岩", + "stone_type.architects_palette.nebulite": "星云岩", "stone_type.ars_nouveau.sourcestone": "魔源石", - "stone_type.atmospheric.ivory_travertine": "象牙白石灰华", - "stone_type.atmospheric.peach_travertine": "桃红石灰华", - "stone_type.atmospheric.persimmon_travertine": "柿子橙石灰华", - "stone_type.atmospheric.saffron_travertine": "藏红石灰华", - "stone_type.atmospheric.dolerite": "粗玄岩", - "stone_type.atmospheric.arid_sandstone": "干燥砂岩", - "stone_type.atmospheric.red_arid_sandstone": "干燥红砂岩", - - "stone_type.biomesoplenty.white_sandstone": "白砂岩", - "stone_type.biomesoplenty.orange_sandstone": "橙砂岩", - "stone_type.biomesoplenty.block_sandstone": "黑砂岩", - "stone_type.biomesoplenty.thermal_calcite": "地热方解石", + "stone_type.arts_and_crafts.soapstone": "皂石", + + "stone_type.betterend.azure_jadestone": "湛蓝玉石", + "stone_type.betterend.sandy_jadestone": "沙色玉石", + "stone_type.betterend.virid_jadestone": "碧绿玉石", + "stone_type.betterend.sulphuric_rock": "硫磺岩", + "stone_type.betterend.flavolite": "苍黄石", + "stone_type.betterend.violecite": "紫罗兰石", + "stone_type.betterend.umbralith": "暗影岩", + + "stone_type.biomemakeover.mesmerite": "迷魂石", + "stone_type.biomesoplenty.brimstone": "硫磺石", - "stone_type.biomesoplenty.unmapped_end_stone": "§m末地石§r", - "stone_type.biomesoplenty.null_end_stone": "末�地���石�", "stone_type.biomeswevegone.dacite": "英安岩", - "stone_type.biomeswevegone.rocky_stone": "苔藓石", - "stone_type.biomeswevegone.mossy_stone": "鹅卵岩", "stone_type.biomeswevegone.red_rock": "红岩", - "stone_type.biomeswevegone.chiseled_red_rock": "雕纹红岩", - "stone_type.biomeswevegone.cracked_red_rock": "裂纹红岩", - "stone_type.biomeswevegone.mossy_red_rock": "覆苔红岩", "stone_type.biomeswevegone.black_sandstone": "黑砂岩", "stone_type.biomeswevegone.blue_sandstone": "蓝砂岩", "stone_type.biomeswevegone.pink_sandstone": "粉红砂岩", @@ -219,41 +285,25 @@ "stone_type.biomeswevegone.white_sandstone": "白砂岩", "stone_type.biomeswevegone.windswept_sandstone": "风袭砂岩", - "stone_type.blue_skies.turquoise_stone": "绿松岩", - "stone_type.blue_skies.mossy_turquoise_stone": "覆苔绿松岩", - "stone_type.blue_skies.midnight_sandstone": "午夜砂岩", + "stone_type.blockus.limestone": "石灰岩", + "stone_type.blockus.marble": "大理石", + "stone_type.blockus.bluestone": "蓝石", + "stone_type.blockus.viridite": "青绿石", + + "stone_type.bloomingnature.travertin": "石灰华", + "stone_type.bloomingnature.laterit": "红土", + "stone_type.bloomingnature.slate": "板岩", + "stone_type.blue_skies.taratite": "碧石", "stone_type.blue_skies.rimestone": "寒石", - "stone_type.blue_skies.lunar_stone": "明月岩", - "stone_type.blue_skies.mossy_lunar_stone": "覆苔明月岩", - "stone_type.blue_skies.crystal_sandstone": "水晶砂岩", + "stone_type.blue_skies.brumble": "泡棘藻", "stone_type.blue_skies.umber": "焦石", "stone_type.blue_skies.cinderstone": "余烬石", - "stone_type.blue_skies.polished_brumble": "磨制泡棘藻", - "stone_type.blue_skies.blinding_stone": "惑乱石", - "stone_type.blue_skies.nature_stone": "自然石", - "stone_type.blue_skies.poison_stone": "猛毒石", - "stone_type.blue_skies.aquatic_stone": "水渊石", - "stone_type.blue_skies.life_stone": "生灵石", "stone_type.botania.livingrock": "活石", - "stone_type.botania.shimmerstone": "微光石", - "stone_type.botania.metamorphic_forest": "变质森林石", - "stone_type.botania.metamorphic_plains": "变质平原石", - "stone_type.botania.metamorphic_mountain": "变质高山石", - "stone_type.botania.metamorphic_fungal": "变质菌丝石", - "stone_type.botania.metamorphic_swamp": "变质沼泽石", - "stone_type.botania.metamorphic_desert": "变质沙漠石", - "stone_type.botania.metamorphic_taiga": "变质雪原石", - "stone_type.botania.metamorphic_mesa": "变质高原石", "stone_type.bountifulfares.feldspar": "长石", - "stone_type.caupona.pumice": "浮岩", - "stone_type.caupona.felsic_tuff": "长英质凝灰岩", - - "stone_type.caverns_and_chasms.sugilite": "苏纪石", - "stone_type.create.asurine": "皓蓝石", "stone_type.create.crimsite": "绯红岩", "stone_type.create.limestone": "石灰岩", @@ -262,40 +312,101 @@ "stone_type.create.scorchia": "焦黑熔渣", "stone_type.create.veridium": "辉绿岩", - "stone_type.create_dd.breccia": "角砾岩", - "stone_type.create_dd.dolomite": "白云岩", "stone_type.create_dd.gabbro": "辉长岩", "stone_type.create_dd.weathered_limestone": "风化石灰岩", + "stone_type.create_dd.cut_stone": "切制石", "stone_type.deep_aether.aseterite": "紫菀石", "stone_type.deep_aether.clorite": "绿蔚石", "stone_type.deep_aether.raw_clorite": "粗绿蔚石", - "stone_type.deep_aether.nimbus_stone": "疾雨石", - "stone_type.deep_aether.light_nimbus_stone": "流光疾雨石", "mud_type.deep_aether.aether_mud": "天泥", "stone_type.deeperdarker.sculk_stone": "幽匿石", + "stone_type.deeperdarker.gloomslate": "幽暗板岩", + "mud_type.deeperdarker.sculk_grime": "幽匿尘垢", + + "stone_type.divinerpg.twilight_stone": "暮光石", + "stone_type.divinerpg.milk_stone": "乳石", + "stone_type.divinerpg.darkstone": "暗黑石", + "stone_type.divinerpg.frozen_stone": "冰冻石", + "stone_type.divinerpg.icy_stone": "寒冰石", + "stone_type.divinerpg.coalstone": "煤石", + "stone_type.divinerpg.cobaltite": "辉钴石", + "stone_type.divinerpg.ancient_stone": "坚固远古石", + "stone_type.divinerpg.luna_stone": "月影石", + + "stone_type.eldritch_end.spire_stone": "尖塔石", + + "stone_type.endlessbiomes.arkan": "阿肯岩", + "stone_type.endlessbiomes.slipstone": "滑溜岩", "stone_type.enlighend_end.palerock": "苍白岩", "stone_type.enlighend_end.void_shale": "虚空页岩", + "stone_type.eternal_starlight.toxite": "毒石", + "stone_type.eternal_starlight.grimstone": "阴沉石", + "stone_type.eternal_starlight.glowing_grimstone": "发光阴沉石", + "stone_type.eternal_starlight.voidstone": "虚空石", + "stone_type.eternal_starlight.glowing_voidstone": "发光虚空石", + "stone_type.eternal_starlight.eternal_ice": "恒冰", + "stone_type.eternal_starlight.stellagmite": "星泉岩", + "stone_type.eternal_starlight.molten_stellagmite": "熔融星泉岩", + "stone_type.eternal_starlight.abyssalate": "深渊石", + "stone_type.eternal_starlight.springstone": "泉石", + "mud_type.eternal_starlight.nightfall_mud": "夜泥", + "mud_type.eternal_starlight.glowing_nightfall_mud": "发光夜泥", + "stone_type.excessive_building.almentra": "埃门岩", + "stone_type.flying_stuff.skyrock": "空岩", + "stone_type.flying_stuff.grimstone": "幽暗石", + "stone_type.forbidden_arcanus.darkstone": "暗黑石", - "stone_type.forbidden_arcanus.polished_darkstone": "磨制暗黑石", + + "stone_type.goety.shade_stone": "阴影石", + "stone_type.goety.crypt_stone": "墓穴石", + "stone_type.goety.highrock": "高岭石", + "stone_type.goety.siltstone": "粉砂岩", "stone_type.gravitation.conglomerate": "砾岩", "stone_type.hexcasting.slate": "板岩", + "stone_type.hibernalherbs.idiosyncratic_stone": "幻融石", + "stone_type.hibernalherbs.necromantic_stone": "凝灵石", + "stone_type.lost_aether_content.gale_stone": "飓风石", "stone_type.lost_aether_content.light_gale_stone": "流光飓风石", "stone_type.malum.tainted_rock": "污秽石", "stone_type.malum.twisted_rock": "扭曲石", + "stone_type.meadow.limestone": "石灰石", + + "stone_type.minecells.prison_stone": "牢房石", + "stone_type.minecells.bloomrock": "泛光岩", + + "stone_type.mint.coralsoil": "珊瑚壤", + + "stone_type.natures_spirit.travertine": "洞石", + "stone_type.natures_spirit.chert": "黑硅岩", + "stone_type.natures_spirit.kaolin": "高岭土", + "stone_type.netherexp.soul_slate": "魂板岩", + "stone_type.outer_end.himmel": "天蓝石", + + "stone_type.pasterdream.shadow_stone": "阴影石", + "stone_type.pasterdream.cyan_stone": "苍青岩", + + "stone_type.phantasm.cirite": "黄晶岩", + + "stone_type.pokecube_legends.ultra_stone": "究极石", + "stone_type.pokecube_legends.distortic_stone": "扭曲石", + + "stone_type.promenade.asphalt": "沥青", + "stone_type.promenade.blunite": "蓝岩", + "stone_type.quark.limestone": "石灰石", "stone_type.quark.jasper": "碧玉石", "stone_type.quark.shale": "页岩", @@ -308,50 +419,120 @@ "stone_type.railcraft.quarried_stone": "采掘岩", "stone_type.railcraft.abyssal_stone": "深渊岩", + "stone_type.regions_unexplored.chalk": "白垩岩", + "stone_type.rubinated_nether.altar_stone": "祭坛石", - "stone_type.spelunkery.rock_salt": "岩盐", - "stone_type.spelunkery.polished_nephrite": "磨制软玉", + "stone_type.slayersbeasts.pegmatite": "伟晶岩", + + "stone_type.solarcraft.solar_stone": "光芒石", + "stone_type.solarcraft.magistone": "魔石", + + "stone_type.spectrum.blackslag": "黑渣岩", + "stone_type.spectrum.preservation_stone": "保护石", + + "stone_type.spelunkery.nephrite": "软玉", "stone_type.supplementaries.ash": "灰烬", "stone_type.tconstruct.seared_stone": "焦黑石", "stone_type.tconstruct.scorched_stone": "焦褐石", - "stone_type.twigs.polished_tuff": "磨制凝灰岩", - "stone_type.twigs.polished_calcite": "磨制方解石", - "stone_type.twigs.twisted_polished_blackstone": "缠怨磨制黑石", - "stone_type.twigs.weeping_polished_blackstone": "垂泪磨制黑石", + "stone_type.terrestria.basalt": "火山岩", + + "stone_type.tfc.granite": "花岗岩", + "stone_type.tfc.diorite": "闪长岩", + "stone_type.tfc.gabbro": "辉长岩", + "stone_type.tfc.shale": "页岩", + "stone_type.tfc.claystone": "粘土岩", + "stone_type.tfc.limestone": "石灰岩", + "stone_type.tfc.conglomerate": "砾岩", + "stone_type.tfc.dolomite": "白云岩", + "stone_type.tfc.chert": "硅质岩", + "stone_type.tfc.chalk": "白垩岩", + "stone_type.tfc.rhyolite": "流纹岩", + "stone_type.tfc.basalt": "玄武岩", + "stone_type.tfc.andesite": "安山岩", + "stone_type.tfc.dacite": "英安岩", + "stone_type.tfc.quartzite": "石英岩", + "stone_type.tfc.slate": "板岩", + "stone_type.tfc.phyllite": "千枚岩", + "stone_type.tfc.schist": "片岩", + "stone_type.tfc.gneiss": "片麻岩", + "stone_type.tfc.marble": "大理岩", + "stone_type.tfc.granite_slab": "花岗岩台阶", + "stone_type.tfc.granite_stairs": "花岗岩楼梯", + "stone_type.tfc.granite_wall": "花岗岩墙", + "stone_type.tfc.diorite_slab": "闪长岩台阶", + "stone_type.tfc.diorite_stairs": "闪长岩楼梯", + "stone_type.tfc.diorite_wall": "闪长岩墙", + "stone_type.tfc.gabbro_slab": "辉长岩台阶", + "stone_type.tfc.gabbro_stairs": "辉长岩楼梯", + "stone_type.tfc.gabbro_wall": "辉长岩墙", + "stone_type.tfc.shale_slab": "页岩台阶", + "stone_type.tfc.shale_stairs": "页岩楼梯", + "stone_type.tfc.shale_wall": "页岩墙", + "stone_type.tfc.claystone_slab": "粘土岩台阶", + "stone_type.tfc.claystone_stairs": "粘土岩楼梯", + "stone_type.tfc.claystone_wall": "粘土岩墙", + "stone_type.tfc.limestone_slab": "石灰岩台阶", + "stone_type.tfc.limestone_stairs": "石灰岩楼梯", + "stone_type.tfc.limestone_wall": "石灰岩墙", + "stone_type.tfc.conglomerate_slab": "砾岩台阶", + "stone_type.tfc.conglomerate_stairs": "砾岩楼梯", + "stone_type.tfc.conglomerate_wall": "砾岩墙", + "stone_type.tfc.dolomite_slab": "白云岩台阶", + "stone_type.tfc.dolomite_stairs": "白云岩楼梯", + "stone_type.tfc.dolomite_wall": "白云岩墙", + "stone_type.tfc.chert_slab": "硅质岩台阶", + "stone_type.tfc.chert_stairs": "硅质岩楼梯", + "stone_type.tfc.chert_wall": "硅质岩墙", + "stone_type.tfc.chalk_slab": "白垩岩台阶", + "stone_type.tfc.chalk_stairs": "白垩岩楼梯", + "stone_type.tfc.chalk_wall": "白垩岩墙", + "stone_type.tfc.rhyolite_slab": "流纹岩台阶", + "stone_type.tfc.rhyolite_stairs": "流纹岩楼梯", + "stone_type.tfc.rhyolite_wall": "流纹岩墙", + "stone_type.tfc.basalt_slab": "玄武岩台阶", + "stone_type.tfc.basalt_stairs": "玄武岩楼梯", + "stone_type.tfc.basalt_wall": "玄武岩墙", + "stone_type.tfc.andesite_slab": "安山岩台阶", + "stone_type.tfc.andesite_stairs": "安山岩楼梯", + "stone_type.tfc.andesite_wall": "安山岩墙", + "stone_type.tfc.dacite_slab": "英安岩台阶", + "stone_type.tfc.dacite_stairs": "英安岩楼梯", + "stone_type.tfc.dacite_wall": "英安岩墙", + "stone_type.tfc.quartzite_slab": "石英岩台阶", + "stone_type.tfc.quartzite_stairs": "石英岩楼梯", + "stone_type.tfc.quartzite_wall": "石英岩墙", + "stone_type.tfc.slate_slab": "板岩台阶", + "stone_type.tfc.slate_stairs": "板岩楼梯", + "stone_type.tfc.slate_wall": "板岩墙", + "stone_type.tfc.phyllite_slab": "千枚岩台阶", + "stone_type.tfc.phyllite_stairs": "千枚岩楼梯", + "stone_type.tfc.phyllite_wall": "千枚岩墙", + "stone_type.tfc.schist_slab": "片岩台阶", + "stone_type.tfc.schist_stairs": "片岩楼梯", + "stone_type.tfc.schist_wall": "片岩墙", + "stone_type.tfc.gneiss_slab": "片麻岩台阶", + "stone_type.tfc.gneiss_stairs": "片麻岩楼梯", + "stone_type.tfc.gneiss_wall": "片麻岩墙", + "stone_type.tfc.marble_slab": "大理岩台阶", + "stone_type.tfc.marble_stairs": "大理岩楼梯", + "stone_type.tfc.marble_wall": "大理岩墙", + "stone_type.twigs.silt": "粉砂", - "stone_type.twigs.schist": "片岩", - "stone_type.twigs.rhyolite": "流纹岩", - "stone_type.twigs.bloodstone": "血石", "stone_type.undergarden.depthrock": "渊邃石", "stone_type.undergarden.shiverstone": "寒栗石", "stone_type.undergarden.tremblecrust": "颤动地壳", - "stone_type.upgrade_aquatic.kelpy_cobblestone": "海带圆石", - "stone_type.upgrade_aquatic.coralstone": "珊瑚石", - "stone_type.upgrade_aquatic.tube_coralstone": "管珊瑚石", - "stone_type.upgrade_aquatic.brain_coralstone": "脑纹珊瑚石", - "stone_type.upgrade_aquatic.bubble_coralstone": "气泡珊瑚石", - "stone_type.upgrade_aquatic.fire_coralstone": "火珊瑚石", - "stone_type.upgrade_aquatic.horn_coralstone": "鹿角珊瑚石", - "stone_type.upgrade_aquatic.acan_coralstone": "糖果珊瑚石", - "stone_type.upgrade_aquatic.finger_coralstone": "软指珊瑚石", - "stone_type.upgrade_aquatic.star_coralstone": "星状珊瑚石", - "stone_type.upgrade_aquatic.moss_coralstone": "苔绿珊瑚石", - "stone_type.upgrade_aquatic.petal_coralstone": "花瓣珊瑚石", - "stone_type.upgrade_aquatic.branch_coralstone": "枝状珊瑚石", - "stone_type.upgrade_aquatic.rock_coralstone": "礁石珊瑚石", - "stone_type.upgrade_aquatic.pillow_coralstone": "枕状珊瑚石", - "stone_type.upgrade_aquatic.silk_coralstone": "丝珊瑚石", - "stone_type.upgrade_aquatic.chrome_coralstone": "铬珊瑚石", - "stone_type.upgrade_aquatic.prismarine_coralstone": "海晶珊瑚石", - "stone_type.upgrade_aquatic.dead_coralstone": "失活的珊瑚石", - "stone_type.upgrade_aquatic.elder_prismarine_coralstone": "远古海晶珊瑚石", - - "stone_type.vampirism.dark_stone": "暗石", - "stone_type.vampirism.purple_stone": "紫石" + "stone_type.unusualend.gneiss": "片麻岩", + "stone_type.unusualend.gloopstone": "颂黏石", + "stone_type.unusualend.gloopslate": "颂黏板岩", + "stone_type.unusualend.warped_stone": "诡异石", + + "stone_type.wildlands.conglomerate": "砾岩", + "stone_type.wildlands.gabbro": "辉长岩", + "stone_type.wildlands.dolerite": "粗玄岩" } \ No newline at end of file diff --git a/projects/1.21/assets/every-compat/everycomp/README.md b/projects/1.21/assets/every-compat/everycomp/README.md deleted file mode 100644 index d10c878eb33e..000000000000 --- a/projects/1.21/assets/every-compat/everycomp/README.md +++ /dev/null @@ -1,16 +0,0 @@ -### 总概 - -```mermaid -flowchart LR - 1211[1.21.1
singleton, composition] -->|indirect| 1201[1.20.1] -``` - -``` -1.21.1 - └── 1.20.1 -``` - -### 传送区域 - -- [1.20.1](/projects/1.20/assets/every-compat/everycomp) -- [1.21.1](/projects/1.21/assets/every-compat/everycomp) \ No newline at end of file diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 9210ed3b10a8..6efe7d730d9c 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -881,2060 +881,5 @@ "block_type.table_top_craft.chess": "%s棋盘", "block_type.table_top_craft.chess_timer": "%s棋钟", - "block_type.table_top_craft.connect_four": "%s四子棋", - - - - "wood_type.minecraft.oak": "橡木", - "wood_type.minecraft.spruce": "云杉木", - "wood_type.minecraft.birch": "白桦木", - "wood_type.minecraft.jungle": "丛林木", - "wood_type.minecraft.dark_oak": "深色橡木", - "wood_type.minecraft.acacia": "金合欢木", - "wood_type.minecraft.mangrove": "红树木", - "wood_type.minecraft.cherry": "樱花木", - "wood_type.minecraft.bamboo": "竹", - "wood_type.minecraft.pale_oak": "苍白橡木", - "wood_type.minecraft.crimson": "绯红木", - "wood_type.minecraft.warped": "诡异木", - "leaves_type.minecraft.oak": "橡树", - "leaves_type.minecraft.spruce": "云杉", - "leaves_type.minecraft.birch": "白桦", - "leaves_type.minecraft.jungle": "丛林", - "leaves_type.minecraft.dark_oak": "深色橡树", - "leaves_type.minecraft.acacia": "金合欢", - "leaves_type.minecraft.mangrove": "红树", - "leaves_type.minecraft.cherry": "樱花", - "leaves_type.minecraft.pale_oak": "苍白橡树", - "leaves_type.minecraft.azalea": "杜鹃", - "leaves_type.minecraft.flowering_azalea": "盛开的杜鹃", - - "wood_type.abundant_atmosphere.ash": "梣木", - "wood_type.abundant_atmosphere.gourdrot": "棕垂木", - "leaves_type.abundant_atmosphere.ash": "梣树", - "leaves_type.abundant_atmosphere.gourdrot": "棕垂", - - "wood_type.acd_nether.aspen": "白杨木", - "wood_type.acd_nether.everfreeze": "永冻木", - "leaves_type.acd_nether.aspen": "白杨", - "leaves_type.acd_nether.everfreeze": "永冻", - - "wood_type.ad_astra.aeronos": "空果木", - "wood_type.ad_astra.strophar": "孑节木", - "wood_type.ad_astra.glacian": "霜原木", - "leaves_type.ad_astra.glacian": "霜原", - - "wood_type.aether.skyroot": "天根木", - "leaves_type.aether.skyroot": "天根", - "leaves_type.aether.golden_oak": "金橡树", - "leaves_type.aether.crystal": "水晶", - "leaves_type.aether.crystal_fruit": "结果的水晶", - "leaves_type.aether.holiday": "节庆", - "leaves_type.aether.decorated_holiday": "装饰节庆", - - "wood_type.aether_redux.blightwillow": "疫纤木", - "wood_type.aether_redux.cloudcap": "云伞木", - "wood_type.aether_redux.crystal": "水晶木", - "wood_type.aether_redux.glacia": "冰川木", - "wood_type.aether_redux.fieldsproot": "域茁木", - "wood_type.aether_redux.jellyshroom": "果冻菇木", - "leaves_type.aether_redux.blightwillow": "疫纤", - "leaves_type.aether_redux.glacia": "冰川", - "leaves_type.aether_redux.gilded_oak": "透金橡树", - "leaves_type.aether_redux.blighted_skyroot": "染疫天根", - "leaves_type.aether_redux.purple_glacia": "紫色冰川", - "wood_type.aether_redux.fieldsprout": "域茁木", - "wood_type.aether_redux.springshroom": "簧菇木", - "leaves_type.aether_redux.fieldsproot": "域茁", - "leaves_type.aether_redux.azure_fieldsproot": "苍蓝域茁", - "leaves_type.aether_redux.prismatic_fieldsproot": "棱光域茁", - "leaves_type.aether_redux.spectral_fieldsproot": "灵蓝域茁", - "leaves_type.aether_redux.flowering_fieldsprout": "盛开的域茁", - "leaves_type.aether_redux.chromatic": "缤彩灌木", - "leaves_type.aether_redux.chromatic_berry": "结莓的缤彩灌木", - - "leaves_type.aether_genesis.blue_skyroot": "蓝色天根", - "leaves_type.aether_genesis.dark_blue_skyroot": "深蓝色天根", - "leaves_type.aether_genesis.purple_crystal": "紫色水晶", - "leaves_type.aether_genesis.purple_crystal_fruit": "结果的紫色水晶", - - "wood_type.alexscaves.pewen": "南洋杉木", - "wood_type.alexscaves.thornwood": "荆棘木", - "leaves_type.alexscaves.ancient": "远古", - - "wood_type.ancient_aether.highsproot": "高茁木", - "wood_type.ancient_aether.sakura": "樱木", - "leaves_type.ancient_aether.skyroot_pine": "天根松", - "leaves_type.ancient_aether.blue_skyroot_pine": "蓝色天根松", - "leaves_type.ancient_aether.crystal_skyroot": "水晶天根", - "leaves_type.ancient_aether.highsproot": "高茁", - "leaves_type.ancient_aether.sakura": "樱树", - "leaves_type.ancient_aether.enchanted_skyroot": "神沃天根", - "leaves_type.ancient_aether.crystal": "水晶", - "leaves_type.ancient_aether.frosted_highsproot": "霜结高茁", - "leaves_type.ancient_aether.divine_skyroot": "神圣天根", - - "wood_type.aoa3.achony": "桉格尼木", - "wood_type.aoa3.baobab": "猴面包木", - "wood_type.aoa3.churry": "樱桃木", - "wood_type.aoa3.creep": "蠕变木", - "wood_type.aoa3.lucalus": "卢卡罗斯木", - "wood_type.aoa3.lunide": "月球木", - "wood_type.aoa3.runic": "符文木", - "wood_type.aoa3.shadow": "暗影木", - "wood_type.aoa3.shyre": "塞尔瑞木", - "wood_type.aoa3.stranglewood": "窒息木", - "leaves_type.aoa3.achony": "桉格尼", - "leaves_type.aoa3.baobab": "猴面包", - "leaves_type.aoa3.blood": "血树", - "leaves_type.aoa3.blue_celevus": "蓝色玩具", - "leaves_type.aoa3.green_celevus": "绿色玩具", - "leaves_type.aoa3.purple_celevus": "紫色玩具", - "leaves_type.aoa3.red_celevus": "红色玩具", - "leaves_type.aoa3.white_celevus": "白色玩具", - "leaves_type.aoa3.yellow_celevus": "黄色玩具", - "leaves_type.aoa3.churry": "樱桃", - "leaves_type.aoa3.creep": "蠕变", - "leaves_type.aoa3.dawn": "曙光", - "leaves_type.aoa3.haunted": "鬼魅", - "leaves_type.aoa3.haunted_eyes": "鬼魅眼", - "leaves_type.aoa3.blue_haven": "蓝色天堂", - "leaves_type.aoa3.pink_haven": "粉红色天堂", - "leaves_type.aoa3.purple_haven": "紫色天堂", - "leaves_type.aoa3.red_haven": "红色天堂", - "leaves_type.aoa3.turquoise_haven": "天青色天堂", - "leaves_type.aoa3.yellow_haven": "黄色天堂", - "leaves_type.aoa3.irodust": "尘铁", - "leaves_type.aoa3.irogold": "金铁", - "leaves_type.aoa3.lelyetian": "赫尔维蒂", - "leaves_type.aoa3.lucalus": "卢卡罗斯", - "leaves_type.aoa3.lunicia": "月球", - "leaves_type.aoa3.lunosso": "月牙", - "leaves_type.aoa3.runic": "符文", - "leaves_type.aoa3.shadowblood": "血影", - "leaves_type.aoa3.shadow": "暗影", - "leaves_type.aoa3.bright_shyre": "闪耀塞尔瑞", - "leaves_type.aoa3.shyre": "塞尔瑞", - "leaves_type.aoa3.stranglewood": "窒息", - "leaves_type.aoa3.vein": "血脉", - - "wood_type.applewood.apple": "苹果木", - - "wood_type.appletreesrev.apple": "苹果木", - "leaves_type.appletreesrev.apple": "苹果", - - "wood_type.architects_palette.twisted": "扭曲木", - "leaves_type.architects_palette.twisted": "扭曲", - - "leaves_type.ars_elemental.yellow_archwood": "闪耀至高", - - "wood_type.artsandcrafts.cork": "软木", - "leaves_type.artsandcrafts.cork": "软木", - - "wood_type.ars_nouveau.archwood": "至高木", - "leaves_type.ars_nouveau.blue_archwood": "奔流至高", - "leaves_type.ars_nouveau.red_archwood": "烈焰至高", - "leaves_type.ars_nouveau.green_archwood": "繁茂至高", - "leaves_type.ars_nouveau.purple_archwood": "恼人至高", - - "wood_type.atmospheric.rosewood": "花梨木", - "wood_type.atmospheric.morado": "酸枝木", - "wood_type.atmospheric.yucca": "丝兰木", - "wood_type.atmospheric.kousa": "梾木", - "wood_type.atmospheric.aspen": "白杨木", - "wood_type.atmospheric.grimwood": "阴郁木", - "wood_type.atmospheric.laurel": "月桂木", - "leaves_type.atmospheric.rosewood": "花梨木", - "leaves_type.atmospheric.morado": "酸枝", - "leaves_type.atmospheric.flowering_morado": "开花酸枝", - "leaves_type.atmospheric.currant": "醋栗", - "leaves_type.atmospheric.yucca": "丝兰", - "leaves_type.atmospheric.kousa": "梾树", - "leaves_type.atmospheric.aspen": "白杨", - "leaves_type.atmospheric.green_aspen": "绿色白杨", - "leaves_type.atmospheric.grimwood": "阴郁木", - "leaves_type.atmospheric.laurel": "月桂", - "leaves_type.atmospheric.dry_laurel": "干燥月桂", - - "wood_type.aurorasdeco.azalea": "杜鹃木", - "wood_type.aurorasdeco.flowering_azalea": "盛开的杜鹃木", - "wood_type.aurorasdeco.jacaranda": "蓝花楹木", - "leaves_type.aurorasdeco.jacaranda": "蓝花楹", - - "wood_type.autumnity.maple": "枫木", - "leaves_type.autumnity.maple": "枫树", - "leaves_type.autumnity.red_maple": "红色枫树", - "leaves_type.autumnity.orange_maple": "橙色枫树", - "leaves_type.autumnity.yellow_maple": "黄色枫树", - - "wood_type.beachparty.palm": "棕榈木", - "leaves_type.beachparty.palm": "棕榈", - - "wood_type.betterarcheology.rotten": "腐烂木", - - "wood_type.betterend.dragon_tree": "龙木", - "wood_type.betterend.end_lotus": "末地莲木", - "wood_type.betterend.helix_tree": "螺旋木", - "wood_type.betterend.jellyshroom": "果冻木", - "wood_type.betterend.lacugrove": "泊林木", - "wood_type.betterend.lucernia": "灯笼木", - "wood_type.betterend.mossy_glowshroom": "苔光木", - "wood_type.betterend.pythadendron": "毕达木", - "wood_type.betterend.tenanea": "特内亚木", - "wood_type.betterend.umbrella_tree": "菌伞木", - "leaves_type.betterend.dragon_tree": "龙树", - "leaves_type.betterend.glowing_pillar": "光柱", - "leaves_type.betterend.helix_tree": "螺旋", - "leaves_type.betterend.lacugrove": "泊林", - "leaves_type.betterend.lucernia": "灯笼", - "leaves_type.betterend.lucernia_outer": "灯笼外层", - "leaves_type.betterend.pythadendron": "毕达", - "leaves_type.betterend.tenanea": "特内亚", - "leaves_type.betterend.tenanea_outer": "特内亚外层", - - "wood_type.betternether.anchor_tree": "锚木", - "wood_type.betternether.mushroom_fir": "下界冷杉菇木", - "wood_type.betternether.nether_mushroom": "下界蘑菇木", - "wood_type.betternether.nether_reed": "下界芦苇木", - "wood_type.betternether.nether_sakura": "下界樱花木", - "wood_type.betternether.rubeus": "宝红木", - "wood_type.betternether.stalagnate": "石结木", - "wood_type.betternether.wart": "下界疣木", - "wood_type.betternether.willow": "下界柳木", - "leaves_type.betternether.anchor_tree": "锚树", - "leaves_type.betternether.nether_sakura": "下界樱花", - "leaves_type.betternether.rubeus": "宝红", - "leaves_type.betternether.willow": "下界柳", - - "wood_type.bewitchment.juniper": "杜松木", - "wood_type.bewitchment.cypress": "柏木", - "wood_type.bewitchment.elder": "接骨木", - "wood_type.bewitchment.dragons_blood": "龙血木", - "leaves_type.bewitchment.juniper": "杜松", - "leaves_type.bewitchment.cypress": "柏树", - "leaves_type.bewitchment.elder": "接骨木", - "leaves_type.bewitchment.dragons_blood": "龙血", - - "wood_type.biomemakeover.blighted_balsa": "染菌轻木", - "wood_type.biomemakeover.willow": "柳木", - "wood_type.biomemakeover.swamp_cypress": "落羽杉木", - "wood_type.biomemakeover.ancient_oak": "远古橡木", - "leaves_type.biomemakeover.blighted_balsa": "染菌轻木", - "leaves_type.biomemakeover.willow": "柳树", - "leaves_type.biomemakeover.swamp_cypress": "落羽杉", - "leaves_type.biomemakeover.ancient_oak": "远古橡树", - - "wood_type.biomesoplenty.dead": "枯死木", - "wood_type.biomesoplenty.empyreal": "重霄木", - "wood_type.biomesoplenty.fir": "冷杉木", - "wood_type.biomesoplenty.hellbark": "地狱皮木", - "wood_type.biomesoplenty.jacaranda": "蓝花楹木", - "wood_type.biomesoplenty.magic": "魔法木", - "wood_type.biomesoplenty.mahogany": "桃花心木", - "wood_type.biomesoplenty.maple": "枫木", - "wood_type.biomesoplenty.palm": "棕榈木", - "wood_type.biomesoplenty.pine": "松木", - "wood_type.biomesoplenty.redwood": "红杉木", - "wood_type.biomesoplenty.umbran": "暗影木", - "wood_type.biomesoplenty.willow": "柳木", - "leaves_type.biomesoplenty.cypress": "柏树", - "leaves_type.biomesoplenty.dead": "枯死", - "leaves_type.biomesoplenty.empyreal": "重霄", - "leaves_type.biomesoplenty.fir": "冷杉", - "leaves_type.biomesoplenty.hellbark": "地狱皮", - "leaves_type.biomesoplenty.jacaranda": "蓝花楹", - "leaves_type.biomesoplenty.magic": "魔法", - "leaves_type.biomesoplenty.mahogany": "桃花心木", - "leaves_type.biomesoplenty.red_maple": "红色枫树", - "leaves_type.biomesoplenty.orange_maple": "橙色枫树", - "leaves_type.biomesoplenty.yellow_maple": "黄色枫树", - "leaves_type.biomesoplenty.null": "� �� � �", - "leaves_type.biomesoplenty.palm": "棕榈", - "leaves_type.biomesoplenty.pine": "松树", - "leaves_type.biomesoplenty.redwood": "红杉", - "leaves_type.biomesoplenty.umbran": "暗影", - "leaves_type.biomesoplenty.willow": "柳树", - "leaves_type.biomesoplenty.origin": "起源", - "leaves_type.biomesoplenty.flowering_oak": "花橡", - "leaves_type.biomesoplenty.rainbow_birch": "彩虹白桦", - "leaves_type.biomesoplenty.snowblossom": "雪樱", - "wood_type.biomesoplenty.cherry": "樱桃木", - "leaves_type.biomesoplenty.maple": "枫树", - "leaves_type.biomesoplenty.yellow_autumn": "黄秋", - "leaves_type.biomesoplenty.orange_autumn": "橙秋", - "leaves_type.biomesoplenty.white_cherry": "白色樱桃", - "leaves_type.biomesoplenty.pink_cherry": "粉红色樱桃", - - "wood_type.biomeswevegone.aspen": "白杨木", - "wood_type.biomeswevegone.baobab": "猴面包木", - "wood_type.biomeswevegone.blue_enchanted": "蓝色魔法木", - "wood_type.biomeswevegone.cika": "锡卡木", - "wood_type.biomeswevegone.cypress": "柏木", - "wood_type.biomeswevegone.ebony": "乌木", - "wood_type.biomeswevegone.fir": "冷杉木", - "wood_type.biomeswevegone.florus": "花茎木", - "wood_type.biomeswevegone.green_enchanted": "绿色魔法木", - "wood_type.biomeswevegone.holly": "冬青木", - "wood_type.biomeswevegone.ironwood": "铁色木", - "wood_type.biomeswevegone.jacaranda": "蓝花楹木", - "wood_type.biomeswevegone.mahogany": "桃花心木", - "wood_type.biomeswevegone.maple": "枫木", - "wood_type.biomeswevegone.palm": "棕榈木", - "wood_type.biomeswevegone.pine": "松木", - "wood_type.biomeswevegone.rainbow_eucalyptus": "彩虹桉木", - "wood_type.biomeswevegone.redwood": "红杉木", - "wood_type.biomeswevegone.sakura": "樱木", - "wood_type.biomeswevegone.skyris": "天际木", - "wood_type.biomeswevegone.spirit": "魂灵木", - "wood_type.biomeswevegone.white_mangrove": "白色红树木", - "wood_type.biomeswevegone.willow": "柳木", - "wood_type.biomeswevegone.witch_hazel": "金缕梅木", - "wood_type.biomeswevegone.zelkova": "榉木", - "leaves_type.biomeswevegone.araucaria": "南洋杉", - "leaves_type.biomeswevegone.ripe_baobab": "成熟的猴面包", - "leaves_type.biomeswevegone.flowering_baobab": "盛开的猴面包", - "leaves_type.biomeswevegone.blue_spruce": "蓝色云杉", - "leaves_type.biomeswevegone.blooming_witch_hazel": "盛开的金缕梅", - "leaves_type.biomeswevegone.brown_birch": "棕色白桦", - "leaves_type.biomeswevegone.brown_oak": "棕色橡树", - "leaves_type.biomeswevegone.brown_zelkova": "棕色榉树", - "leaves_type.biomeswevegone.ripe_orchard": "成熟的果树", - "leaves_type.biomeswevegone.flowering_orchard": "盛开的果树", - "leaves_type.biomeswevegone.flowering_palo_verde": "盛开的扁轴", - "leaves_type.biomeswevegone.holly_berry": "结果的冬青", - "leaves_type.biomeswevegone.indigo_jacaranda": "靛青蓝花楹", - "leaves_type.biomeswevegone.flowering_jacaranda": "盛开的蓝花楹", - "leaves_type.biomeswevegone.flowering_indigo_jacaranda": "盛开的靛青蓝花楹", - "leaves_type.biomeswevegone.yucca": "丝兰", - "leaves_type.biomeswevegone.ripe_yucca": "成熟的丝兰", - "leaves_type.biomeswevegone.flowering_yucca": "盛开的丝兰", - "leaves_type.biomeswevegone.orange_birch": "橙色白桦", - "leaves_type.biomeswevegone.orange_oak": "橙色橡树", - "leaves_type.biomeswevegone.orange_spruce": "橙色云杉", - "leaves_type.biomeswevegone.orchard": "果树", - "leaves_type.biomeswevegone.red_birch": "红色白桦", - "leaves_type.biomeswevegone.red_maple": "红色枫树", - "leaves_type.biomeswevegone.red_oak": "红色橡树", - "leaves_type.biomeswevegone.red_spruce": "红色云杉", - "leaves_type.biomeswevegone.silver_maple": "银色枫树", - "leaves_type.biomeswevegone.green_apple_skyris": "青苹果天际", - "leaves_type.biomeswevegone.flowering_skyris": "盛开的天际", - "leaves_type.biomeswevegone.flowering_spirit": "盛开的魂灵", - "leaves_type.biomeswevegone.flowering_ironwood": "盛开的铁色木", - "leaves_type.biomeswevegone.white_sakura": "白色樱树", - "leaves_type.biomeswevegone.yellow_sakura": "黄色樱树", - "leaves_type.biomeswevegone.yellow_birch": "黄色白桦", - "leaves_type.biomeswevegone.yellow_spruce": "黄色云杉", - "leaves_type.biomeswevegone.firecracker": "鸟尾花", - "leaves_type.biomeswevegone.aspen": "白杨", - "leaves_type.biomeswevegone.baobab": "猴面包", - "leaves_type.biomeswevegone.blue_enchanted": "蓝色魔法", - "leaves_type.biomeswevegone.cika": "锡卡", - "leaves_type.biomeswevegone.cypress": "柏树", - "leaves_type.biomeswevegone.ebony": "乌木", - "leaves_type.biomeswevegone.fir": "冷杉", - "leaves_type.biomeswevegone.green_enchanted": "绿色魔法", - "leaves_type.biomeswevegone.holly": "冬青", - "leaves_type.biomeswevegone.ironwood": "铁色木", - "leaves_type.biomeswevegone.jacaranda": "蓝花楹", - "leaves_type.biomeswevegone.mahogany": "桃花心木", - "leaves_type.biomeswevegone.maple": "枫树", - "leaves_type.biomeswevegone.pine": "松树", - "leaves_type.biomeswevegone.palm": "棕榈", - "leaves_type.biomeswevegone.rainbow_eucalyptus": "彩虹桉", - "leaves_type.biomeswevegone.redwood": "红杉", - "leaves_type.biomeswevegone.skyris": "天际", - "leaves_type.biomeswevegone.spirit": "魂灵", - "leaves_type.biomeswevegone.white_mangrove": "白色红树", - "leaves_type.biomeswevegone.willow": "柳树", - "leaves_type.biomeswevegone.witch_hazel": "金缕梅", - "leaves_type.biomeswevegone.zelkova": "榉树", - "leaves_type.biomeswevegone.palo_verde": "扁轴", - - "wood_type.blocksplus.bamboo": "竹木", - "wood_type.blocksplus.mushroom": "蘑菇", - - "wood_type.blockus.charred": "烧焦的木", - "wood_type.blockus.raw_bamboo": "粗竹", - "wood_type.blockus.white_oak": "白色橡木", - "leaves_type.blockus.white_oak": "白色橡树", - - "wood_type.bloomingnature.aspen": "白杨木", - "wood_type.bloomingnature.baobab": "猴面包木", - "wood_type.bloomingnature.chestnut": "栗木", - "wood_type.bloomingnature.ebony": "乌木", - "wood_type.bloomingnature.fir": "冷杉木", - "wood_type.bloomingnature.fan_palm": "扇叶棕榈木", - "wood_type.bloomingnature.larch": "落叶松木", - "wood_type.bloomingnature.swamp_cypress": "落羽杉木", - "wood_type.bloomingnature.swamp_oak": "双色栎木", - "leaves_type.bloomingnature.aspen": "白杨", - "leaves_type.bloomingnature.baobab": "猴面包", - "leaves_type.bloomingnature.chestnut": "栗树", - "leaves_type.bloomingnature.ebony": "乌木", - "leaves_type.bloomingnature.fir": "冷杉", - "leaves_type.bloomingnature.fan_palm": "扇叶棕榈", - "leaves_type.bloomingnature.larch": "落叶松", - "leaves_type.bloomingnature.swamp_cypress": "落羽杉", - "leaves_type.bloomingnature.swamp_oak": "双色栎", - "leaves_type.bloomingnature.orange": "橙色", - "wood_type.bloomingnature.palm": "棕榈木", - "leaves_type.bloomingnature.palm": "棕榈", - - "wood_type.blue_skies.crystallized": "水晶木", - "wood_type.blue_skies.bluebright": "蓝辉木", - "wood_type.blue_skies.starlit": "星荧木", - "wood_type.blue_skies.frostbright": "霜耀木", - "wood_type.blue_skies.lunar": "明月木", - "wood_type.blue_skies.dusk": "暮光木", - "wood_type.blue_skies.maple": "枫木", - "wood_type.blue_skies.comet": "彗星木", - "leaves_type.blue_skies.crystallized": "水晶", - "leaves_type.blue_skies.bluebright": "蓝辉", - "leaves_type.blue_skies.starlit": "星荧", - "leaves_type.blue_skies.frostbright": "霜耀", - "leaves_type.blue_skies.lunar": "明月", - "leaves_type.blue_skies.dusk": "暮光", - "leaves_type.blue_skies.maple": "枫树", - "leaves_type.blue_skies.comet": "彗星", - "leaves_type.blue_skies.crescent_fruit": "新月果", - "wood_type.blue_skies.cherry": "樱桃木", - "leaves_type.blue_skies.cherry": "樱桃", - - "wood_type.born_in_chaos_v1.scorched": "焦炭木", - - "wood_type.botania.livingwood": "活木", - "wood_type.botania.dreamwood": "梦之木", - - "wood_type.bountifulfares.walnut": "核桃木", - "wood_type.bountifulfares.hoary": "朽老木", - "leaves_type.bountifulfares.apple": "苹果", - "leaves_type.bountifulfares.lemon": "柠檬", - "leaves_type.bountifulfares.orange": "橙子", - "leaves_type.bountifulfares.plum": "李子", - "leaves_type.bountifulfares.flowering_apple": "盛开的苹果", - "leaves_type.bountifulfares.flowering_lemon": "盛开的柠檬", - "leaves_type.bountifulfares.flowering_orange": "盛开的橙子", - "leaves_type.bountifulfares.flowering_plum": "盛开的李子", - "leaves_type.bountifulfares.walnut": "核桃", - "leaves_type.bountifulfares.hoary": "朽老", - - "wood_type.bwplus.yew": "紫杉木", - "leaves_type.bwplus.yew": "紫杉", - - "wood_type.byg.aspen": "白杨木", - "wood_type.byg.baobab": "猴面包木", - "wood_type.byg.blue_enchanted": "蓝色魔法木", - "wood_type.byg.cherry": "樱桃木", - "wood_type.byg.cika": "锡卡木", - "wood_type.byg.cypress": "柏木", - "wood_type.byg.ebony": "乌木", - "wood_type.byg.embur": "余烬木", - "wood_type.byg.fir": "冷杉木", - "wood_type.byg.green_enchanted": "绿色魔法木", - "wood_type.byg.holly": "冬青木", - "wood_type.byg.jacaranda": "蓝花楹木", - "wood_type.byg.mahogany": "桃花心木", - "wood_type.byg.mangrove": "红树木", - "wood_type.byg.white_mangrove": "白色红树木", - "wood_type.byg.maple": "枫木", - "wood_type.byg.pine": "松木", - "wood_type.byg.rainbow_eucalyptus": "彩虹桉木", - "wood_type.byg.redwood": "红杉木", - "wood_type.byg.skyris": "天际木", - "wood_type.byg.willow": "柳木", - "wood_type.byg.witch_hazel": "金缕梅木", - "wood_type.byg.zelkova": "榉木", - "wood_type.byg.sythian": "斯基泰木", - "wood_type.byg.palm": "棕榈木", - "wood_type.byg.lament": "哀叹木", - "wood_type.byg.bulbis": "灯状菇木", - "wood_type.byg.nightshade": "夜影木", - "wood_type.byg.ether": "以太木", - "wood_type.byg.imparius": "异蓝木", - "leaves_type.byg.aspen": "白杨", - "leaves_type.byg.baobab": "猴面包", - "leaves_type.byg.blue_enchanted": "蓝色魔法", - "leaves_type.byg.cika": "锡卡", - "leaves_type.byg.cypress": "柏树", - "leaves_type.byg.ebony": "乌树", - "leaves_type.byg.fir": "冷杉", - "leaves_type.byg.green_enchanted": "绿色魔法", - "leaves_type.byg.holly": "冬青", - "leaves_type.byg.jacaranda": "蓝花楹", - "leaves_type.byg.mahogany": "桃花心", - "leaves_type.byg.mangrove": "红树", - "leaves_type.byg.white_mangrove": "白色红树", - "leaves_type.byg.maple": "枫树", - "leaves_type.byg.pine": "松树", - "leaves_type.byg.rainbow_eucalyptus": "彩虹桉", - "leaves_type.byg.redwood": "红杉", - "leaves_type.byg.skyris": "天际", - "leaves_type.byg.willow": "柳树", - "leaves_type.byg.witch_hazel": "金缕梅", - "leaves_type.byg.zelkova": "榉树", - "leaves_type.byg.palm": "棕榈", - "leaves_type.byg.lament": "哀叹", - "leaves_type.byg.nightshade": "夜影", - "leaves_type.byg.ether": "以太", - "leaves_type.byg.araucaria": "南洋杉", - "leaves_type.byg.blooming_witch_hazel": "盛开的金缕梅", - "leaves_type.byg.blue_spruce": "蓝色云杉", - "leaves_type.byg.brown_birch": "棕色白桦", - "leaves_type.byg.brown_oak": "棕色橡树", - "leaves_type.byg.brown_zelkova": "棕色榉树", - "leaves_type.byg.flowering_orchard": "盛开的果树", - "leaves_type.byg.flowering_palo_verde": "盛开的扁轴", - "leaves_type.byg.holly_berry": "结果的冬青", - "leaves_type.byg.indigo_jacaranda": "靛青蓝花楹", - "leaves_type.byg.flowering_jacaranda": "盛开的蓝花楹", - "leaves_type.byg.flowering_indigo_jacaranda": "盛开的靛青蓝花楹", - "leaves_type.byg.joshua": "短叶丝兰", - "leaves_type.byg.ripe_joshua": "成熟的短叶丝兰", - "leaves_type.byg.orange_birch": "橙色白桦", - "leaves_type.byg.orange_oak": "橙色橡树", - "leaves_type.byg.orange_spruce": "橙色云杉", - "leaves_type.byg.orchard": "果树", - "leaves_type.byg.palo_verde": "扁轴", - "leaves_type.byg.pink_cherry": "粉红色樱桃", - "leaves_type.byg.red_birch": "红色白桦", - "leaves_type.byg.red_maple": "红色枫树", - "leaves_type.byg.red_oak": "红色橡树", - "leaves_type.byg.red_spruce": "红色云杉", - "leaves_type.byg.ripe_orchard": "成熟的果树", - "leaves_type.byg.silver_maple": "银色枫树", - "leaves_type.byg.green_apple_skyris": "青苹果天际", - "leaves_type.byg.white_cherry": "白色樱桃", - "leaves_type.byg.yellow_birch": "黄色白桦", - "leaves_type.byg.yellow_spruce": "黄色云杉", - "leaves_type.byg.withering_oak": "凋零橡树", - "leaves_type.byg.flowering_nightshade": "盛开的夜影", - "leaves_type.byg.firecracker": "鸟尾花", - - "wood_type.caupona.walnut": "核桃木", - "leaves_type.caupona.walnut": "核桃", - "leaves_type.caupona.fig": "无花果", - "leaves_type.caupona.wolfberry": "枸杞", - - "wood_type.caverns_and_chasms.azalea": "杜鹃木", - - "wood_type.ceilands.ceiltrunk": "垂顶木", - "wood_type.ceilands.luzawood": "蓝碧木", - "leaves_type.ceilands.ceiltrunk": "垂顶", - "leaves_type.ceilands.luzawood": "蓝碧", - - "wood_type.charm.azalea": "杜鹃木", - "leaves_type.charm.azalea": "杜鹃", - "wood_type.charm.ebony": "乌木", - "leaves_type.charm.ebony": "乌木", - - "wood_type.charred_horizons.blight": "枯黄木", - "wood_type.charred_horizons.withered": "凋零木", - - "leaves_type.chipped.apple_acacia": "苹果金合欢", - "leaves_type.chipped.cherry_acacia": "樱桃金合欢", - "leaves_type.chipped.dead_acacia": "枯萎的金合欢", - "leaves_type.chipped.frosted_acacia": "结霜金合欢", - "leaves_type.chipped.golden_acacia": "金色金合欢", - "leaves_type.chipped.golden_cherry_acacia": "金樱桃金合欢", - "leaves_type.chipped.magenta_flower_acacia": "品红花金合欢", - "leaves_type.chipped.orange_acacia": "橙色金合欢", - "leaves_type.chipped.red_acacia": "红色金合欢", - "leaves_type.chipped.white_flower_acacia": "白花金合欢", - "leaves_type.chipped.apple_birch": "苹果白桦", - "leaves_type.chipped.cherry_birch": "樱桃白桦", - "leaves_type.chipped.dead_birch": "枯萎的白桦", - "leaves_type.chipped.frosted_birch": "结霜白桦", - "leaves_type.chipped.golden_birch": "金色白桦", - "leaves_type.chipped.golden_cherry_birch": "金樱桃白桦", - "leaves_type.chipped.magenta_flower_birch": "品红花白桦", - "leaves_type.chipped.orange_birch": "橙色白桦", - "leaves_type.chipped.red_birch": "红色白桦", - "leaves_type.chipped.white_flower_birch": "白花白桦", - "leaves_type.chipped.apple_dark_oak": "苹果深色橡树", - "leaves_type.chipped.cherry_dark_oak": "樱桃深色橡树", - "leaves_type.chipped.dead_dark_oak": "枯萎的深色橡树", - "leaves_type.chipped.frosted_dark_oak": "结霜深色橡树", - "leaves_type.chipped.golden_dark_oak": "金色深色橡树", - "leaves_type.chipped.golden_cherry_dark_oak": "金樱桃深色橡树", - "leaves_type.chipped.magenta_flower_dark_oak": "品红花深色橡树", - "leaves_type.chipped.orange_dark_oak": "橙色深色橡树", - "leaves_type.chipped.red_dark_oak": "红色深色橡树", - "leaves_type.chipped.white_flower_dark_oak": "白花深色橡树", - "leaves_type.chipped.apple_jungle": "苹果丛林", - "leaves_type.chipped.cherry_jungle": "樱桃丛林", - "leaves_type.chipped.dead_jungle": "枯萎的丛林", - "leaves_type.chipped.frosted_jungle": "结霜丛林", - "leaves_type.chipped.golden_jungle": "金色丛林", - "leaves_type.chipped.golden_cherry_jungle": "金樱桃丛林", - "leaves_type.chipped.magenta_flower_jungle": "品红花丛林", - "leaves_type.chipped.orange_jungle": "橙色丛林", - "leaves_type.chipped.red_jungle": "红色丛林", - "leaves_type.chipped.white_flower_jungle": "白花丛林", - "leaves_type.chipped.apple_oak": "苹果橡树", - "leaves_type.chipped.cherry_oak": "樱桃橡树", - "leaves_type.chipped.dead_oak": "枯萎的橡树", - "leaves_type.chipped.frosted_oak": "结霜橡树", - "leaves_type.chipped.golden_oak": "金色橡树", - "leaves_type.chipped.golden_cherry_oak": "金樱桃橡树", - "leaves_type.chipped.magenta_flower_oak": "品红花橡树", - "leaves_type.chipped.orange_oak": "橙色橡树", - "leaves_type.chipped.red_oak": "红色橡树", - "leaves_type.chipped.white_flower_oak": "白花橡树", - "leaves_type.chipped.apple_spruce": "苹果云杉", - "leaves_type.chipped.cherry_spruce": "樱桃云杉", - "leaves_type.chipped.dead_spruce": "枯萎的云杉", - "leaves_type.chipped.frosted_spruce": "结霜云杉", - "leaves_type.chipped.golden_spruce": "金色云杉", - "leaves_type.chipped.golden_cherry_spruce": "金樱桃云杉", - "leaves_type.chipped.magenta_flower_spruce": "品红花云杉", - "leaves_type.chipped.orange_spruce": "橙色云杉", - "leaves_type.chipped.red_spruce": "红色云杉", - "leaves_type.chipped.white_flower_spruce": "白花云杉", - "leaves_type.chipped.golden_apple_acacia": "金苹果金合欢", - "leaves_type.chipped.golden_apple_birch": "金苹果白桦", - "leaves_type.chipped.golden_apple_dark_oak": "金苹果深色橡树", - "leaves_type.chipped.golden_apple_jungle": "金苹果丛林", - "leaves_type.chipped.golden_apple_oak": "金苹果橡树", - "leaves_type.chipped.golden_apple_spruce": "金苹果云杉", - - "wood_type.cinderscapes.scorched": "焦灼木", - "wood_type.cinderscapes.umbral": "暗影木", - - "leaves_type.clutter.kiwi": "猕猴桃", - "leaves_type.clutter.ripe_kiwi": "成熟的猕猴桃", - - "wood_type.cobblemon.apricorn": "球果木", - "leaves_type.cobblemon.apricorn": "球果", - - "leaves_type.croptopia.cinnamon": "肉桂", - - "leaves_type.culturaldelights.avocado": "牛油果", - "leaves_type.culturaldelights.fruiting_avocado": "结果的牛油果", - - "wood_type.darkerdepths.petrified": "石化木", - - "wood_type.deep_aether.roseroot": "瑰根木", - "wood_type.deep_aether.yagroot": "榴根木", - "wood_type.deep_aether.cruderoot": "朴根木", - "wood_type.deep_aether.conberry": "孪团木", - "wood_type.deep_aether.sunroot": "晖根木", - "leaves_type.deep_aether.roseroot": "瑰根", - "leaves_type.deep_aether.flowering_roseroot": "盛开的瑰根", - "leaves_type.deep_aether.blue_roseroot": "蓝色瑰根", - "leaves_type.deep_aether.flowering_blue_roseroot": "盛开的蓝色瑰根", - "leaves_type.deep_aether.yagroot": "榴根", - "leaves_type.deep_aether.cruderoot": "朴根", - "leaves_type.deep_aether.conberry": "孪团", - "leaves_type.deep_aether.sunroot": "晖根", - - "wood_type.deeperdarker.echo": "回响木", - "leaves_type.deeperdarker.echo": "回响", - - "wood_type.desolation.charred": "烧焦的", - "leaves_type.desolation.charred": "烧焦的", - - "wood_type.divinerpg.divine": "神圣木", - "wood_type.divinerpg.shiverspine": "寒颤脊木", - "wood_type.divinerpg.auroraoak": "极光橡木", - "wood_type.divinerpg.cozybark": "柔皮木", - "wood_type.divinerpg.streamleaf": "流叶木", - "wood_type.divinerpg.eden": "伊甸木", - "wood_type.divinerpg.wildwood": "原始森林木", - "wood_type.divinerpg.apalachia": "附魔山脉木", - "wood_type.divinerpg.skythern": "空境木", - "wood_type.divinerpg.mortum": "死域木", - "wood_type.divinerpg.eucalyptus": "桉木", - "leaves_type.divinerpg.divine": "神圣", - "leaves_type.divinerpg.brittle": "尖脆", - "leaves_type.divinerpg.auroraoak": "极光橡树", - "leaves_type.divinerpg.cozybark": "柔皮", - "leaves_type.divinerpg.streamleaf": "流叶", - "leaves_type.divinerpg.dreamwood": "梦境", - "leaves_type.divinerpg.mintwood": "薄荷", - "leaves_type.divinerpg.firewood": "火焰", - "leaves_type.divinerpg.hyrewood": "海尔", - "leaves_type.divinerpg.eden": "伊甸", - "leaves_type.divinerpg.wildwood": "原始森林", - "leaves_type.divinerpg.apalachia": "附魔山脉", - "leaves_type.divinerpg.skythern": "空境", - "leaves_type.divinerpg.mortum": "死域", - - "wood_type.domum_ornamentum.cactus": "绿色仙人掌", - "wood_type.domum_ornamentum.cactus_extra": "仙人掌", - "wood_type.domum_ornamentum.green_cactus": "绿色仙人掌", - - "wood_type.ecologics.coconut": "椰木", - "wood_type.ecologics.walnut": "核桃木", - "wood_type.ecologics.azalea": "杜鹃木", - "wood_type.ecologics.flowering_azalea": "杜鹃花木", - "leaves_type.ecologics.coconut": "椰树", - "leaves_type.ecologics.walnut": "核桃", - - "wood_type.edenring.auritis": "伊甸朴木", - "wood_type.edenring.balloon_mushroom": "气球菇", - "wood_type.edenring.pulse_tree": "伊甸荜树木", - "wood_type.edenring.brain_tree": "脑树木", - "leaves_type.edenring.auritis": "伊甸朴木", - "leaves_type.edenring.auritis_outer": "外层伊甸朴木", - - "wood_type.eidolon.illwood": "灾厄木", - "leaves_type.eidolon.illwood": "灾厄", - - "wood_type.eldritch_end.primordial": "原始木", - "leaves_type.eldritch_end.primordial": "原始", - - "wood_type.emeraldcraft.ginkgo": "银杏木", - "wood_type.emeraldcraft.palm": "棕榈木", - "wood_type.emeraldcraft.peach": "桃木", - "wood_type.emeraldcraft.purpuraceus": "紫陀螺木", - "leaves_type.emeraldcraft.ginkgo": "银杏", - "leaves_type.emeraldcraft.palm": "棕榈", - "leaves_type.emeraldcraft.peach": "桃树", - - "wood_type.endergetic.poise": "幽仪木", - - "wood_type.enderscape.celestial": "天界木", - "wood_type.enderscape.murushroom": "穆如菇木", - - "wood_type.endlessbiomes.penumbra": "半影木", - "wood_type.endlessbiomes.twisted": "扭曲木", - - "wood_type.enhanced_mushrooms.mushroom": "蘑菇", - "wood_type.enhanced_mushrooms.red_mushroom": "红色蘑菇", - "wood_type.enhanced_mushrooms.brown_mushroom": "棕色蘑菇", - - "wood_type.enlightened_end.cerulean": "蔚蓝", - "wood_type.enlightened_end.indigo": "靛蓝木", - "wood_type.enlightened_end.congealed": "凝结木", - "wood_type.enlightened_end.ebony": "阴沉木", - "leaves_type.enlightened_end.cerulean": "蔚蓝", - - "wood_type.environmental.willow": "柳木", - "wood_type.environmental.plum": "李木", - "wood_type.environmental.pine": "松木", - "wood_type.environmental.wisteria": "紫藤木", - "leaves_type.environmental.willow": "柳树", - "leaves_type.environmental.plum": "李树", - "leaves_type.environmental.cheerful_plum": "明朗李树", - "leaves_type.environmental.moody_plum": "阴沉李树", - "leaves_type.environmental.pine": "松树", - "leaves_type.environmental.wisteria": "紫藤", - "leaves_type.environmental.blue_wisteria": "蓝色紫藤", - "leaves_type.environmental.pink_wisteria": "粉红色紫藤", - "leaves_type.environmental.purple_wisteria": "紫色紫藤", - "leaves_type.environmental.white_wisteria": "白色紫藤", - "leaves_type.environmental.hibiscus": "木槿", - "wood_type.environmental.cherry": "樱桃木", - "leaves_type.environmental.cherry": "樱桃", - "leaves_type.environmental.cheerful_cherry": "明朗樱桃", - "leaves_type.environmental.moody_cherry": "阴沉樱桃", - - "wood_type.eternal_tales.hyacinthum": "风信蓝木", - "wood_type.eternal_tales.petrified": "惊悚木", - "wood_type.eternal_tales.mandarin_orange": "中华橙木", - "wood_type.eternal_tales.bleedwood": "血木", - "wood_type.eternal_tales.comets": "异星木", - "wood_type.eternal_tales.purgatorium": "炼狱木", - "wood_type.eternal_tales.khagris": "哈格里斯木", - "wood_type.eternal_tales.lychee": "荔枝木", - "wood_type.eternal_tales.amberwood": "琥珀木", - "wood_type.eternal_tales.yasiden": "亚斯登木", - "leaves_type.eternal_tales.hyacinthum": "风信蓝", - "leaves_type.eternal_tales.mandarin_orange": "中华橙", - "leaves_type.eternal_tales.bleedwood": "血树", - "leaves_type.eternal_tales.comets": "异星", - "leaves_type.eternal_tales.khagris": "哈格里斯", - "leaves_type.eternal_tales.lychee": "荔枝", - "leaves_type.eternal_tales.amberwood": "琥珀", - - "wood_type.evilcraft.undead": "亡灵木", - "leaves_type.evilcraft.undead": "亡灵", - - "wood_type.excessive_building.ancient": "远古木", - "wood_type.excessive_building.gloom": "金郁木", - "leaves_type.excessive_building.ancient": "远古", - "leaves_type.excessive_building.gloom": "金郁", - - "wood_type.extendedmushrooms.mushroom": "蘑菇", - "wood_type.extendedmushrooms.glowshroom": "荧光菇", - "wood_type.extendedmushrooms.poisonous_mushroom": "毒蘑菇", - "wood_type.extendedmushrooms.honey_fungus": "蜂蜜菌", - - "wood_type.flying_stuff.glaciated": "寒霜木", - "wood_type.flying_stuff.lavic": "赤融木", - - "wood_type.forbidden_arcanus.aurum": "黄金木", - "wood_type.forbidden_arcanus.cherry": "樱桃木", - "wood_type.forbidden_arcanus.edelwood": "埃德木", - "wood_type.forbidden_arcanus.fungyss": "魔菇木", - "leaves_type.forbidden_arcanus.aurum": "黄金", - "leaves_type.forbidden_arcanus.nuggety_aurum": "结粒黄金", - "leaves_type.forbidden_arcanus.cherry": "樱桃", - "wood_type.forbidden_arcanus.cherrywood": "樱桃木", - "wood_type.forbidden_arcanus.mysterywood": "神秘木", - "leaves_type.forbidden_arcanus.cherrywood": "樱桃木", - "leaves_type.forbidden_arcanus.mysterywood": "神秘木", - "leaves_type.forbidden_arcanus.nuggety_mysterywood": "浑金神秘木", - - "wood_type.forcecraft.force": "力量木", - "leaves_type.forcecraft.force": "力量", - - "wood_type.forestry.larch": "落叶松木", - "wood_type.forestry.teak": "柚木", - "wood_type.forestry.acacia_desert": "麟刺金合欢木", - "wood_type.forestry.lime": "椴木", - "wood_type.forestry.chestnut": "栗木", - "wood_type.forestry.wenge": "崖豆木", - "wood_type.forestry.baobab": "猴面包木", - "wood_type.forestry.sequoia": "红杉木", - "wood_type.forestry.kapok": "木棉木", - "wood_type.forestry.ebony": "乌檀木", - "wood_type.forestry.mahogany": "桃花心木", - "wood_type.forestry.balsa": "轻木", - "wood_type.forestry.willow": "柳木", - "wood_type.forestry.walnut": "胡桃木", - "wood_type.forestry.greenheart": "绿心樟木", - "wood_type.forestry.hill_cherry": "山樱木", - "wood_type.forestry.mahoe": "槿木", - "wood_type.forestry.poplar": "杨木", - "wood_type.forestry.palm": "棕榈木", - "wood_type.forestry.papaya": "木瓜木", - "wood_type.forestry.pine": "松木", - "wood_type.forestry.plum": "李木", - "wood_type.forestry.maple": "枫木", - "wood_type.forestry.citrus": "柑橘木", - "wood_type.forestry.giganteum": "巨杉木", - "wood_type.forestry.ipe": "风铃木", - "wood_type.forestry.padauk": "紫檀木", - "wood_type.forestry.cocobolo": "黄檀木", - "wood_type.forestry.zebrawood": "斑纹漆木", - "wood_type.forestry.larch_fireproof": "抗燃落叶松木", - "wood_type.forestry.teak_fireproof": "抗燃柚木", - "wood_type.forestry.acacia_desert_fireproof": "抗燃麟刺金合欢木", - "wood_type.forestry.lime_fireproof": "抗燃椴木", - "wood_type.forestry.chestnut_fireproof": "抗燃栗木", - "wood_type.forestry.wenge_fireproof": "抗燃崖豆木", - "wood_type.forestry.baobab_fireproof": "抗燃猴面包木", - "wood_type.forestry.sequoia_fireproof": "抗燃红杉木", - "wood_type.forestry.kapok_fireproof": "抗燃木棉木", - "wood_type.forestry.ebony_fireproof": "抗燃乌檀木", - "wood_type.forestry.mahogany_fireproof": "抗燃桃花心木", - "wood_type.forestry.balsa_fireproof": "抗燃轻木", - "wood_type.forestry.willow_fireproof": "抗燃柳木", - "wood_type.forestry.walnut_fireproof": "抗燃胡桃木", - "wood_type.forestry.greenheart_fireproof": "抗燃绿心樟木", - "wood_type.forestry.hill_cherry_fireproof": "抗燃山樱木", - "wood_type.forestry.mahoe_fireproof": "抗燃槿木", - "wood_type.forestry.poplar_fireproof": "抗燃杨木", - "wood_type.forestry.palm_fireproof": "抗燃棕榈木", - "wood_type.forestry.papaya_fireproof": "抗燃木瓜木", - "wood_type.forestry.pine_fireproof": "抗燃松木", - "wood_type.forestry.plum_fireproof": "抗燃李木", - "wood_type.forestry.maple_fireproof": "抗燃枫木", - "wood_type.forestry.citrus_fireproof": "抗燃柑橘木", - "wood_type.forestry.giganteum_fireproof": "抗燃巨杉木", - "wood_type.forestry.ipe_fireproof": "抗燃风铃木", - "wood_type.forestry.padauk_fireproof": "抗燃紫檀木", - "wood_type.forestry.cocobolo_fireproof": "抗燃黄檀木", - "wood_type.forestry.zebrawood_fireproof": "抗燃斑纹漆木", - "wood_type.forestry.oak_fireproof": "抗燃橡木", - "wood_type.forestry.spruce_fireproof": "抗燃云杉木", - "wood_type.forestry.birch_fireproof": "抗燃白桦木", - "wood_type.forestry.jungle_fireproof": "抗燃丛林木", - "wood_type.forestry.acacia_fireproof": "抗燃金合欢木", - "wood_type.forestry.dark_oak_fireproof": "抗燃深色橡木", - "wood_type.forestry.cherry_fireproof": "抗燃樱花木", - "leaves_type.forestry.tree_oak_default": "苹果橡", - "leaves_type.forestry.tree_dark_oak_default": "黑橡", - "leaves_type.forestry.tree_birch_default": "银桦", - "leaves_type.forestry.tree_lime_default": "银椴", - "leaves_type.forestry.tree_walnut_default": "胡桃", - "leaves_type.forestry.tree_chestnut_default": "甜栗", - "leaves_type.forestry.tree_cherry_default": "樱花", - "leaves_type.forestry.tree_hill_cherry_default": "山樱", - "leaves_type.forestry.tree_lemon_default": "柠檬", - "leaves_type.forestry.tree_plum_default": "洋李", - "leaves_type.forestry.tree_maple_default": "糖枫", - "leaves_type.forestry.tree_spruce_default": "红云杉", - "leaves_type.forestry.tree_larch_default": "落叶松", - "leaves_type.forestry.tree_pine_default": "西黄松", - "leaves_type.forestry.tree_sequoia_default": "海岸红杉", - "leaves_type.forestry.tree_giant_sequoia_default": "巨杉", - "leaves_type.forestry.tree_jungle_default": "丛林", - "leaves_type.forestry.tree_teak_default": "柚木", - "leaves_type.forestry.tree_ipe_default": "风铃木", - "leaves_type.forestry.tree_kapok_default": "木棉", - "leaves_type.forestry.tree_ebony_default": "乌檀", - "leaves_type.forestry.tree_zebrawood_default": "斑纹漆", - "leaves_type.forestry.tree_mahogany_default": "黄桉", - "leaves_type.forestry.tree_acacia_default": "金合欢", - "leaves_type.forestry.tree_desert_acacia_default": "麟刺金合欢", - "leaves_type.forestry.tree_padauk_default": "紫檀", - "leaves_type.forestry.tree_balsa_default": "轻木", - "leaves_type.forestry.tree_cocobolo_default": "黄檀", - "leaves_type.forestry.tree_wenge_default": "崖豆木", - "leaves_type.forestry.tree_baobab_default": "猴面包", - "leaves_type.forestry.tree_mahoe_default": "高槿", - "leaves_type.forestry.tree_willow_default": "白柳", - "leaves_type.forestry.tree_sipiri_default": "绿心樟", - "leaves_type.forestry.tree_papaya_default": "木瓜", - "leaves_type.forestry.tree_date_default": "枣椰", - "leaves_type.forestry.tree_poplar_default": "白杨", - - "wood_type.fruitfulfun.citrus": "柑橘木", - "wood_type.fruitfulfun.redlove": "红心果木", - "leaves_type.fruitfulfun.apple": "苹果橡树", - "leaves_type.fruitfulfun.cherry": "樱桃", - "leaves_type.fruitfulfun.citron": "香橼", - "leaves_type.fruitfulfun.grapefruit": "西柚", - "leaves_type.fruitfulfun.lemon": "柠檬", - "leaves_type.fruitfulfun.lime": "酸橙", - "leaves_type.fruitfulfun.orange": "甜橙", - "leaves_type.fruitfulfun.pomegranate": "石榴", - "leaves_type.fruitfulfun.pomelo": "柚子", - "leaves_type.fruitfulfun.redlove": "红心果", - "leaves_type.fruitfulfun.tangerine": "橘子", - - "wood_type.fruittrees.cherry": "樱木", - "wood_type.fruittrees.citrus": "柑橘木", - "leaves_type.fruittrees.cherry": "樱桃", - "leaves_type.fruittrees.redlove": "红心果", - "leaves_type.fruittrees.mandarin": "橘子", - "leaves_type.fruittrees.lime": "酸橙", - "leaves_type.fruittrees.citron": "香橼", - "leaves_type.fruittrees.pomelo": "柚子", - "leaves_type.fruittrees.orange": "甜橙", - "leaves_type.fruittrees.lemon": "柠檬", - "leaves_type.fruittrees.grapefruit": "西柚", - "leaves_type.fruittrees.apple": "苹果橡树", - - "wood_type.gardens_of_the_dead.soulblight": "枯魂木", - "wood_type.gardens_of_the_dead.whistlecane": "鸣怨竹", - - "wood_type.goety.haunted": "缠魂木", - "wood_type.goety.rotten": "朽木", - "wood_type.goety.windswept": "风袭木", - "wood_type.goety.pine": "松木", - "leaves_type.goety.haunted": "缠魂", - "leaves_type.goety.rotten": "朽木", - "leaves_type.goety.windswept": "风袭", - "leaves_type.goety.pine": "松树", - - "wood_type.gravitation.aerfin": "空翼木", - "wood_type.gravitation.beladon": "莨菪木", - "wood_type.gravitation.enchanted": "神祝木", - "leaves_type.gravitation.aerfin": "空翼", - "leaves_type.gravitation.blue_aerfin": "蓝色空翼", - "leaves_type.gravitation.golden_aerfin": "金色空翼", - "leaves_type.gravitation.beladon": "莨菪", - "leaves_type.gravitation.enchanted": "神祝", - - "wood_type.greekfantasy.olive": "橄榄木", - "wood_type.greekfantasy.pomegranate": "石榴木", - "leaves_type.greekfantasy.olive": "橄榄", - "leaves_type.greekfantasy.pomegranate": "石榴", - "leaves_type.greekfantasy.golden": "金苹果", - - "wood_type.goodending.cypress": "柏木", - "wood_type.goodending.muddy_oak": "泥浆橡木", - "leaves_type.goodending.cypress": "柏树", - "leaves_type.goodending.dense_birch": "茂密白桦", - "leaves_type.goodending.dense_dark_oak": "茂密深色橡树", - - "wood_type.habitat.fairy_ring_mushroom": "仙环菇", - - "wood_type.hexcasting.akashic": "启迪木", - "wood_type.hexcasting.edified": "启迪木", - "leaves_type.hexcasting.amethyst_edified": "晶紫启迪", - "leaves_type.hexcasting.aventurine_edified": "砂蓝启迪", - "leaves_type.hexcasting.citrine_edified": "晶黄启迪", - - "wood_type.hexerei.mahogany": "桃花心木", - "wood_type.hexerei.willow": "柳木", - "wood_type.hexerei.witch_hazel": "金缕梅木", - "leaves_type.hexerei.mahogany": "桃花心木", - "leaves_type.hexerei.willow": "柳树", - "leaves_type.hexerei.witch_hazel": "金缕梅", - - "wood_type.hibernalherbs.myqueste": "棕奎木", - "leaves_type.hibernalherbs.myqueste": "棕奎", - - "wood_type.integrateddynamics.menril": "门瑞欧木", - "leaves_type.integrateddynamics.menril": "门瑞欧", - - "wood_type.jitl.euca_gold": "金桉木", - "wood_type.jitl.euca_brown": "棕桉木", - "wood_type.jitl.frozen": "霜原木", - "wood_type.jitl.burned": "焦木", - "wood_type.jitl.depths": "渊木", - "wood_type.jitl.corba": "腐杉木", - "leaves_type.jitl.euca_gold": "金桉", - "leaves_type.jitl.euca_green": "绿桉", - "leaves_type.jitl.frozen": "霜原", - "leaves_type.jitl.charred": "焦树", - "leaves_type.jitl.depths": "渊树", - "leaves_type.jitl.bogwood": "乔木", - "leaves_type.jitl.corba": "腐杉", - - "leaves_type.mcwholidays.yellow_oak": "黄色橡树", - "leaves_type.mcwholidays.orange_oak": "橙色橡树", - "leaves_type.mcwholidays.red_oak": "红色橡树", - "leaves_type.mcwholidays.brown_oak": "棕色橡树", - "leaves_type.mcwholidays.mixed_oak": "混色橡树", - - "wood_type.malum.runewood": "符文木", - "wood_type.malum.soulwood": "灵魂木", - "leaves_type.malum.runewood": "符文", - "leaves_type.malum.azure_runewood": "青蓝符文", - "leaves_type.malum.soulwood": "灵魂", - "leaves_type.malum.budding_soulwood": "含苞的灵魂", - - "wood_type.maple.bamboo": "竹", - "wood_type.maple.cherry": "樱桃木", - "wood_type.maple.ginkgo": "银杏木", - "wood_type.maple.maple": "枫木", - "leaves_type.maple.cherry": "樱桃", - "leaves_type.maple.ginkgo": "银杏", - "leaves_type.maple.maple": "枫树", - "leaves_type.maple.red_maple": "红色枫树", - "leaves_type.maple.sakura": "樱树", - - "wood_type.maple_forest.maple": "枫木", - "leaves_type.maple_forest.green_maple": "绿色枫树", - "leaves_type.maple_forest.yellow_maple": "黄色枫树", - "leaves_type.maple_forest.orange_maple": "橙色枫树", - "leaves_type.maple_forest.red_maple": "红色枫树", - "leaves_type.maple_forest.brown_maple": "棕色枫树", - - "wood_type.meadow.pine": "松木", - "leaves_type.meadow.pine": "松树", - - "wood_type.minecells.putrid": "腐烂木", - "leaves_type.minecells.wilted": "枯", - "leaves_type.minecells.orange_wilted": "橙色枯", - "leaves_type.minecells.red_wilted": "红色枯", - - "wood_type.mint.madder": "茜草木", - "wood_type.mint.wintergreen": "常青木", - "leaves_type.mint.madder": "茜草", - "leaves_type.mint.wintergreen": "常青", - "leaves_type.mint.peach": "桃树", - "leaves_type.mint.flowering_peach": "盛开的桃树", - - "wood_type.morecraft.netherwood": "下界木", - "leaves_type.morecraft.netherwood": "下界", - - "wood_type.moresnifferflowers.vivicus": "芽生木", - "wood_type.moresnifferflowers.corrupted": "腐坏木", - "leaves_type.moresnifferflowers.vivicus": "芽生", - "leaves_type.moresnifferflowers.corrupted": "腐坏", - - "wood_type.ms.nature/maple": "枫木", - "wood_type.ms.nature/silverbell": "银钟木", - "wood_type.ms.nature/willow": "柳木", - "wood_type.ms.nature/tigerwood": "虎斑木", - "wood_type.ms.nature/glowood": "荧光木", - "wood_type.ms.nature/hellwood": "地狱木", - "leaves_type.ms.nature/green_maple": "绿色枫树", - "leaves_type.ms.nature/yellow_maple": "黄色枫树", - "leaves_type.ms.nature/red_maple": "红色枫树", - "leaves_type.ms.nature/silverbell": "银钟", - "leaves_type.ms.nature/willow": "柳树", - "leaves_type.ms.nature/tigerwood": "虎斑", - "leaves_type.ms.nature/glowood": "荧光", - "leaves_type.ms.nature/hellwood": "地狱木", - - "wood_type.mynethersdelight.powdery": "烟药竹", - - "leaves_type.mythicbotany.dreamwood": "梦之木", - - "wood_type.mysticalworld.charred": "烧焦的", - - "wood_type.mysticsbiomes.strawberry": "草莓木", - "wood_type.mysticsbiomes.cherry": "樱桃木", - "wood_type.mysticsbiomes.peach": "桃木", - "wood_type.mysticsbiomes.maple": "枫木", - "wood_type.mysticsbiomes.sea_foam": "海泡木", - "wood_type.mysticsbiomes.jacaranda": "蓝花楹木", - "wood_type.mysticsbiomes.tropical": "热带木", - "leaves_type.mysticsbiomes.jacaranda": "蓝花楹", - "leaves_type.mysticsbiomes.maple": "枫树", - "leaves_type.mysticsbiomes.orange_maple": "橙色枫树", - "leaves_type.mysticsbiomes.yellow_maple": "黄色枫树", - "leaves_type.mysticsbiomes.budding_peony": "含苞的牡丹", - "leaves_type.mysticsbiomes.peony": "牡丹", - "wood_type.mysticsbiomes.citrus": "柑橘木", - - "wood_type.nature_arise.maple": "枫木", - "wood_type.nature_arise.fir": "冷杉木", - "wood_type.nature_arise.willow": "柳木", - "leaves_type.nature_arise.maple": "枫树", - "leaves_type.nature_arise.red_maple": "红色枫树", - "leaves_type.nature_arise.orange_maple": "橙色枫树", - "leaves_type.nature_arise.yellow_maple": "黄色枫树", - "leaves_type.nature_arise.fir": "冷杉", - "leaves_type.nature_arise.silver_birch": "垂枝桦", - "leaves_type.nature_arise.willow": "柳树", - - "wood_type.natures_spirit.aspen": "白杨木", - "wood_type.natures_spirit.cedar": "雪松木", - "wood_type.natures_spirit.coconut": "椰木", - "wood_type.natures_spirit.cypress": "柏木", - "wood_type.natures_spirit.fir": "冷杉木", - "wood_type.natures_spirit.ghaf": "牧豆木", - "wood_type.natures_spirit.joshua": "短叶丝兰木", - "wood_type.natures_spirit.larch": "落叶松木", - "wood_type.natures_spirit.mahogany": "桃花心木", - "wood_type.natures_spirit.maple": "枫木", - "wood_type.natures_spirit.olive": "橄榄木", - "wood_type.natures_spirit.palo_verde": "扁轴木", - "wood_type.natures_spirit.redwood": "红杉木", - "wood_type.natures_spirit.saxaul": "梭梭木", - "wood_type.natures_spirit.sugi": "日本柳杉木", - "wood_type.natures_spirit.willow": "柳木", - "wood_type.natures_spirit.wisteria": "紫藤木", - "leaves_type.natures_spirit.aspen": "白杨", - "leaves_type.natures_spirit.cedar": "雪松", - "leaves_type.natures_spirit.coconut": "椰树", - "leaves_type.natures_spirit.cypress": "柏树", - "leaves_type.natures_spirit.fir": "冷杉", - "leaves_type.natures_spirit.frosty_fir": "霜结冷杉", - "leaves_type.natures_spirit.ghaf": "牧豆", - "leaves_type.natures_spirit.joshua": "短叶丝兰", - "leaves_type.natures_spirit.larch": "落叶松", - "leaves_type.natures_spirit.yellow_larch": "黄色落叶松", - "leaves_type.natures_spirit.mahogany": "桃花心木", - "leaves_type.natures_spirit.orange_maple": "橙色枫树", - "leaves_type.natures_spirit.red_maple": "红色枫树", - "leaves_type.natures_spirit.yellow_maple": "黄色枫树", - "leaves_type.natures_spirit.olive": "橄榄", - "leaves_type.natures_spirit.palo_verde": "扁轴", - "leaves_type.natures_spirit.redwood": "红杉", - "leaves_type.natures_spirit.frosty_redwood": "霜结红杉", - "leaves_type.natures_spirit.saxaul": "梭梭", - "leaves_type.natures_spirit.sugi": "日本柳杉", - "leaves_type.natures_spirit.willow": "柳树", - "leaves_type.natures_spirit.wisteria": "紫藤", - "leaves_type.natures_spirit.blue_wisteria": "蓝色紫藤", - "leaves_type.natures_spirit.pink_wisteria": "粉红色紫藤", - "leaves_type.natures_spirit.purple_wisteria": "紫色紫藤", - "leaves_type.natures_spirit.white_wisteria": "白色紫藤", - "leaves_type.natures_spirit.part_blue_wisteria": "缀蓝花紫藤", - "leaves_type.natures_spirit.part_pink_wisteria": "缀粉红花紫藤", - "leaves_type.natures_spirit.part_purple_wisteria": "缀紫花紫藤", - "leaves_type.natures_spirit.part_white_wisteria": "缀白花紫藤", - - "wood_type.netherexp.claret": "干红木", - - "wood_type.nethers_exoticism.ramboutan": "红毛丹木", - "wood_type.nethers_exoticism.jaboticaba": "嘉宝果木", - "leaves_type.nethers_exoticism.ramboutan": "红毛丹", - "leaves_type.nethers_exoticism.jaboticaba": "嘉宝果", - - "wood_type.newworld.fir": "冷杉木", - "leaves_type.newworld.fir": "冷杉", - - "wood_type.nourished_end.verdant": "翠绿木", - "wood_type.nourished_end.cerulean": "晶蓝木", - "wood_type.nourished_end.seldge": "塞尔奇木", - "wood_type.nourished_end.cosmic": "星宙木", - "leaves_type.nourished_end.cosmic": "星宙", - - "leaves_type.occultism.otherworld": "异界", - - "wood_type.orcz.orc_wood": "兽木", - "leaves_type.orcz.orc_wood": "兽木", - - "wood_type.organics.hoaky": "霍橡木", - "leaves_type.organics.hoaky": "霍橡", - - "wood_type.outer_end.azure": "碧蓝木", - "leaves_type.outer_end.azure": "碧蓝", - - "wood_type.pasterdream.dyedream": "染梦木", - "leaves_type.pasterdream.dyedream": "染梦", - - "wood_type.pearfection.callery": "豆梨木", - "leaves_type.pearfection.callery": "豆梨", - - "wood_type.phantasm.pream": "梦兰木", - "wood_type.phantasm.ebony": "黑漆木", - "leaves_type.phantasm.pream": "梦兰", - - "wood_type.piglin_ruins.ominous": "噩兆木", - - "wood_type.pizzacraft.olive": "橄榄木", - "leaves_type.pizzacraft.olive": "橄榄", - "leaves_type.pizzacraft.fruit_olive": "结果的橄榄", - - "wood_type.pokecube.enigma": "谜芝果木", - "wood_type.pokecube.leppa": "苹野木", - "wood_type.pokecube.nanab": "蕉香木", - "wood_type.pokecube.oran": "橙橙木", - "wood_type.pokecube.pecha": "桃桃木", - "wood_type.pokecube.sitrus": "文柚木", - "leaves_type.pokecube.enigma": "谜芝果", - "leaves_type.pokecube.leppa": "苹野", - "leaves_type.pokecube.nanab": "蕉香", - "leaves_type.pokecube.oran": "橙橙", - "leaves_type.pokecube.pecha": "桃桃", - "leaves_type.pokecube.sitrus": "文柚", - "leaves_type.pokecube.tamato": "茄番", - "leaves_type.pokecube.qualot": "比巴", - "leaves_type.pokecube.hondew": "哈密", - "leaves_type.pokecube.grepa": "萄葡", - "leaves_type.pokecube.kelpsy": "藻根", - "leaves_type.pokecube.pomeg": "榴石", - - "wood_type.pokecube_legends.concrete": "凝结木", - "wood_type.pokecube_legends.aged": "陈年木", - "wood_type.pokecube_legends.corrupted": "腐坏木", - "wood_type.pokecube_legends.distortic": "扭曲木", - "wood_type.pokecube_legends.inverted": "反转木", - "wood_type.pokecube_legends.mirage": "幻象木", - "wood_type.pokecube_legends.temporal": "尘青木", - "leaves_type.pokecube_legends.dyna_pastel_pink": "彩粉色极巨", - "leaves_type.pokecube_legends.dyna_pink": "粉红色极巨", - "leaves_type.pokecube_legends.dyna_red": "红色极巨", - "leaves_type.pokecube_legends.aged": "陈年", - "leaves_type.pokecube_legends.corrupted": "腐坏", - "leaves_type.pokecube_legends.distortic": "扭曲", - "leaves_type.pokecube_legends.inverted": "反转", - "leaves_type.pokecube_legends.mirage": "幻象", - "leaves_type.pokecube_legends.temporal": "尘青", - - "wood_type.premium_wood.maple": "枫木", - "wood_type.premium_wood.tiger": "虎木", - "wood_type.premium_wood.magic": "魔法木", - "wood_type.premium_wood.willow": "柳木", - "wood_type.premium_wood.silverbell": "银钟木", - "wood_type.premium_wood.purple_heart": "紫心木", - "leaves_type.premium_wood.apple": "苹果", - "leaves_type.premium_wood.maple": "枫树", - "leaves_type.premium_wood.tiger": "虎树", - "leaves_type.premium_wood.magic": "魔法", - "leaves_type.premium_wood.willow": "柳树", - "leaves_type.premium_wood.silverbell": "银钟", - "leaves_type.premium_wood.purple_heart": "紫心", - - "wood_type.primalmagick.sunwood": "太阳木", - "wood_type.primalmagick.moonwood": "月亮木", - "wood_type.primalmagick.hallowood": "神圣木", - "leaves_type.primalmagick.sunwood": "太阳", - "leaves_type.primalmagick.moonwood": "月亮", - "leaves_type.primalmagick.hallowood": "神圣", - - "wood_type.productivetrees.alder": "黑桤木", - "wood_type.productivetrees.allspice": "多香果木", - "wood_type.productivetrees.almond": "扁桃木", - "wood_type.productivetrees.apricot": "杏木", - "wood_type.productivetrees.aquilaria": "奇南沉香木", - "wood_type.productivetrees.asai_palm": "阿萨伊浆果木", - "wood_type.productivetrees.ash": "欧梣木", - "wood_type.productivetrees.aspen": "山杨木", - "wood_type.productivetrees.avocado": "鳄梨木", - "wood_type.productivetrees.balsa": "轻木", - "wood_type.productivetrees.balsam_fir": "香脂冷杉木", - "wood_type.productivetrees.banana": "香蕉木", - "wood_type.productivetrees.beech": "山毛榉木", - "wood_type.productivetrees.beliy_naliv_apple": "白云苹果木", - "wood_type.productivetrees.blackthorn": "黑刺李木", - "wood_type.productivetrees.black_cherry": "黑樱桃木", - "wood_type.productivetrees.black_ember": "余烬木", - "wood_type.productivetrees.black_locust": "洋槐木", - "wood_type.productivetrees.blue_mahoe": "高槿木", - "wood_type.productivetrees.boxwood": "黄杨木", - "wood_type.productivetrees.brazilwood": "巴西红木", - "wood_type.productivetrees.brazil_nut": "巴西栗木", - "wood_type.productivetrees.breadfruit": "面包树木", - "wood_type.productivetrees.brown_amber": "棕色琥珀木", - "wood_type.productivetrees.buddhas_hand": "佛手木", - "wood_type.productivetrees.bull_pine": "西黄松木", - "wood_type.productivetrees.butternut": "灰胡桃木", - "wood_type.productivetrees.cacao": "可可木", - "wood_type.productivetrees.candlenut": "石栗木", - "wood_type.productivetrees.carob": "长角豆木", - "wood_type.productivetrees.cashew": "腰果木", - "wood_type.productivetrees.cave_dweller": "穴居木", - "wood_type.productivetrees.cedar": "雪松木", - "wood_type.productivetrees.cempedak": "榴莲蜜木", - "wood_type.productivetrees.ceylon_ebony": "乌木", - "wood_type.productivetrees.cherry_plum": "樱桃李木", - "wood_type.productivetrees.cinnamon": "肉桂木", - "wood_type.productivetrees.citron": "枸橼木", - "wood_type.productivetrees.clove": "丁香木", - "wood_type.productivetrees.cocobolo": "黄檀木", - "wood_type.productivetrees.coconut": "椰木", - "wood_type.productivetrees.coffea": "咖啡木", - "wood_type.productivetrees.copoazu": "大花可可木", - "wood_type.productivetrees.copper_beech": "紫山毛榉木", - "wood_type.productivetrees.cork_oak": "软木", - "wood_type.productivetrees.cultivated_pear": "梨木", - "wood_type.productivetrees.date_palm": "椰枣木", - "wood_type.productivetrees.dogwood": "山茱萸木", - "wood_type.productivetrees.douglas_fir": "花旗松木", - "wood_type.productivetrees.elderberry": "接骨木", - "wood_type.productivetrees.elm": "白榆木", - "wood_type.productivetrees.european_larch": "落叶松木", - "wood_type.productivetrees.finger_lime": "指橙木", - "wood_type.productivetrees.firecracker": "爆竹木", - "wood_type.productivetrees.flickering_sun": "流光木", - "wood_type.productivetrees.flowering_crabapple": "垂丝海棠木", - "wood_type.productivetrees.foggy_blast": "阴霾木", - "wood_type.productivetrees.ginkgo": "银杏木", - "wood_type.productivetrees.golden_delicious_apple": "黄苹果木", - "wood_type.productivetrees.grandidiers_baobab": "巨猴面包木", - "wood_type.productivetrees.granny_smith_apple": "青苹果木", - "wood_type.productivetrees.grapefruit": "葡萄柚木", - "wood_type.productivetrees.great_sallow": "黄花柳木", - "wood_type.productivetrees.greenheart": "绿心樟木", - "wood_type.productivetrees.hawthorn": "山楂木", - "wood_type.productivetrees.hazel": "榛木", - "wood_type.productivetrees.holly": "冬青木", - "wood_type.productivetrees.hornbeam": "鹅耳枥木", - "wood_type.productivetrees.ipe": "重蚁木", - "wood_type.productivetrees.iroko": "大绿柄桑木", - "wood_type.productivetrees.jackfruit": "波罗蜜木", - "wood_type.productivetrees.juniper": "杜松木", - "wood_type.productivetrees.kapok": "木棉木", - "wood_type.productivetrees.key_lime": "来檬木", - "wood_type.productivetrees.kumquat": "金橘木", - "wood_type.productivetrees.lawson_cypress": "扁柏木", - "wood_type.productivetrees.lemon": "柠檬木", - "wood_type.productivetrees.lime": "酸橙木", - "wood_type.productivetrees.loblolly_pine": "火炬松木", - "wood_type.productivetrees.logwood": "采木", - "wood_type.productivetrees.mahogany": "桃花心木", - "wood_type.productivetrees.mandarin": "柑橘木", - "wood_type.productivetrees.mango": "芒果木", - "wood_type.productivetrees.monkey_puzzle": "智利南洋杉木", - "wood_type.productivetrees.moonlight_magic_crepe_myrtle": "月光紫薇木", - "wood_type.productivetrees.myrtle_ebony": "乌檀木", - "wood_type.productivetrees.nectarine": "油桃木", - "wood_type.productivetrees.night_fuchsia": "倒挂金钟木", - "wood_type.productivetrees.nutmeg": "肉豆蔻木", - "wood_type.productivetrees.old_fustic": "黄颜木", - "wood_type.productivetrees.olive": "橄榄木", - "wood_type.productivetrees.orange": "橙木", - "wood_type.productivetrees.osange_orange": "桑橙木", - "wood_type.productivetrees.padauk": "紫檀木", - "wood_type.productivetrees.pandanus": "露兜木", - "wood_type.productivetrees.papaya": "木瓜木", - "wood_type.productivetrees.peach": "桃木", - "wood_type.productivetrees.pecan": "山胡桃木", - "wood_type.productivetrees.persimmon": "柿木", - "wood_type.productivetrees.pink_ivory": "象牙粉红木", - "wood_type.productivetrees.pistachio": "开心果木", - "wood_type.productivetrees.plantain": "芭蕉木", - "wood_type.productivetrees.plum": "李木", - "wood_type.productivetrees.pomegranate": "石榴木", - "wood_type.productivetrees.pomelo": "柚子木", - "wood_type.productivetrees.prairie_crabapple": "草原海棠木", - "wood_type.productivetrees.purpleheart": "紫心檀木", - "wood_type.productivetrees.purple_blackthorn": "紫叶李木", - "wood_type.productivetrees.purple_crepe_myrtle": "紫薇木", - "wood_type.productivetrees.purple_spiral": "紫旋木", - "wood_type.productivetrees.rainbow_gum": "彩虹桉木", - "wood_type.productivetrees.red_banana": "红香蕉木", - "wood_type.productivetrees.red_crepe_myrtle": "赤薇木", - "wood_type.productivetrees.red_delicious_apple": "蛇果木", - "wood_type.productivetrees.red_maple": "红花槭木", - "wood_type.productivetrees.rippling_willow": "涟漪柳木", - "wood_type.productivetrees.rosewood": "蔷薇木", - "wood_type.productivetrees.rose_gum": "大桉木", - "wood_type.productivetrees.rowan": "花楸木", - "wood_type.productivetrees.rubber_tree": "橡胶木", - "wood_type.productivetrees.salak": "蛇皮果木", - "wood_type.productivetrees.sandalwood": "檀香木", - "wood_type.productivetrees.sand_pear": "沙梨木", - "wood_type.productivetrees.satsuma": "蜜柑木", - "wood_type.productivetrees.sequoia": "巨杉木", - "wood_type.productivetrees.silver_fir": "银冷杉木", - "wood_type.productivetrees.silver_lime": "银椴木", - "wood_type.productivetrees.slimy_delight": "黏悦木", - "wood_type.productivetrees.socotra_dragon": "索科龙血木", - "wood_type.productivetrees.soul_tree": "灵魂木", - "wood_type.productivetrees.soursop": "刺果番荔枝木", - "wood_type.productivetrees.sour_cherry": "酸樱桃木", - "wood_type.productivetrees.sparkle_cherry": "闪光樱桃木", - "wood_type.productivetrees.star_anise": "八角木", - "wood_type.productivetrees.star_fruit": "阳桃木", - "wood_type.productivetrees.sugar_apple": "番荔枝木", - "wood_type.productivetrees.sugar_maple": "糖枫木", - "wood_type.productivetrees.swamp_gum": "樟叶桉木", - "wood_type.productivetrees.sweetgum": "枫香木", - "wood_type.productivetrees.sweet_chestnut": "甜栗木", - "wood_type.productivetrees.sweet_crabapple": "花冠海棠木", - "wood_type.productivetrees.sycamore_fig": "无花果木", - "wood_type.productivetrees.tangerine": "瓯柑木", - "wood_type.productivetrees.teak": "柚木", - "wood_type.productivetrees.thunder_bolt": "雷霆木", - "wood_type.productivetrees.time_traveller": "时旅木", - "wood_type.productivetrees.tuscarora_crepe_myrtle": "塔斯卡洛拉蔷薇木", - "wood_type.productivetrees.blue_yonder": "蓝穹木", - "wood_type.productivetrees.walnut": "胡桃木", - "wood_type.productivetrees.water_wonder": "水幻木", - "wood_type.productivetrees.wenge": "崖豆木", - "wood_type.productivetrees.western_hemlock": "异叶铁杉木", - "wood_type.productivetrees.whitebeam": "白面子树木", - "wood_type.productivetrees.white_poplar": "白杨木", - "wood_type.productivetrees.white_willow": "银柳木", - "wood_type.productivetrees.wild_cherry": "野樱桃木", - "wood_type.productivetrees.yellow_meranti": "黄桉木", - "wood_type.productivetrees.yew": "红豆杉木", - "wood_type.productivetrees.zebrano": "斑木", - "leaves_type.productivetrees.pollinated": "授粉的", - "leaves_type.productivetrees.alder": "黑桤", - "leaves_type.productivetrees.allspice": "多香果", - "leaves_type.productivetrees.almond": "扁桃", - "leaves_type.productivetrees.apricot": "杏树", - "leaves_type.productivetrees.aquilaria": "奇南沉香", - "leaves_type.productivetrees.asai_palm": "阿萨伊浆果", - "leaves_type.productivetrees.ash": "欧梣", - "leaves_type.productivetrees.aspen": "山杨", - "leaves_type.productivetrees.avocado": "鳄梨", - "leaves_type.productivetrees.balsa": "轻木", - "leaves_type.productivetrees.balsam_fir": "香脂冷杉", - "leaves_type.productivetrees.banana": "香蕉", - "leaves_type.productivetrees.beech": "山毛榉", - "leaves_type.productivetrees.beliy_naliv_apple": "白云苹果", - "leaves_type.productivetrees.blackthorn": "黑刺李", - "leaves_type.productivetrees.black_cherry": "黑樱桃", - "leaves_type.productivetrees.black_ember": "余烬", - "leaves_type.productivetrees.black_locust": "洋槐", - "leaves_type.productivetrees.blue_mahoe": "高槿", - "leaves_type.productivetrees.boxwood": "黄杨", - "leaves_type.productivetrees.brazilwood": "巴西红木", - "leaves_type.productivetrees.brazil_nut": "巴西栗", - "leaves_type.productivetrees.breadfruit": "面包树", - "leaves_type.productivetrees.brown_amber": "棕色琥珀", - "leaves_type.productivetrees.buddhas_hand": "佛手", - "leaves_type.productivetrees.bull_pine": "西黄松", - "leaves_type.productivetrees.butternut": "灰胡桃", - "leaves_type.productivetrees.cacao": "可可", - "leaves_type.productivetrees.candlenut": "石栗", - "leaves_type.productivetrees.carob": "长角豆", - "leaves_type.productivetrees.cashew": "腰果", - "leaves_type.productivetrees.cave_dweller": "穴居", - "leaves_type.productivetrees.cedar": "雪松", - "leaves_type.productivetrees.cempedak": "榴莲蜜", - "leaves_type.productivetrees.ceylon_ebony": "乌木", - "leaves_type.productivetrees.cherry_plum": "樱桃李", - "leaves_type.productivetrees.cinnamon": "肉桂", - "leaves_type.productivetrees.citron": "枸橼", - "leaves_type.productivetrees.clove": "丁香", - "leaves_type.productivetrees.cocobolo": "黄檀", - "leaves_type.productivetrees.coconut": "椰树", - "leaves_type.productivetrees.coffea": "咖啡", - "leaves_type.productivetrees.copoazu": "大花可可", - "leaves_type.productivetrees.copper_beech": "紫山毛榉", - "leaves_type.productivetrees.cork_oak": "软木", - "leaves_type.productivetrees.cultivated_pear": "梨树", - "leaves_type.productivetrees.date_palm": "椰枣", - "leaves_type.productivetrees.dogwood": "山茱萸", - "leaves_type.productivetrees.douglas_fir": "花旗松", - "leaves_type.productivetrees.elderberry": "接骨木", - "leaves_type.productivetrees.elm": "白榆", - "leaves_type.productivetrees.european_larch": "落叶松", - "leaves_type.productivetrees.finger_lime": "指橙", - "leaves_type.productivetrees.firecracker": "爆竹", - "leaves_type.productivetrees.flickering_sun": "流光", - "leaves_type.productivetrees.flowering_crabapple": "垂丝海棠", - "leaves_type.productivetrees.foggy_blast": "阴霾", - "leaves_type.productivetrees.ginkgo": "银杏", - "leaves_type.productivetrees.golden_delicious_apple": "黄苹果", - "leaves_type.productivetrees.grandidiers_baobab": "巨猴面包", - "leaves_type.productivetrees.granny_smith_apple": "青苹果", - "leaves_type.productivetrees.grapefruit": "葡萄柚", - "leaves_type.productivetrees.great_sallow": "黄花柳", - "leaves_type.productivetrees.greenheart": "绿心樟", - "leaves_type.productivetrees.hawthorn": "山楂", - "leaves_type.productivetrees.hazel": "榛树", - "leaves_type.productivetrees.holly": "冬青", - "leaves_type.productivetrees.hornbeam": "鹅耳枥", - "leaves_type.productivetrees.ipe": "重蚁", - "leaves_type.productivetrees.iroko": "大绿柄桑", - "leaves_type.productivetrees.jackfruit": "波罗蜜", - "leaves_type.productivetrees.juniper": "杜松", - "leaves_type.productivetrees.kapok": "木棉", - "leaves_type.productivetrees.key_lime": "来檬", - "leaves_type.productivetrees.kumquat": "金橘", - "leaves_type.productivetrees.lawson_cypress": "扁柏", - "leaves_type.productivetrees.lemon": "柠檬", - "leaves_type.productivetrees.lime": "酸橙", - "leaves_type.productivetrees.loblolly_pine": "火炬松", - "leaves_type.productivetrees.logwood": "采木", - "leaves_type.productivetrees.mahogany": "桃花心木", - "leaves_type.productivetrees.mandarin": "柑橘", - "leaves_type.productivetrees.mango": "芒果", - "leaves_type.productivetrees.monkey_puzzle": "智利南洋杉", - "leaves_type.productivetrees.monkey_puzzle_small": "小型智利南洋杉", - "leaves_type.productivetrees.monkey_puzzle_medium": "中型智利南洋杉", - "leaves_type.productivetrees.moonlight_magic_crepe_myrtle": "月光紫薇", - "leaves_type.productivetrees.myrtle_ebony": "乌檀", - "leaves_type.productivetrees.nectarine": "油桃", - "leaves_type.productivetrees.night_fuchsia": "倒挂金钟", - "leaves_type.productivetrees.nutmeg": "肉豆蔻", - "leaves_type.productivetrees.old_fustic": "黄颜", - "leaves_type.productivetrees.olive": "橄榄", - "leaves_type.productivetrees.orange": "橙树", - "leaves_type.productivetrees.osange_orange": "桑橙", - "leaves_type.productivetrees.padauk": "紫檀", - "leaves_type.productivetrees.pandanus": "露兜", - "leaves_type.productivetrees.papaya": "木瓜", - "leaves_type.productivetrees.peach": "桃树", - "leaves_type.productivetrees.pecan": "山胡桃", - "leaves_type.productivetrees.persimmon": "柿树", - "leaves_type.productivetrees.pink_ivory": "象牙粉红", - "leaves_type.productivetrees.pistachio": "开心果", - "leaves_type.productivetrees.plantain": "芭蕉", - "leaves_type.productivetrees.plum": "李树", - "leaves_type.productivetrees.pomegranate": "石榴", - "leaves_type.productivetrees.pomelo": "柚子", - "leaves_type.productivetrees.prairie_crabapple": "草原海棠", - "leaves_type.productivetrees.purpleheart": "紫心檀", - "leaves_type.productivetrees.purple_blackthorn": "紫叶李", - "leaves_type.productivetrees.purple_crepe_myrtle": "紫薇", - "leaves_type.productivetrees.purple_spiral": "紫旋", - "leaves_type.productivetrees.rainbow_gum": "彩虹桉", - "leaves_type.productivetrees.red_banana": "红香蕉", - "leaves_type.productivetrees.red_crepe_myrtle": "赤薇", - "leaves_type.productivetrees.red_delicious_apple": "蛇果", - "leaves_type.productivetrees.red_maple": "红花槭", - "leaves_type.productivetrees.rippling_willow": "涟漪柳", - "leaves_type.productivetrees.rosewood": "蔷薇", - "leaves_type.productivetrees.rose_gum": "大桉", - "leaves_type.productivetrees.rowan": "花楸", - "leaves_type.productivetrees.rubber_tree": "橡胶", - "leaves_type.productivetrees.salak": "蛇皮果", - "leaves_type.productivetrees.sandalwood": "檀香", - "leaves_type.productivetrees.sand_pear": "沙梨", - "leaves_type.productivetrees.satsuma": "蜜柑", - "leaves_type.productivetrees.sequoia": "巨杉", - "leaves_type.productivetrees.silver_fir": "银冷松", - "leaves_type.productivetrees.silver_lime": "银椴", - "leaves_type.productivetrees.slimy_delight": "黏悦", - "leaves_type.productivetrees.socotra_dragon": "索科龙血", - "leaves_type.productivetrees.soul_tree": "灵魂", - "leaves_type.productivetrees.soursop": "刺果番荔枝", - "leaves_type.productivetrees.sour_cherry": "酸樱桃", - "leaves_type.productivetrees.sparkle_cherry": "闪光樱桃", - "leaves_type.productivetrees.star_anise": "八角", - "leaves_type.productivetrees.star_fruit": "阳桃", - "leaves_type.productivetrees.sugar_apple": "番荔枝", - "leaves_type.productivetrees.sugar_maple": "糖枫", - "leaves_type.productivetrees.swamp_gum": "樟叶桉", - "leaves_type.productivetrees.sweetgum": "枫香", - "leaves_type.productivetrees.sweet_chestnut": "甜栗", - "leaves_type.productivetrees.sweet_crabapple": "花冠海棠", - "leaves_type.productivetrees.sycamore_fig": "无花果", - "leaves_type.productivetrees.tangerine": "瓯柑", - "leaves_type.productivetrees.teak": "柚木", - "leaves_type.productivetrees.thunder_bolt": "雷霆", - "leaves_type.productivetrees.time_traveller": "时旅", - "leaves_type.productivetrees.tuscarora_crepe_myrtle": "塔斯卡洛拉蔷薇", - "leaves_type.productivetrees.blue_yonder": "蓝穹", - "leaves_type.productivetrees.walnut": "胡桃", - "leaves_type.productivetrees.water_wonder": "水幻", - "leaves_type.productivetrees.wenge": "崖豆", - "leaves_type.productivetrees.western_hemlock": "异叶铁杉", - "leaves_type.productivetrees.whitebeam": "白面子树", - "leaves_type.productivetrees.white_poplar": "白杨", - "leaves_type.productivetrees.white_willow": "银柳", - "leaves_type.productivetrees.wild_cherry": "野樱桃", - "leaves_type.productivetrees.yellow_meranti": "黄桉", - "leaves_type.productivetrees.yew": "红豆杉", - "leaves_type.productivetrees.zebrano": "斑木", - - "wood_type.projectbrazier.apple": "苹果木", - "wood_type.projectbrazier.orange": "橘木", - - "wood_type.promenade.dark_amaranth": "暗紫木", - "wood_type.promenade.maple": "枫木", - "wood_type.promenade.palm": "棕榈木", - "wood_type.promenade.sakura": "樱木", - "leaves_type.promenade.dark_amaranth": "暗紫", - "leaves_type.promenade.vermilion_maple": "朱红枫树", - "leaves_type.promenade.fulvous_maple": "橙褐枫树", - "leaves_type.promenade.mikado_maple": "正黄枫树", - "leaves_type.promenade.sap_maple": "叶绿枫树", - "leaves_type.promenade.palm": "棕榈", - "leaves_type.promenade.blush_sakura": "淡红樱树", - "leaves_type.promenade.cotton_sakura": "棉白樱树", - "leaves_type.promenade.snowy_spruce": "覆雪云杉", - "wood_type.promenade.cherry_oak": "樱桃橡木", - "leaves_type.promenade.pink_cherry_oak": "粉色樱桃橡树", - "leaves_type.promenade.white_cherry_oak": "白色樱桃橡树", - - "wood_type.pyromancer.pyrowood": "炽木", - "wood_type.pyromancer.rotten": "朽腐木", - "leaves_type.pyromancer.pyrowood": "炽树", - - "wood_type.quark.blossom": "喇叭木", - "wood_type.quark.azalea": "杜鹃木", - "wood_type.quark.ancient": "苍灰木", - "leaves_type.quark.ancient": "苍灰", - "leaves_type.quark.blue_blossom": "雪霜喇叭", - "leaves_type.quark.lavender_blossom": "幽静喇叭", - "leaves_type.quark.orange_blossom": "温暖喇叭", - "leaves_type.quark.yellow_blossom": "阳光喇叭", - "leaves_type.quark.red_blossom": "火热喇叭", - "wood_type.quark.bamboo": "竹", - "leaves_type.quark.blue": "雪霜花", - "leaves_type.quark.lavender": "幽静花", - "leaves_type.quark.orange": "温暖花", - "leaves_type.quark.pink": "甜蜜花", - "leaves_type.quark.yellow": "阳光花", - "leaves_type.quark.red": "火热花", - "leaves_type.quark.pink_blossom": "甜蜜喇叭", - - "wood_type.rankine.cedar": "雪松木", - "wood_type.rankine.balsam_fir": "香脂冷杉木", - "wood_type.rankine.eastern_hemlock": "加拿大铁杉木", - "wood_type.rankine.western_hemlock": "异叶铁杉木", - "wood_type.rankine.pinyon_pine": "北美果松木", - "wood_type.rankine.juniper": "杜松木", - "wood_type.rankine.black_birch": "河桦木", - "wood_type.rankine.yellow_birch": "加拿大黄桦木", - "wood_type.rankine.red_birch": "西部桦木", - "wood_type.rankine.maple": "枫木", - "wood_type.rankine.magnolia": "木兰木", - "wood_type.rankine.black_walnut": "黑胡桃木", - "wood_type.rankine.coconut_palm": "椰木", - "wood_type.rankine.cork_oak": "欧洲栓皮栎木", - "wood_type.rankine.sharinga": "橡胶木", - "wood_type.rankine.cinnamon": "肉桂木", - "wood_type.rankine.honey_locust": "美国皂荚木", - "wood_type.rankine.weeping_willow": "垂柳木", - "wood_type.rankine.erythrina": "刺桐木", - "wood_type.rankine.petrified_chorus": "石化紫颂木", - "wood_type.rankine.charred": "烧焦的木", - "leaves_type.rankine.cedar": "雪松", - "leaves_type.rankine.balsam_fir": "香脂冷杉", - "leaves_type.rankine.eastern_hemlock": "加拿大铁杉", - "leaves_type.rankine.western_hemlock": "异叶铁杉", - "leaves_type.rankine.pinyon_pine": "北美果松", - "leaves_type.rankine.juniper": "杜松", - "leaves_type.rankine.black_birch": "河桦", - "leaves_type.rankine.yellow_birch": "加拿大黄桦", - "leaves_type.rankine.red_birch": "西部桦", - "leaves_type.rankine.maple": "枫树", - "leaves_type.rankine.magnolia": "木兰", - "leaves_type.rankine.black_walnut": "黑胡桃", - "leaves_type.rankine.coconut_palm": "椰树", - "leaves_type.rankine.cork_oak": "欧洲栓皮栎", - "leaves_type.rankine.sharinga": "橡胶", - "leaves_type.rankine.cinnamon": "肉桂", - "leaves_type.rankine.honey_locust": "美国皂荚", - "leaves_type.rankine.weeping_willow": "垂柳", - "leaves_type.rankine.erythrina": "刺桐", - - "wood_type.rats.pirat": "幽灵鼠盗木", - "leaves_type.rats.pirat": "幽灵鼠盗", - - "wood_type.regions_unexplored.alpha": "始源木", - "wood_type.regions_unexplored.baobab": "猴面包木", - "wood_type.regions_unexplored.blackwood": "黑木", - "wood_type.regions_unexplored.blue_bioshroom": "蓝色具生荧木", - "wood_type.regions_unexplored.brimwood": "硫凝木", - "wood_type.regions_unexplored.cobalt": "钴蓝木", - "wood_type.regions_unexplored.cypress": "柏木", - "wood_type.regions_unexplored.dead": "枯死木", - "wood_type.regions_unexplored.eucalyptus": "桉木", - "wood_type.regions_unexplored.green_bioshroom": "绿色具生荧木", - "wood_type.regions_unexplored.joshua": "短叶丝兰木", - "wood_type.regions_unexplored.kapok": "木棉木", - "wood_type.regions_unexplored.larch": "落叶松木", - "wood_type.regions_unexplored.magnolia": "木兰木", - "wood_type.regions_unexplored.maple": "枫木", - "wood_type.regions_unexplored.mauve": "槿紫木", - "wood_type.regions_unexplored.palm": "棕榈木", - "wood_type.regions_unexplored.pine": "松木", - "wood_type.regions_unexplored.pink_bioshroom": "粉红色具生荧木", - "wood_type.regions_unexplored.redwood": "红杉木", - "wood_type.regions_unexplored.socotra": "龙血木", - "wood_type.regions_unexplored.willow": "柳木", - "wood_type.regions_unexplored.yellow_bioshroom": "黄色具生荧木", - "leaves_type.regions_unexplored.bamboo": "竹", - "leaves_type.regions_unexplored.golden_larch": "金色落叶松", - "leaves_type.regions_unexplored.alpha": "始源", - "leaves_type.regions_unexplored.apple_oak": "苹果橡树", - "leaves_type.regions_unexplored.baobab": "猴面包", - "leaves_type.regions_unexplored.blackwood": "黑树", - "leaves_type.regions_unexplored.magnolia": "木兰", - "leaves_type.regions_unexplored.cypress": "柏树", - "leaves_type.regions_unexplored.dead": "枯死", - "leaves_type.regions_unexplored.dead_pine": "枯死松树", - "leaves_type.regions_unexplored.eucalyptus": "桉树", - "leaves_type.regions_unexplored.flowering": "开花橡树", - "leaves_type.regions_unexplored.kapok": "木棉", - "leaves_type.regions_unexplored.larch": "落叶松", - "leaves_type.regions_unexplored.maple": "绿色枫树", - "leaves_type.regions_unexplored.mauve": "槿紫", - "leaves_type.regions_unexplored.orange_maple": "橙色枫树", - "leaves_type.regions_unexplored.palm": "棕榈", - "leaves_type.regions_unexplored.pine": "松树", - "leaves_type.regions_unexplored.blue_magnolia": "蓝色木兰", - "leaves_type.regions_unexplored.pink_magnolia": "粉红色木兰", - "leaves_type.regions_unexplored.redwood": "红杉", - "leaves_type.regions_unexplored.red_maple": "红色枫树", - "leaves_type.regions_unexplored.brimwood": "硫凝", - "leaves_type.regions_unexplored.enchanted_birch": "附魔桦", - "leaves_type.regions_unexplored.small_oak": "小型橡树", - "leaves_type.regions_unexplored.silver_birch": "垂枝桦", - "leaves_type.regions_unexplored.socotra": "龙血", - "leaves_type.regions_unexplored.white_magnolia": "白色木兰", - "leaves_type.regions_unexplored.willow": "柳树", - "leaves_type.regions_unexplored.ashen": "苍灰", - "wood_type.regions_unexplored.cherry": "樱桃木", - "wood_type.regions_unexplored.sculkwood": "幽匿木", - "leaves_type.regions_unexplored.cherry": "樱桃", - "leaves_type.regions_unexplored.red_cherry": "红色樱桃", - "leaves_type.regions_unexplored.pink_cherry": "粉红色樱桃", - "leaves_type.regions_unexplored.white_cherry": "白色樱桃", - "leaves_type.regions_unexplored.joshua": "短叶丝兰", - "leaves_type.regions_unexplored.sculkwood": "幽匿", - - "wood_type.sakura.sakura": "樱木", - "wood_type.sakura.maple": "枫木", - - "wood_type.silentgear.netherwood": "下界木", - "leaves_type.silentgear.netherwood": "下界", - - "wood_type.slayersbeasts.aspen": "白杨木", - "wood_type.slayersbeasts.cajole": "绿荣木", - "wood_type.slayersbeasts.desert_oak": "沙漠橡木", - "wood_type.slayersbeasts.eucalyptus": "桉木", - "wood_type.slayersbeasts.kapok": "木棉木", - "wood_type.slayersbeasts.redwood": "红杉木", - "wood_type.slayersbeasts.willow": "柳木", - "leaves_type.slayersbeasts.aspen": "白杨", - "leaves_type.slayersbeasts.cajole": "绿荣", - "leaves_type.slayersbeasts.desert_oak": "沙漠橡树", - "leaves_type.slayersbeasts.eucalyptus": "桉树", - "leaves_type.slayersbeasts.kapok": "木棉", - "leaves_type.slayersbeasts.redwood": "红杉", - "leaves_type.slayersbeasts.albino_redwood": "白化红杉", - "leaves_type.slayersbeasts.willow": "柳树", - - "wood_type.snifferplus.stone_pine": "伞松木", - "leaves_type.snifferplus.stone_pine": "伞松", - - "wood_type.spectrum.black": "黑色木", - "wood_type.spectrum.blue": "蓝色木", - "wood_type.spectrum.brown": "棕色木", - "wood_type.spectrum.cyan": "青色木", - "wood_type.spectrum.gray": "灰色木", - "wood_type.spectrum.green": "绿色木", - "wood_type.spectrum.light_blue": "淡蓝色木", - "wood_type.spectrum.light_gray": "淡灰色木", - "wood_type.spectrum.lime": "黄绿色木", - "wood_type.spectrum.magenta": "品红色木", - "wood_type.spectrum.orange": "橙色木", - "wood_type.spectrum.pink": "粉红色木", - "wood_type.spectrum.purple": "紫色木", - "wood_type.spectrum.red": "红色木", - "wood_type.spectrum.white": "白色木", - "wood_type.spectrum.yellow": "黄色木", - "leaves_type.spectrum.black": "黑色", - "leaves_type.spectrum.blue": "蓝色", - "leaves_type.spectrum.brown": "棕色", - "leaves_type.spectrum.cyan": "青色", - "leaves_type.spectrum.gray": "灰色", - "leaves_type.spectrum.green": "绿色", - "leaves_type.spectrum.light_blue": "淡蓝色", - "leaves_type.spectrum.light_gray": "淡灰色", - "leaves_type.spectrum.lime": "黄绿色", - "leaves_type.spectrum.magenta": "品红色", - "leaves_type.spectrum.orange": "橙色", - "leaves_type.spectrum.pink": "粉红色", - "leaves_type.spectrum.purple": "紫色", - "leaves_type.spectrum.red": "红色", - "leaves_type.spectrum.white": "白色", - "leaves_type.spectrum.yellow": "黄色", - "leaves_type.spectrum.spirit_sallow": "灵魂", - - "wood_type.sullysmod.petrified": "石化木", - - "wood_type.tconstruct.greenheart": "绿心木", - "wood_type.tconstruct.skyroot": "天根木", - "wood_type.tconstruct.bloodshroom": "血菌木", - "wood_type.tconstruct.enderbark": "末影皮木", - "leaves_type.tconstruct.earth_slime": "大地黏液", - "leaves_type.tconstruct.sky_slime": "碧空黏液", - "leaves_type.tconstruct.ender_slime": "末影黏液", - - "wood_type.techreborn.rubber": "橡胶木", - "leaves_type.techreborn.rubber": "橡胶", - - "wood_type.terraincognita.apple": "苹果木", - "wood_type.terraincognita.hazel": "榛木", - "wood_type.terraincognita.larch": "落叶松木", - "wood_type.terraincognita.gingko": "银杏木", - "leaves_type.terraincognita.apple": "苹果", - "leaves_type.terraincognita.hazel": "榛树", - "leaves_type.terraincognita.larch": "落叶松", - "leaves_type.terraincognita.gingko": "银杏", - "leaves_type.terraincognita.blossoming_apple": "开花苹果", - - "wood_type.terraqueous.storm_cloud": "乌雷云朵", - "wood_type.terraqueous.light_cloud": "轻柔云朵", - "wood_type.terraqueous.dense_cloud": "浓厚云朵", - "wood_type.terraqueous.apple": "苹果木", - "wood_type.terraqueous.banana": "香蕉木", - "wood_type.terraqueous.cherry": "樱桃木", - "wood_type.terraqueous.coconut": "椰木", - "wood_type.terraqueous.lemon": "柠檬木", - "wood_type.terraqueous.mango": "芒果木", - "wood_type.terraqueous.mulberry": "桑葚木", - "wood_type.terraqueous.orange": "橙木", - "wood_type.terraqueous.peach": "桃木", - "wood_type.terraqueous.pear": "梨木", - "wood_type.terraqueous.plum": "李木", - "leaves_type.terraqueous.apple": "苹果", - "leaves_type.terraqueous.banana": "香蕉", - "leaves_type.terraqueous.cherry": "樱桃", - "leaves_type.terraqueous.coconut": "椰树", - "leaves_type.terraqueous.lemon": "柠檬", - "leaves_type.terraqueous.mango": "芒果", - "leaves_type.terraqueous.mulberry": "桑葚", - "leaves_type.terraqueous.orange": "橙树", - "leaves_type.terraqueous.peach": "桃树", - "leaves_type.terraqueous.pear": "梨树", - "leaves_type.terraqueous.plum": "李树", - - "wood_type.terrestria.cypress": "柏木", - "wood_type.terrestria.hemlock": "铁杉木", - "wood_type.terrestria.japanese_maple": "日本红枫木", - "wood_type.terrestria.rainbow_eucalyptus": "彩虹桉木", - "wood_type.terrestria.redwood": "红杉木", - "wood_type.terrestria.rubber": "橡胶木", - "wood_type.terrestria.sakura": "樱木", - "wood_type.terrestria.willow": "柳木", - "wood_type.terrestria.yucca_palm": "丝兰棕榈木", - "leaves_type.terrestria.cypress": "柏树", - "leaves_type.terrestria.hemlock": "铁杉", - "leaves_type.terrestria.japanese_maple": "日本红枫", - "leaves_type.terrestria.rainbow_eucalyptus": "彩虹桉", - "leaves_type.terrestria.redwood": "红杉", - "leaves_type.terrestria.rubber": "橡胶", - "leaves_type.terrestria.sakura": "樱树", - "leaves_type.terrestria.willow": "柳树", - "leaves_type.terrestria.yucca_palm": "丝兰棕榈", - "leaves_type.terrestria.jungle_palm": "丛林棕榈", - "leaves_type.terrestria.dark_japanese_maple": "暗色日本红枫", - "leaves_type.terrestria.japanese_maple_shrub": "日本红枫灌木", - - "wood_type.tfc.acacia": "金合欢木", - "wood_type.tfc.ash": "黑梣木", - "wood_type.tfc.aspen": "山杨木", - "wood_type.tfc.birch": "白桦木", - "wood_type.tfc.blackwood": "黑檀木", - "wood_type.tfc.chestnut": "栗木", - "wood_type.tfc.douglas_fir": "花旗松木", - "wood_type.tfc.hickory": "山核桃木", - "wood_type.tfc.kapok": "木棉木", - "wood_type.tfc.mangrove": "红树木", - "wood_type.tfc.maple": "枫木", - "wood_type.tfc.oak": "橡木", - "wood_type.tfc.palm": "棕榈木", - "wood_type.tfc.pine": "松木", - "wood_type.tfc.rosewood": "蔷薇木", - "wood_type.tfc.sequoia": "红杉木", - "wood_type.tfc.spruce": "云杉木", - "wood_type.tfc.sycamore": "悬铃木", - "wood_type.tfc.white_cedar": "白雪松木", - "wood_type.tfc.willow": "柳木", - "leaves_type.tfc.acacia": "金合欢", - "leaves_type.tfc.ash": "黑梣", - "leaves_type.tfc.aspen": "山杨", - "leaves_type.tfc.birch": "白桦", - "leaves_type.tfc.blackwood": "黑檀", - "leaves_type.tfc.chestnut": "栗树", - "leaves_type.tfc.douglas_fir": "花旗松", - "leaves_type.tfc.hickory": "山核桃", - "leaves_type.tfc.kapok": "木棉", - "leaves_type.tfc.mangrove": "红树", - "leaves_type.tfc.maple": "枫树", - "leaves_type.tfc.oak": "橡树", - "leaves_type.tfc.palm": "棕榈", - "leaves_type.tfc.pine": "松树", - "leaves_type.tfc.rosewood": "蔷薇木", - "leaves_type.tfc.sequoia": "红杉", - "leaves_type.tfc.spruce": "云杉", - "leaves_type.tfc.sycamore": "悬铃木", - "leaves_type.tfc.white_cedar": "白雪松", - "leaves_type.tfc.willow": "柳树", - "leaves_type.tfc.cherry": "樱桃", - "leaves_type.tfc.green_apple": "青苹果", - "leaves_type.tfc.lemon": "柠檬", - "leaves_type.tfc.olive": "橄榄", - "leaves_type.tfc.orange": "橙子", - "leaves_type.tfc.peach": "桃子", - "leaves_type.tfc.plum": "李子", - "leaves_type.tfc.red_apple": "红苹果", - - "wood_type.theabyss.blaru": "布拉鲁木", - "wood_type.theabyss.bog": "泥沼木", - "wood_type.theabyss.frozen": "冰封木", - "wood_type.theabyss.jungle": "深渊丛林木", - "wood_type.theabyss.rena": "勒那木", - "wood_type.theabyss.sal": "萨尔木", - "wood_type.theabyss.slimed": "黏液木", - "wood_type.theabyss.vigilant": "警觉木", - "wood_type.theabyss.ruma": "鲁马木", - "wood_type.theabyss.roggen": "罗根木", - "wood_type.theabyss.tantra": "坦陀罗木", - - "wood_type.thermal.rubberwood": "橡胶木", - "leaves_type.thermal.rubberwood": "橡胶", - - "wood_type.thingamajigs.rubber_wood": "橡胶木", - "leaves_type.thingamajigs.rubber_wood": "橡胶", - - "wood_type.traverse.fir": "冷杉木", - "leaves_type.traverse.fir": "冷杉", - "leaves_type.traverse.red_autumnal": "红色秋", - "leaves_type.traverse.brown_autumnal": "棕色秋", - "leaves_type.traverse.orange_autumnal": "橙色秋", - "leaves_type.traverse.yellow_autumnal": "黄色秋", - - "wood_type.tropicraft.mahogany": "桃花心木", - "wood_type.tropicraft.mangrove": "红树木", - "wood_type.tropicraft.palm": "棕榈木", - "leaves_type.tropicraft.mahogany": "桃花心木", - "leaves_type.tropicraft.palm": "棕榈", - "leaves_type.tropicraft.kapok": "木棉", - "leaves_type.tropicraft.fruit": "果树", - "leaves_type.tropicraft.grapefruit": "西柚", - "leaves_type.tropicraft.lemon": "柠檬", - "leaves_type.tropicraft.lime": "青柠", - "leaves_type.tropicraft.orange": "橙树", - "leaves_type.tropicraft.papaya": "木瓜", - "leaves_type.tropicraft.white_flowering": "盛开的白色花", - "leaves_type.tropicraft.red_flowering": "盛开的红色花", - "leaves_type.tropicraft.blue_flowering": "盛开的蓝色花", - "leaves_type.tropicraft.purple_flowering": "盛开的紫色花", - "leaves_type.tropicraft.yellow_flowering": "盛开的黄色花", - "leaves_type.tropicraft.red_mangrove": "红树", - "leaves_type.tropicraft.tall_mangrove": "高红树", - "leaves_type.tropicraft.tea_mangrove": "茶红树", - "leaves_type.tropicraft.black_mangrove": "黑色红树", - - "leaves_type.tofucraft.tofu": "豆腐", - "leaves_type.tofucraft.apricot": "杏树", - - "wood_type.twigs.bamboo": "竹", - "leaves_type.twigs.bamboo": "竹叶", - - "wood_type.twilightforest.twilight_oak": "暮色橡木", - "wood_type.twilightforest.canopy": "苍穹木", - "wood_type.twilightforest.mangrove": "红树木", - "wood_type.twilightforest.dark": "黑木", - "wood_type.twilightforest.time": "时光木", - "wood_type.twilightforest.transformation": "变化木", - "wood_type.twilightforest.mining": "矿石木", - "wood_type.twilightforest.sorting": "分类木", - "leaves_type.twilightforest.twilight_oak": "暮色橡树", - "leaves_type.twilightforest.canopy": "苍穹", - "leaves_type.twilightforest.mangrove": "红树", - "leaves_type.twilightforest.dark": "黑树", - "leaves_type.twilightforest.time": "时光", - "leaves_type.twilightforest.transformation": "变化", - "leaves_type.twilightforest.mining": "矿石", - "leaves_type.twilightforest.sorting": "分类", - "leaves_type.twilightforest.thorn": "荆棘", - "leaves_type.twilightforest.beanstalk": "豆茎", - "leaves_type.twilightforest.rainbow_oak": "彩虹橡树", - - "leaves_type.twilightdelight.ironwood": "铁木", - - "wood_type.ulterlands.cedar": "雪松木", - "leaves_type.ulterlands.souldrained": "石化", - "leaves_type.ulterlands.cedar": "雪松", - "leaves_type.ulterlands.frax": "蜡粉", - - "wood_type.undergarden.smogstem": "烟梗木", - "wood_type.undergarden.wigglewood": "摇蜿木", - "wood_type.undergarden.grongle": "油绿木", - "leaves_type.undergarden.smogstem": "烟梗", - "leaves_type.undergarden.wigglewood": "摇蜿", - "leaves_type.undergarden.grongle": "油绿", - - "wood_type.upgrade_aquatic.driftwood": "浮木", - "wood_type.upgrade_aquatic.river": "桑木", - "leaves_type.upgrade_aquatic.river": "桑树", - - "wood_type.urushi.japanese_apricot": "梅木", - "wood_type.urushi.sakura": "樱花木", - "wood_type.urushi.cypress": "扁柏木", - "wood_type.urushi.japanese_cedar": "柳杉木", - "leaves_type.urushi.japanese_apricot": "梅树", - "leaves_type.urushi.sakura": "樱花", - "leaves_type.urushi.cypress": "扁柏", - "leaves_type.urushi.japanese_cedar": "柳杉", - "leaves_type.urushi.lacquer": "漆树", - - "wood_type.valhelsia_structures.lapidified_jungle": "石化丛林木", - - "wood_type.vampirism.dark_spruce": "血杉木", - "wood_type.vampirism.cursed_spruce": "诅咒云杉木", - "leaves_type.vampirism.dark_spruce": "血杉", - - "wood_type.verdance.mulberry": "桑木", - "leaves_type.verdance.mulberry": "桑树", - - "wood_type.vinery.dark_cherry": "深色樱花木", - "leaves_type.vinery.apple": "苹果", - "leaves_type.vinery.dark_cherry": "深色樱花", - "leaves_type.vinery.grapevine": "葡萄藤", - "wood_type.vinery.cherry": "樱桃木", - "leaves_type.vinery.cherry": "樱桃", - - "wood_type.voidscape.thunder": "雷暴木", - - "wood_type.wilderwild.baobab": "猴面包木", - "wood_type.wilderwild.cypress": "柏木", - "wood_type.wilderwild.palm": "棕榈木", - "leaves_type.wilderwild.baobab": "猴面包", - "leaves_type.wilderwild.cypress": "柏树", - "leaves_type.wilderwild.palm": "棕榈", - - "wood_type.wilderworld.aspen": "白杨木", - "wood_type.wilderworld.wisteria": "紫藤木", - "leaves_type.wilderworld.aspen": "白杨", - "leaves_type.wilderworld.wisteria": "紫藤", - - "wood_type.wildlands.bald_cypress": "落羽杉木", - "wood_type.wildlands.coconut": "椰木", - "wood_type.wildlands.charred": "烧焦的", - "leaves_type.wildlands.bald_cypress": "落羽杉", - "leaves_type.wildlands.coconut": "椰树", - - "wood_type.wilds.baobab": "猴面包木", - "wood_type.wilds.cypress": "柏木", - "leaves_type.wilds.baobab": "猴面包", - "leaves_type.wilds.cypress": "柏树", - "leaves_type.wilds.eucalyptus": "桉树", - - "wood_type.witherstormmod.tainted": "腐化木", - "leaves_type.witherstormmod.tainted": "腐化", - - "wood_type.windswept.holly": "冬青木", - "wood_type.windswept.chestnut": "栗木", - "leaves_type.windswept.holly": "冬青", - "leaves_type.windswept.chestnut": "栗树", - - "wood_type.woods_and_mires.pine": "松木", - "leaves_type.woods_and_mires.pine": "松树", - - "leaves_type.xkdeco.white_cherry_blossom": "白樱花", - "leaves_type.xkdeco.willow": "柳树", - "leaves_type.xkdeco.plantable": "生草", - "leaves_type.xkdeco.peach_blossom": "桃花", - "leaves_type.xkdeco.cherry_blossom": "樱花", - "leaves_type.xkdeco.red_maple": "红枫", - "leaves_type.xkdeco.ginkgo": "银杏", - "leaves_type.xkdeco.orange_maple": "橙枫" + "block_type.table_top_craft.connect_four": "%s四子棋" } diff --git a/projects/1.21/assets/every-compat/everycomp/packer-policy.json b/projects/1.21/assets/every-compat/everycomp/packer-policy.json index fa0c54cbd620..5decf72af050 100644 --- a/projects/1.21/assets/every-compat/everycomp/packer-policy.json +++ b/projects/1.21/assets/every-compat/everycomp/packer-policy.json @@ -1,12 +1,12 @@ [ - { - "type": "composition", - "destType": "json", - "source": "projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json" - }, { "type": "singleton", "source": "projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json", "relativePath": "lang/zh_cn.json" + }, + { + "type": "composition", + "destType": "json", + "source": "projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json" } ] \ No newline at end of file diff --git a/projects/1.21/assets/selene/moonlight/lang/en_us.json b/projects/1.21/assets/selene/moonlight/lang/en_us.json new file mode 100644 index 000000000000..74c31a27ee44 --- /dev/null +++ b/projects/1.21/assets/selene/moonlight/lang/en_us.json @@ -0,0 +1,16 @@ +{ + "fluid.moonlight.generic_fluid": "Unnamed Fluid", + "item.minecraft.potion_lingering": "Lingering Potion", + "item.minecraft.potion_splash": "Splash Potion", + "gui.moonlight.open_mod_page": "Open %s CurseForge page", + "message.moonlight.anti_repost": "You seem to have downloaded %1$s from a malicious site :( Get the real version %2$s.", + "message.moonlight.anti_repost_link": "here", + + "tag.item.moonlight.non_recolorable": "Non recolorable", + "tag.block.moonlight.non_recolorable": "Non recolorable", + "tag.block.minecraft.mineable.shear": "Mineable by Shears", + + "wood_type.twilightforest.dark": "Darkwood", + "leaves_type.twilightforest.dark": "Darkwood", + "leaves_type.ulterlands.souldrained": "Petrified" +} \ No newline at end of file diff --git a/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json b/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json new file mode 100644 index 000000000000..31c9d6dc5a6d --- /dev/null +++ b/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json @@ -0,0 +1,1808 @@ +{ + "wood_type.minecraft.oak": "橡木", + "wood_type.minecraft.spruce": "云杉木", + "wood_type.minecraft.birch": "白桦木", + "wood_type.minecraft.jungle": "丛林木", + "wood_type.minecraft.dark_oak": "深色橡木", + "wood_type.minecraft.acacia": "金合欢木", + "wood_type.minecraft.mangrove": "红树木", + "wood_type.minecraft.cherry": "樱花木", + "wood_type.minecraft.bamboo": "竹", + "wood_type.minecraft.pale_oak": "苍白橡木", + "wood_type.minecraft.crimson": "绯红木", + "wood_type.minecraft.warped": "诡异木", + "leaves_type.minecraft.oak": "橡树", + "leaves_type.minecraft.spruce": "云杉", + "leaves_type.minecraft.birch": "白桦", + "leaves_type.minecraft.jungle": "丛林", + "leaves_type.minecraft.dark_oak": "深色橡树", + "leaves_type.minecraft.acacia": "金合欢", + "leaves_type.minecraft.mangrove": "红树", + "leaves_type.minecraft.cherry": "樱花", + "leaves_type.minecraft.pale_oak": "苍白橡树", + "leaves_type.minecraft.azalea": "杜鹃", + "leaves_type.minecraft.flowering_azalea": "盛开的杜鹃", + + "wood_type.acd_nether.aspen": "白杨木", + "wood_type.acd_nether.everfreeze": "永冻木", + "wood_type.acd_nether.ebony": "乌黑木", + "leaves_type.acd_nether.aspen": "白杨", + "leaves_type.acd_nether.everfreeze": "永冻", + + "wood_type.ad_astra.aeronos": "空果木", + "wood_type.ad_astra.strophar": "孑节木", + "wood_type.ad_astra.glacian": "霜原木", + "leaves_type.ad_astra.glacian": "霜原", + + "wood_type.aether.skyroot": "天根木", + "leaves_type.aether.skyroot": "天根", + "leaves_type.aether.golden_oak": "金橡树", + "leaves_type.aether.crystal": "水晶", + "leaves_type.aether.crystal_fruit": "结果的水晶", + "leaves_type.aether.holiday": "节庆", + "leaves_type.aether.decorated_holiday": "装饰节庆", + + "wood_type.aether_redux.fieldsproot": "域茁木", + "wood_type.aether_redux.blightwillow": "疫纤木", + "wood_type.aether_redux.cloudcap": "云伞木", + "wood_type.aether_redux.jellyshroom": "果冻菇木", + "wood_type.aether_redux.crystal": "水晶木", + "wood_type.aether_redux.glacia": "冰川木", + "leaves_type.aether_redux.blightwillow": "疫纤", + "leaves_type.aether_redux.glacia": "冰川", + "leaves_type.aether_redux.purple_glacia": "紫色冰川", + "leaves_type.aether_redux.gilded_oak": "透金橡树", + "leaves_type.aether_redux.blighted_skyroot": "染疫天根", + "leaves_type.aether_redux.fieldsproot": "域茁", + + "leaves_type.aether_genesis.blue_skyroot": "蓝色天根", + "leaves_type.aether_genesis.dark_blue_skyroot": "深蓝色天根", + "leaves_type.aether_genesis.purple_crystal": "紫色水晶", + "leaves_type.aether_genesis.purple_crystal_fruit": "结果的紫色水晶", + + "wood_type.alexscaves.pewen": "南洋杉木", + "wood_type.alexscaves.thornwood": "荆棘木", + "leaves_type.alexscaves.ancient": "远古", + + "wood_type.ancient_aether.highsproot": "高茁木", + "wood_type.ancient_aether.sakura": "樱木", + "leaves_type.ancient_aether.crystal_skyroot": "水晶天根", + "leaves_type.ancient_aether.enchanted_skyroot": "神沃天根", + "leaves_type.ancient_aether.skyroot_pine": "天根松", + "leaves_type.ancient_aether.blue_skyroot_pine": "蓝色天根松", + "leaves_type.ancient_aether.highsproot": "高茁", + "leaves_type.ancient_aether.sakura": "樱树", + + "wood_type.aoa3.achony": "桉格尼木", + "wood_type.aoa3.baobab": "猴面包木", + "wood_type.aoa3.churry": "樱桃木", + "wood_type.aoa3.creep": "蠕变木", + "wood_type.aoa3.lucalus": "卢卡罗斯木", + "wood_type.aoa3.lunide": "月球木", + "wood_type.aoa3.runic": "符文木", + "wood_type.aoa3.shadow": "暗影木", + "wood_type.aoa3.shyre": "塞尔瑞木", + "wood_type.aoa3.stranglewood": "窒息木", + "leaves_type.aoa3.achony": "桉格尼", + "leaves_type.aoa3.blood": "血树", + "leaves_type.aoa3.blue_celevus": "蓝色玩具", + "leaves_type.aoa3.green_celevus": "绿色玩具", + "leaves_type.aoa3.purple_celevus": "紫色玩具", + "leaves_type.aoa3.red_celevus": "红色玩具", + "leaves_type.aoa3.white_celevus": "白色玩具", + "leaves_type.aoa3.yellow_celevus": "黄色玩具", + "leaves_type.aoa3.churry": "樱桃", + "leaves_type.aoa3.creep": "蠕变", + "leaves_type.aoa3.dawn": "曙光", + "leaves_type.aoa3.haunted": "鬼魅", + "leaves_type.aoa3.haunted_eyes": "鬼魅眼", + "leaves_type.aoa3.blue_haven": "蓝色天堂", + "leaves_type.aoa3.pink_haven": "粉红色天堂", + "leaves_type.aoa3.purple_haven": "紫色天堂", + "leaves_type.aoa3.red_haven": "红色天堂", + "leaves_type.aoa3.turquoise_haven": "天青色天堂", + "leaves_type.aoa3.yellow_haven": "黄色天堂", + "leaves_type.aoa3.irodust": "尘铁", + "leaves_type.aoa3.irogold": "金铁", + "leaves_type.aoa3.lelyetian": "赫尔维蒂", + "leaves_type.aoa3.lunicia": "月球", + "leaves_type.aoa3.lunosso": "月牙", + "leaves_type.aoa3.runic": "符文", + "leaves_type.aoa3.shadowblood": "血影", + "leaves_type.aoa3.shadow": "暗影", + "leaves_type.aoa3.bright_shyre": "闪耀塞尔瑞", + "leaves_type.aoa3.shyre": "塞尔瑞", + "leaves_type.aoa3.vein": "血脉", + + "wood_type.applewood.apple": "苹果木", + + "wood_type.architects_palette.twisted": "扭曲木", + "leaves_type.architects_palette.twisted": "扭曲", + + "leaves_type.ars_elemental.yellow_archwood": "闪耀至高", + + "wood_type.ars_nouveau.archwood": "至高木", + "leaves_type.ars_nouveau.blue_archwood": "奔流至高", + "leaves_type.ars_nouveau.red_archwood": "烈焰至高", + "leaves_type.ars_nouveau.green_archwood": "繁茂至高", + "leaves_type.ars_nouveau.purple_archwood": "恼人至高", + + "wood_type.arts_and_crafts.cork": "软木", + "leaves_type.arts_and_crafts.cork": "软木", + + "wood_type.atmospheric.rosewood": "花梨木", + "wood_type.atmospheric.morado": "酸枝木", + "wood_type.atmospheric.yucca": "丝兰木", + "wood_type.atmospheric.aspen": "白杨木", + "wood_type.atmospheric.laurel": "月桂木", + "wood_type.atmospheric.kousa": "梾木", + "wood_type.atmospheric.grimwood": "阴郁木", + "leaves_type.atmospheric.rosewood": "花梨木", + "leaves_type.atmospheric.morado": "酸枝", + "leaves_type.atmospheric.flowering_morado": "开花酸枝", + "leaves_type.atmospheric.yucca": "丝兰", + "leaves_type.atmospheric.aspen": "白杨", + "leaves_type.atmospheric.green_aspen": "绿色白杨", + "leaves_type.atmospheric.laurel": "月桂", + "leaves_type.atmospheric.dry_laurel": "干燥月桂", + "leaves_type.atmospheric.kousa": "梾树", + "leaves_type.atmospheric.currant": "醋栗", + "leaves_type.atmospheric.grimwood": "阴郁木", + + "wood_type.autumnity.maple": "枫木", + "leaves_type.autumnity.maple": "枫树", + "leaves_type.autumnity.red_maple": "红色枫树", + "leaves_type.autumnity.orange_maple": "橙色枫树", + "leaves_type.autumnity.yellow_maple": "黄色枫树", + + "wood_type.beachparty.palm": "棕榈木", + "leaves_type.beachparty.palm": "棕榈", + + "wood_type.betterarcheology.rotten": "腐烂木", + + "wood_type.betterend.dragon_tree": "龙木", + "wood_type.betterend.end_lotus": "末地莲木", + "wood_type.betterend.helix_tree": "螺旋木", + "wood_type.betterend.jellyshroom": "果冻木", + "wood_type.betterend.lacugrove": "泊林木", + "wood_type.betterend.lucernia": "灯笼木", + "wood_type.betterend.mossy_glowshroom": "苔光木", + "wood_type.betterend.pythadendron": "毕达木", + "wood_type.betterend.tenanea": "特内亚木", + "wood_type.betterend.umbrella_tree": "菌伞木", + "leaves_type.betterend.dragon_tree": "龙树", + "leaves_type.betterend.lacugrove": "泊林", + "leaves_type.betterend.lucernia": "灯笼", + "leaves_type.betterend.pythadendron": "毕达", + "leaves_type.betterend.tenanea": "特内亚", + + "wood_type.betternether.anchor_tree": "锚木", + "wood_type.betternether.mushroom_fir": "下界冷杉菇木", + "wood_type.betternether.nether_mushroom": "下界蘑菇木", + "wood_type.betternether.nether_reed": "下界芦苇木", + "wood_type.betternether.nether_sakura": "下界樱花木", + "wood_type.betternether.rubeus": "宝红木", + "wood_type.betternether.stalagnate": "石结木", + "wood_type.betternether.wart": "下界疣木", + "wood_type.betternether.willow": "下界柳木", + "leaves_type.betternether.anchor_tree": "锚树", + "leaves_type.betternether.nether_sakura": "下界樱花", + "leaves_type.betternether.rubeus": "宝红", + "leaves_type.betternether.willow": "下界柳", + + "wood_type.bewitchment.juniper": "杜松木", + "wood_type.bewitchment.cypress": "柏木", + "wood_type.bewitchment.elder": "接骨木", + "wood_type.bewitchment.dragons_blood": "龙血木", + "leaves_type.bewitchment.juniper": "杜松", + "leaves_type.bewitchment.cypress": "柏树", + "leaves_type.bewitchment.elder": "接骨木", + "leaves_type.bewitchment.dragons_blood": "龙血", + + "wood_type.biomemakeover.blighted_balsa": "染菌轻木", + "wood_type.biomemakeover.willow": "柳木", + "wood_type.biomemakeover.swamp_cypress": "落羽杉木", + "wood_type.biomemakeover.ancient_oak": "远古橡木", + "leaves_type.biomemakeover.blighted_balsa": "染菌轻木", + "leaves_type.biomemakeover.willow": "柳树", + "leaves_type.biomemakeover.swamp_cypress": "落羽杉", + "leaves_type.biomemakeover.ancient_oak": "远古橡树", + + "wood_type.biomesoplenty.dead": "枯死木", + "wood_type.biomesoplenty.empyreal": "重霄木", + "wood_type.biomesoplenty.fir": "冷杉木", + "wood_type.biomesoplenty.hellbark": "地狱皮木", + "wood_type.biomesoplenty.jacaranda": "蓝花楹木", + "wood_type.biomesoplenty.magic": "魔法木", + "wood_type.biomesoplenty.mahogany": "桃花心木", + "wood_type.biomesoplenty.maple": "枫木", + "wood_type.biomesoplenty.palm": "棕榈木", + "wood_type.biomesoplenty.pine": "松木", + "wood_type.biomesoplenty.redwood": "红杉木", + "wood_type.biomesoplenty.umbran": "暗影木", + "wood_type.biomesoplenty.willow": "柳木", + "leaves_type.biomesoplenty.cypress": "柏树", + "leaves_type.biomesoplenty.dead": "枯死", + "leaves_type.biomesoplenty.empyreal": "重霄", + "leaves_type.biomesoplenty.fir": "冷杉", + "leaves_type.biomesoplenty.hellbark": "地狱皮", + "leaves_type.biomesoplenty.jacaranda": "蓝花楹", + "leaves_type.biomesoplenty.magic": "魔法", + "leaves_type.biomesoplenty.mahogany": "桃花心木", + "leaves_type.biomesoplenty.red_maple": "红色枫树", + "leaves_type.biomesoplenty.orange_maple": "橙色枫树", + "leaves_type.biomesoplenty.yellow_maple": "黄色枫树", + "leaves_type.biomesoplenty.null": "� �� � �", + "leaves_type.biomesoplenty.palm": "棕榈", + "leaves_type.biomesoplenty.pine": "松树", + "leaves_type.biomesoplenty.redwood": "红杉", + "leaves_type.biomesoplenty.umbran": "暗影", + "leaves_type.biomesoplenty.willow": "柳树", + "leaves_type.biomesoplenty.origin": "起源", + "leaves_type.biomesoplenty.flowering_oak": "花橡", + "leaves_type.biomesoplenty.rainbow_birch": "彩虹白桦", + "leaves_type.biomesoplenty.snowblossom": "雪樱", + + "wood_type.biomeswevegone.aspen": "白杨木", + "wood_type.biomeswevegone.baobab": "猴面包木", + "wood_type.biomeswevegone.blue_enchanted": "蓝色魔法木", + "wood_type.biomeswevegone.cika": "锡卡木", + "wood_type.biomeswevegone.cypress": "柏木", + "wood_type.biomeswevegone.ebony": "乌木", + "wood_type.biomeswevegone.fir": "冷杉木", + "wood_type.biomeswevegone.florus": "花茎木", + "wood_type.biomeswevegone.green_enchanted": "绿色魔法木", + "wood_type.biomeswevegone.holly": "冬青木", + "wood_type.biomeswevegone.ironwood": "铁色木", + "wood_type.biomeswevegone.jacaranda": "蓝花楹木", + "wood_type.biomeswevegone.mahogany": "桃花心木", + "wood_type.biomeswevegone.maple": "枫木", + "wood_type.biomeswevegone.palm": "棕榈木", + "wood_type.biomeswevegone.pine": "松木", + "wood_type.biomeswevegone.rainbow_eucalyptus": "彩虹桉木", + "wood_type.biomeswevegone.redwood": "红杉木", + "wood_type.biomeswevegone.sakura": "樱木", + "wood_type.biomeswevegone.skyris": "天际木", + "wood_type.biomeswevegone.spirit": "魂灵木", + "wood_type.biomeswevegone.white_mangrove": "白色红树木", + "wood_type.biomeswevegone.willow": "柳木", + "wood_type.biomeswevegone.witch_hazel": "金缕梅木", + "wood_type.biomeswevegone.zelkova": "榉木", + "leaves_type.biomeswevegone.araucaria": "南洋杉", + "leaves_type.biomeswevegone.ripe_baobab": "成熟的猴面包", + "leaves_type.biomeswevegone.flowering_baobab": "盛开的猴面包", + "leaves_type.biomeswevegone.blue_spruce": "蓝色云杉", + "leaves_type.biomeswevegone.blooming_witch_hazel": "盛开的金缕梅", + "leaves_type.biomeswevegone.brown_birch": "棕色白桦", + "leaves_type.biomeswevegone.brown_oak": "棕色橡树", + "leaves_type.biomeswevegone.brown_zelkova": "棕色榉树", + "leaves_type.biomeswevegone.ripe_orchard": "成熟的果树", + "leaves_type.biomeswevegone.flowering_orchard": "盛开的果树", + "leaves_type.biomeswevegone.flowering_palo_verde": "盛开的扁轴", + "leaves_type.biomeswevegone.holly_berry": "结果的冬青", + "leaves_type.biomeswevegone.indigo_jacaranda": "靛青蓝花楹", + "leaves_type.biomeswevegone.flowering_jacaranda": "盛开的蓝花楹", + "leaves_type.biomeswevegone.flowering_indigo_jacaranda": "盛开的靛青蓝花楹", + "leaves_type.biomeswevegone.yucca": "丝兰", + "leaves_type.biomeswevegone.ripe_yucca": "成熟的丝兰", + "leaves_type.biomeswevegone.flowering_yucca": "盛开的丝兰", + "leaves_type.biomeswevegone.orange_birch": "橙色白桦", + "leaves_type.biomeswevegone.orange_oak": "橙色橡树", + "leaves_type.biomeswevegone.orange_spruce": "橙色云杉", + "leaves_type.biomeswevegone.orchard": "果树", + "leaves_type.biomeswevegone.red_birch": "红色白桦", + "leaves_type.biomeswevegone.red_maple": "红色枫树", + "leaves_type.biomeswevegone.red_oak": "红色橡树", + "leaves_type.biomeswevegone.red_spruce": "红色云杉", + "leaves_type.biomeswevegone.silver_maple": "银色枫树", + "leaves_type.biomeswevegone.green_apple_skyris": "青苹果天际", + "leaves_type.biomeswevegone.flowering_skyris": "盛开的天际", + "leaves_type.biomeswevegone.flowering_spirit": "盛开的魂灵", + "leaves_type.biomeswevegone.flowering_ironwood": "盛开的铁色木", + "leaves_type.biomeswevegone.white_sakura": "白色樱树", + "leaves_type.biomeswevegone.yellow_sakura": "黄色樱树", + "leaves_type.biomeswevegone.yellow_birch": "黄色白桦", + "leaves_type.biomeswevegone.yellow_spruce": "黄色云杉", + "leaves_type.biomeswevegone.firecracker": "鸟尾花", + "leaves_type.biomeswevegone.aspen": "白杨", + "leaves_type.biomeswevegone.baobab": "猴面包", + "leaves_type.biomeswevegone.blue_enchanted": "蓝色魔法", + "leaves_type.biomeswevegone.cika": "锡卡", + "leaves_type.biomeswevegone.cypress": "柏树", + "leaves_type.biomeswevegone.ebony": "乌木", + "leaves_type.biomeswevegone.fir": "冷杉", + "leaves_type.biomeswevegone.green_enchanted": "绿色魔法", + "leaves_type.biomeswevegone.holly": "冬青", + "leaves_type.biomeswevegone.ironwood": "铁色木", + "leaves_type.biomeswevegone.jacaranda": "蓝花楹", + "leaves_type.biomeswevegone.mahogany": "桃花心木", + "leaves_type.biomeswevegone.maple": "枫树", + "leaves_type.biomeswevegone.palm": "棕榈", + "leaves_type.biomeswevegone.pine": "松树", + "leaves_type.biomeswevegone.rainbow_eucalyptus": "彩虹桉", + "leaves_type.biomeswevegone.redwood": "红杉", + "leaves_type.biomeswevegone.skyris": "天际", + "leaves_type.biomeswevegone.spirit": "魂灵", + "leaves_type.biomeswevegone.white_mangrove": "白色红树", + "leaves_type.biomeswevegone.willow": "柳树", + "leaves_type.biomeswevegone.witch_hazel": "金缕梅", + "leaves_type.biomeswevegone.zelkova": "榉树", + "leaves_type.biomeswevegone.palo_verde": "扁轴", + + "wood_type.blocksplus.chorus": "紫颂木", + "wood_type.blocksplus.bamboo": "青竹", + "wood_type.blocksplus.mushroom": "蘑菇", + + "wood_type.blockus.white_oak": "白色橡木", + "wood_type.blockus.legacy": "旧版", + "leaves_type.blockus.white_oak": "白色橡树", + "leaves_type.blockus.legacy": "旧版", + + "wood_type.bloomingnature.aspen": "白杨木", + "wood_type.bloomingnature.baobab": "猴面包木", + "wood_type.bloomingnature.chestnut": "栗木", + "wood_type.bloomingnature.ebony": "乌木", + "wood_type.bloomingnature.fan_palm": "扇叶棕榈木", + "wood_type.bloomingnature.fir": "冷杉木", + "wood_type.bloomingnature.larch": "落叶松木", + "wood_type.bloomingnature.swamp_cypress": "落羽杉木", + "wood_type.bloomingnature.swamp_oak": "双色栎木", + "leaves_type.bloomingnature.aspen": "白杨", + "leaves_type.bloomingnature.baobab": "猴面包", + "leaves_type.bloomingnature.chestnut": "栗树", + "leaves_type.bloomingnature.ebony": "乌木", + "leaves_type.bloomingnature.fir": "冷杉", + "leaves_type.bloomingnature.fan_palm": "扇叶棕榈", + "leaves_type.bloomingnature.larch": "落叶松", + "leaves_type.bloomingnature.swamp_cypress": "落羽杉", + "leaves_type.bloomingnature.swamp_oak": "双色栎", + "leaves_type.bloomingnature.orange": "橙色", + + "wood_type.blue_skies.crystallized": "水晶木", + "wood_type.blue_skies.bluebright": "蓝辉木", + "wood_type.blue_skies.starlit": "星荧木", + "wood_type.blue_skies.frostbright": "霜耀木", + "wood_type.blue_skies.lunar": "明月木", + "wood_type.blue_skies.dusk": "暮光木", + "wood_type.blue_skies.maple": "枫木", + "wood_type.blue_skies.comet": "彗星木", + "leaves_type.blue_skies.crystallized": "水晶", + "leaves_type.blue_skies.bluebright": "蓝辉", + "leaves_type.blue_skies.starlit": "星荧", + "leaves_type.blue_skies.frostbright": "霜耀", + "leaves_type.blue_skies.lunar": "明月", + "leaves_type.blue_skies.dusk": "暮光", + "leaves_type.blue_skies.maple": "枫树", + "leaves_type.blue_skies.comet": "彗星", + "leaves_type.blue_skies.crescent_fruit": "新月果", + + "wood_type.born_in_chaos_v1.scorched": "焦炭木", + + "wood_type.botania.livingwood": "活木", + "wood_type.botania.dreamwood": "梦之木", + + "wood_type.bountifulfares.walnut": "核桃木", + "wood_type.bountifulfares.hoary": "朽老木", + "leaves_type.bountifulfares.apple": "苹果", + "leaves_type.bountifulfares.lemon": "柠檬", + "leaves_type.bountifulfares.orange": "橙子", + "leaves_type.bountifulfares.plum": "李子", + "leaves_type.bountifulfares.flowering_apple": "盛开的苹果", + "leaves_type.bountifulfares.flowering_lemon": "盛开的柠檬", + "leaves_type.bountifulfares.flowering_orange": "盛开的橙子", + "leaves_type.bountifulfares.flowering_plum": "盛开的李子", + "leaves_type.bountifulfares.walnut": "核桃", + "leaves_type.bountifulfares.hoary": "朽老", + + "wood_type.caupona.walnut": "核桃木", + "leaves_type.caupona.walnut": "核桃", + "leaves_type.caupona.fig": "无花果", + "leaves_type.caupona.wolfberry": "枸杞", + + "wood_type.caverns_and_chasms.azalea": "杜鹃木", + + "wood_type.ceilands.ceiltrunk": "垂顶木", + "wood_type.ceilands.luzawood": "蓝碧木", + "leaves_type.ceilands.ceiltrunk": "垂顶", + "leaves_type.ceilands.luzawood": "蓝碧", + + "wood_type.charred_horizons.blight": "枯黄木", + "wood_type.charred_horizons.withered": "凋零木", + + "leaves_type.chipped.apple_acacia": "苹果金合欢", + "leaves_type.chipped.cherry_acacia": "樱桃金合欢", + "leaves_type.chipped.dead_acacia": "枯萎的金合欢", + "leaves_type.chipped.frosted_acacia": "结霜金合欢", + "leaves_type.chipped.golden_acacia": "金色金合欢", + "leaves_type.chipped.golden_cherry_acacia": "金樱桃金合欢", + "leaves_type.chipped.magenta_flower_acacia": "品红花金合欢", + "leaves_type.chipped.orange_acacia": "橙色金合欢", + "leaves_type.chipped.red_acacia": "红色金合欢", + "leaves_type.chipped.white_flower_acacia": "白花金合欢", + "leaves_type.chipped.apple_birch": "苹果白桦", + "leaves_type.chipped.cherry_birch": "樱桃白桦", + "leaves_type.chipped.dead_birch": "枯萎的白桦", + "leaves_type.chipped.frosted_birch": "结霜白桦", + "leaves_type.chipped.golden_birch": "金色白桦", + "leaves_type.chipped.golden_cherry_birch": "金樱桃白桦", + "leaves_type.chipped.magenta_flower_birch": "品红花白桦", + "leaves_type.chipped.orange_birch": "橙色白桦", + "leaves_type.chipped.red_birch": "红色白桦", + "leaves_type.chipped.white_flower_birch": "白花白桦", + "leaves_type.chipped.apple_dark_oak": "苹果深色橡树", + "leaves_type.chipped.cherry_dark_oak": "樱桃深色橡树", + "leaves_type.chipped.dead_dark_oak": "枯萎的深色橡树", + "leaves_type.chipped.frosted_dark_oak": "结霜深色橡树", + "leaves_type.chipped.golden_dark_oak": "金色深色橡树", + "leaves_type.chipped.golden_cherry_dark_oak": "金樱桃深色橡树", + "leaves_type.chipped.magenta_flower_dark_oak": "品红花深色橡树", + "leaves_type.chipped.orange_dark_oak": "橙色深色橡树", + "leaves_type.chipped.red_dark_oak": "红色深色橡树", + "leaves_type.chipped.white_flower_dark_oak": "白花深色橡树", + "leaves_type.chipped.apple_jungle": "苹果丛林", + "leaves_type.chipped.cherry_jungle": "樱桃丛林", + "leaves_type.chipped.dead_jungle": "枯萎的丛林", + "leaves_type.chipped.frosted_jungle": "结霜丛林", + "leaves_type.chipped.golden_jungle": "金色丛林", + "leaves_type.chipped.golden_cherry_jungle": "金樱桃丛林", + "leaves_type.chipped.magenta_flower_jungle": "品红花丛林", + "leaves_type.chipped.orange_jungle": "橙色丛林", + "leaves_type.chipped.red_jungle": "红色丛林", + "leaves_type.chipped.white_flower_jungle": "白花丛林", + "leaves_type.chipped.apple_oak": "苹果橡树", + "leaves_type.chipped.cherry_oak": "樱桃橡树", + "leaves_type.chipped.dead_oak": "枯萎的橡树", + "leaves_type.chipped.frosted_oak": "结霜橡树", + "leaves_type.chipped.golden_oak": "金色橡树", + "leaves_type.chipped.golden_cherry_oak": "金樱桃橡树", + "leaves_type.chipped.magenta_flower_oak": "品红花橡树", + "leaves_type.chipped.orange_oak": "橙色橡树", + "leaves_type.chipped.red_oak": "红色橡树", + "leaves_type.chipped.white_flower_oak": "白花橡树", + "leaves_type.chipped.apple_spruce": "苹果云杉", + "leaves_type.chipped.cherry_spruce": "樱桃云杉", + "leaves_type.chipped.dead_spruce": "枯萎的云杉", + "leaves_type.chipped.frosted_spruce": "结霜云杉", + "leaves_type.chipped.golden_spruce": "金色云杉", + "leaves_type.chipped.golden_cherry_spruce": "金樱桃云杉", + "leaves_type.chipped.magenta_flower_spruce": "品红花云杉", + "leaves_type.chipped.orange_spruce": "橙色云杉", + "leaves_type.chipped.red_spruce": "红色云杉", + "leaves_type.chipped.white_flower_spruce": "白花云杉", + "leaves_type.chipped.golden_apple_acacia": "金苹果金合欢", + "leaves_type.chipped.golden_apple_birch": "金苹果白桦", + "leaves_type.chipped.golden_apple_dark_oak": "金苹果深色橡树", + "leaves_type.chipped.golden_apple_jungle": "金苹果丛林", + "leaves_type.chipped.golden_apple_oak": "金苹果橡树", + "leaves_type.chipped.golden_apple_spruce": "金苹果云杉", + + "wood_type.cinderscapes.scorched": "焦灼木", + "wood_type.cinderscapes.umbral": "暗影木", + + "wood_type.clutter.redwood": "红杉木", + "leaves_type.clutter.redwood": "红杉", + "leaves_type.clutter.kiwi": "猕猴桃", + "leaves_type.clutter.ripe_kiwi": "成熟的猕猴桃", + + "wood_type.cobblemon.apricorn": "球果木", + "leaves_type.cobblemon.apricorn": "球果", + + "leaves_type.croptopia.cinnamon": "肉桂", + + "leaves_type.culturaldelights.avocado": "牛油果", + "leaves_type.culturaldelights.fruiting_avocado": "结果的牛油果", + + "wood_type.dawnoftimebuilder.waxed_oak": "涂蜡橡木", + "wood_type.dawnoftimebuilder.charred_spruce": "焦黑云杉木", + "leaves_type.dawnoftimebuilder.waxed_oak": "涂蜡橡树", + "leaves_type.dawnoftimebuilder.charred_spruce": "焦黑云杉", + + "wood_type.deep_aether.roseroot": "瑰根木", + "wood_type.deep_aether.yagroot": "榴根木", + "wood_type.deep_aether.cruderoot": "朴根木", + "wood_type.deep_aether.conberry": "孪团木", + "wood_type.deep_aether.sunroot": "晖根木", + "leaves_type.deep_aether.roseroot": "瑰根", + "leaves_type.deep_aether.flowering_roseroot": "盛开的瑰根", + "leaves_type.deep_aether.blue_roseroot": "蓝色瑰根", + "leaves_type.deep_aether.flowering_blue_roseroot": "盛开的蓝色瑰根", + "leaves_type.deep_aether.yagroot": "榴根", + "leaves_type.deep_aether.cruderoot": "朴根", + "leaves_type.deep_aether.conberry": "孪团", + "leaves_type.deep_aether.sunroot": "晖根", + + "wood_type.deeperdarker.echo": "回响木", + "leaves_type.deeperdarker.echo": "回响", + + "wood_type.desolation.charred": "烧焦的", + "leaves_type.desolation.charred": "烧焦的", + + "wood_type.divinerpg.divine": "神圣木", + "wood_type.divinerpg.shiverspine": "寒颤脊木", + "wood_type.divinerpg.auroraoak": "极光橡木", + "wood_type.divinerpg.cozybark": "柔皮木", + "wood_type.divinerpg.streamleaf": "流叶木", + "wood_type.divinerpg.eden": "伊甸木", + "wood_type.divinerpg.wildwood": "原始森林木", + "wood_type.divinerpg.apalachia": "魔咒山脉木", + "wood_type.divinerpg.skythern": "昏域木", + "wood_type.divinerpg.mortum": "死渊木", + "wood_type.divinerpg.eucalyptus": "桉木", + "leaves_type.divinerpg.divine": "神圣", + "leaves_type.divinerpg.brittle": "尖脆", + "leaves_type.divinerpg.auroraoak": "极光橡树", + "leaves_type.divinerpg.cozybark": "柔皮", + "leaves_type.divinerpg.streamleaf": "流叶", + "leaves_type.divinerpg.dreamwood": "梦境", + "leaves_type.divinerpg.mintwood": "薄荷", + "leaves_type.divinerpg.firewood": "火焰", + "leaves_type.divinerpg.hyrewood": "海尔", + "leaves_type.divinerpg.eden": "伊甸", + "leaves_type.divinerpg.wildwood": "原始森林", + "leaves_type.divinerpg.apalachia": "魔咒山脉", + "leaves_type.divinerpg.skythern": "昏域", + "leaves_type.divinerpg.mortum": "死渊", + + "wood_type.domum_ornamentum.cactus": "绿色仙人掌", + "wood_type.domum_ornamentum.cactus_extra": "仙人掌", + + "wood_type.ecologics.coconut": "椰木", + "wood_type.ecologics.walnut": "核桃木", + "wood_type.ecologics.azalea": "杜鹃木", + "wood_type.ecologics.flowering_azalea": "杜鹃花木", + "leaves_type.ecologics.coconut": "椰树", + "leaves_type.ecologics.walnut": "核桃", + + "wood_type.edenring.auritis": "伊甸朴木", + "wood_type.edenring.balloon_mushroom": "气球菇", + "wood_type.edenring.pulse_tree": "伊甸荜树木", + "wood_type.edenring.brain_tree": "脑树木", + "leaves_type.edenring.auritis": "伊甸朴木", + + "wood_type.eidolon.illwood": "灾厄木", + "leaves_type.eidolon.illwood": "灾厄", + + "wood_type.eldritch_end.primordial": "原始木", + "leaves_type.eldritch_end.primordial": "原始", + + "wood_type.emeraldcraft.ginkgo": "银杏木", + "wood_type.emeraldcraft.palm": "棕榈木", + "wood_type.emeraldcraft.peach": "桃木", + "wood_type.emeraldcraft.purpuraceus": "紫陀螺木", + "leaves_type.emeraldcraft.ginkgo": "银杏", + "leaves_type.emeraldcraft.palm": "棕榈", + "leaves_type.emeraldcraft.peach": "桃树", + + "wood_type.endergetic.poise": "幽仪木", + + "wood_type.endlessbiomes.penumbra": "半影木", + "wood_type.endlessbiomes.twisted": "扭曲木", + "leaves_type.endlessbiomes.penumbra": "半影", + "leaves_type.endlessbiomes.glowing_penumbra": "荧光半影", + + "wood_type.enhanced_mushrooms.mushroom": "蘑菇", + + "wood_type.enlightened_end.cerulean": "蔚蓝", + "wood_type.enlightened_end.indigo": "靛蓝木", + + "wood_type.environmental.willow": "柳木", + "wood_type.environmental.plum": "李木", + "wood_type.environmental.pine": "松木", + "wood_type.environmental.wisteria": "紫藤木", + "leaves_type.environmental.willow": "柳树", + "leaves_type.environmental.plum": "李树", + "leaves_type.environmental.cheerful_plum": "明朗李树", + "leaves_type.environmental.moody_plum": "阴沉李树", + "leaves_type.environmental.pine": "松树", + "leaves_type.environmental.wisteria": "紫藤", + "leaves_type.environmental.blue_wisteria": "蓝色紫藤", + "leaves_type.environmental.pink_wisteria": "粉红色紫藤", + "leaves_type.environmental.purple_wisteria": "紫色紫藤", + "leaves_type.environmental.white_wisteria": "白色紫藤", + "leaves_type.environmental.hibiscus": "木槿", + + "wood_type.eternal_starlight.lunar": "月辉木", + "wood_type.eternal_starlight.northland": "北地木", + "wood_type.eternal_starlight.starlight_mangrove": "星光红木", + "wood_type.eternal_starlight.scarlet": "猩红木", + "wood_type.eternal_starlight.torreya": "榧木", + "wood_type.eternal_starlight.jinglestem": "海铃茎", + "leaves_type.eternal_starlight.lunar": "月辉", + "leaves_type.eternal_starlight.northland": "北地", + "leaves_type.eternal_starlight.starlight_mangrove": "星光红木", + "leaves_type.eternal_starlight.scarlet": "猩红", + "leaves_type.eternal_starlight.torreya": "榧树", + "leaves_type.eternal_starlight.jinglestem": "海铃", + + "wood_type.evilcraft.undead": "亡灵木", + "leaves_type.evilcraft.undead": "亡灵", + + "wood_type.excessive_building.ancient": "远古木", + "wood_type.excessive_building.gloom": "金郁木", + "leaves_type.excessive_building.ancient": "远古", + "leaves_type.excessive_building.gloom": "金郁", + + "wood_type.extendedmushrooms.mushroom": "蘑菇", + "wood_type.extendedmushrooms.glowshroom": "荧光菇", + "wood_type.extendedmushrooms.poisonous_mushroom": "毒蘑菇", + "wood_type.extendedmushrooms.honey_fungus": "蜂蜜菌", + + "wood_type.flying_stuff.glaciated": "寒霜木", + "wood_type.flying_stuff.lavic": "赤融木", + "wood_type.flying_stuff.celestial": "天界木", + "leaves_type.flying_stuff.fiery": "焰光", + "leaves_type.flying_stuff.glaciated": "寒霜", + + "wood_type.forbidden_arcanus.aurum": "黄金木", + "wood_type.forbidden_arcanus.edelwood": "埃德木", + "wood_type.forbidden_arcanus.fungyss": "魔菇木", + "leaves_type.forbidden_arcanus.aurum": "黄金", + "leaves_type.forbidden_arcanus.nuggety_aurum": "结粒黄金", + + "wood_type.forcecraft.force": "力量木", + "leaves_type.forcecraft.force": "力量", + + "wood_type.forestry.larch": "落叶松木", + "wood_type.forestry.teak": "柚木", + "wood_type.forestry.acacia_desert": "麟刺金合欢木", + "wood_type.forestry.lime": "椴木", + "wood_type.forestry.chestnut": "栗木", + "wood_type.forestry.wenge": "崖豆木", + "wood_type.forestry.baobab": "猴面包木", + "wood_type.forestry.sequoia": "红杉木", + "wood_type.forestry.kapok": "木棉木", + "wood_type.forestry.ebony": "乌檀木", + "wood_type.forestry.mahogany": "桃花心木", + "wood_type.forestry.balsa": "轻木", + "wood_type.forestry.willow": "柳木", + "wood_type.forestry.walnut": "胡桃木", + "wood_type.forestry.greenheart": "绿心樟木", + "wood_type.forestry.hill_cherry": "山樱木", + "wood_type.forestry.mahoe": "槿木", + "wood_type.forestry.poplar": "杨木", + "wood_type.forestry.palm": "棕榈木", + "wood_type.forestry.papaya": "木瓜木", + "wood_type.forestry.pine": "松木", + "wood_type.forestry.plum": "李木", + "wood_type.forestry.maple": "枫木", + "wood_type.forestry.citrus": "柑橘木", + "wood_type.forestry.giganteum": "巨杉木", + "wood_type.forestry.ipe": "风铃木", + "wood_type.forestry.padauk": "紫檀木", + "wood_type.forestry.cocobolo": "黄檀木", + "wood_type.forestry.zebrawood": "斑纹漆木", + "wood_type.forestry.larch_fireproof": "抗燃落叶松木", + "wood_type.forestry.teak_fireproof": "抗燃柚木", + "wood_type.forestry.acacia_desert_fireproof": "抗燃麟刺金合欢木", + "wood_type.forestry.lime_fireproof": "抗燃椴木", + "wood_type.forestry.chestnut_fireproof": "抗燃栗木", + "wood_type.forestry.wenge_fireproof": "抗燃崖豆木", + "wood_type.forestry.baobab_fireproof": "抗燃猴面包木", + "wood_type.forestry.sequoia_fireproof": "抗燃红杉木", + "wood_type.forestry.kapok_fireproof": "抗燃木棉木", + "wood_type.forestry.ebony_fireproof": "抗燃乌檀木", + "wood_type.forestry.mahogany_fireproof": "抗燃桃花心木", + "wood_type.forestry.balsa_fireproof": "抗燃轻木", + "wood_type.forestry.willow_fireproof": "抗燃柳木", + "wood_type.forestry.walnut_fireproof": "抗燃胡桃木", + "wood_type.forestry.greenheart_fireproof": "抗燃绿心樟木", + "wood_type.forestry.hill_cherry_fireproof": "抗燃山樱木", + "wood_type.forestry.mahoe_fireproof": "抗燃槿木", + "wood_type.forestry.poplar_fireproof": "抗燃杨木", + "wood_type.forestry.palm_fireproof": "抗燃棕榈木", + "wood_type.forestry.papaya_fireproof": "抗燃木瓜木", + "wood_type.forestry.pine_fireproof": "抗燃松木", + "wood_type.forestry.plum_fireproof": "抗燃李木", + "wood_type.forestry.maple_fireproof": "抗燃枫木", + "wood_type.forestry.citrus_fireproof": "抗燃柑橘木", + "wood_type.forestry.giganteum_fireproof": "抗燃巨杉木", + "wood_type.forestry.ipe_fireproof": "抗燃风铃木", + "wood_type.forestry.padauk_fireproof": "抗燃紫檀木", + "wood_type.forestry.cocobolo_fireproof": "抗燃黄檀木", + "wood_type.forestry.zebrawood_fireproof": "抗燃斑纹漆木", + "wood_type.forestry.oak_fireproof": "抗燃橡木", + "wood_type.forestry.spruce_fireproof": "抗燃云杉木", + "wood_type.forestry.birch_fireproof": "抗燃白桦木", + "wood_type.forestry.jungle_fireproof": "抗燃丛林木", + "wood_type.forestry.acacia_fireproof": "抗燃金合欢木", + "wood_type.forestry.dark_oak_fireproof": "抗燃深色橡木", + "wood_type.forestry.cherry_fireproof": "抗燃樱花木", + "leaves_type.forestry.tree_oak_default": "苹果橡", + "leaves_type.forestry.tree_dark_oak_default": "黑橡", + "leaves_type.forestry.tree_birch_default": "银桦", + "leaves_type.forestry.tree_lime_default": "银椴", + "leaves_type.forestry.tree_walnut_default": "胡桃", + "leaves_type.forestry.tree_chestnut_default": "甜栗", + "leaves_type.forestry.tree_cherry_default": "樱花", + "leaves_type.forestry.tree_hill_cherry_default": "山樱", + "leaves_type.forestry.tree_lemon_default": "柠檬", + "leaves_type.forestry.tree_plum_default": "洋李", + "leaves_type.forestry.tree_maple_default": "糖枫", + "leaves_type.forestry.tree_spruce_default": "红云杉", + "leaves_type.forestry.tree_larch_default": "落叶松", + "leaves_type.forestry.tree_pine_default": "西黄松", + "leaves_type.forestry.tree_sequoia_default": "海岸红杉", + "leaves_type.forestry.tree_giant_sequoia_default": "巨杉", + "leaves_type.forestry.tree_jungle_default": "丛林", + "leaves_type.forestry.tree_teak_default": "柚木", + "leaves_type.forestry.tree_ipe_default": "风铃木", + "leaves_type.forestry.tree_kapok_default": "木棉", + "leaves_type.forestry.tree_ebony_default": "乌檀", + "leaves_type.forestry.tree_zebrawood_default": "斑纹漆", + "leaves_type.forestry.tree_mahogany_default": "黄桉", + "leaves_type.forestry.tree_acacia_default": "金合欢", + "leaves_type.forestry.tree_desert_acacia_default": "麟刺金合欢", + "leaves_type.forestry.tree_padauk_default": "紫檀", + "leaves_type.forestry.tree_balsa_default": "轻木", + "leaves_type.forestry.tree_cocobolo_default": "黄檀", + "leaves_type.forestry.tree_wenge_default": "崖豆木", + "leaves_type.forestry.tree_baobab_default": "猴面包", + "leaves_type.forestry.tree_mahoe_default": "高槿", + "leaves_type.forestry.tree_willow_default": "白柳", + "leaves_type.forestry.tree_sipiri_default": "绿心樟", + "leaves_type.forestry.tree_papaya_default": "木瓜", + "leaves_type.forestry.tree_date_default": "枣椰", + "leaves_type.forestry.tree_poplar_default": "白杨", + + "wood_type.fruitfulfun.citrus": "柑橘木", + "wood_type.fruitfulfun.redlove": "红心果木", + "leaves_type.fruitfulfun.apple": "苹果橡树", + "leaves_type.fruitfulfun.cherry": "樱桃", + "leaves_type.fruitfulfun.citron": "香橼", + "leaves_type.fruitfulfun.grapefruit": "西柚", + "leaves_type.fruitfulfun.lemon": "柠檬", + "leaves_type.fruitfulfun.lime": "酸橙", + "leaves_type.fruitfulfun.orange": "甜橙", + "leaves_type.fruitfulfun.pomegranate": "石榴", + "leaves_type.fruitfulfun.pomelo": "柚子", + "leaves_type.fruitfulfun.redlove": "红心果", + "leaves_type.fruitfulfun.tangerine": "橘子", + + "wood_type.gardens_of_the_dead.soulblight": "枯魂木", + "wood_type.gardens_of_the_dead.whistlecane": "鸣怨竹", + + "wood_type.goety.haunted": "缠魂木", + "wood_type.goety.rotten": "朽木", + "wood_type.goety.windswept": "风袭木", + "wood_type.goety.pine": "松木", + "leaves_type.goety.haunted": "缠魂", + "leaves_type.goety.rotten": "朽木", + "leaves_type.goety.windswept": "风袭", + "leaves_type.goety.pine": "松树", + + "wood_type.gravitation.aerfin": "空翼木", + "wood_type.gravitation.beladon": "莨菪木", + "wood_type.gravitation.enchanted": "神祝木", + "leaves_type.gravitation.aerfin": "空翼", + "leaves_type.gravitation.blue_aerfin": "蓝色空翼", + "leaves_type.gravitation.golden_aerfin": "金色空翼", + "leaves_type.gravitation.beladon": "莨菪", + "leaves_type.gravitation.enchanted": "神祝", + + "wood_type.goodending.cypress": "柏木", + "wood_type.goodending.muddy_oak": "泥浆橡木", + "leaves_type.goodending.cypress": "柏树", + "leaves_type.goodending.dense_birch": "茂密白桦", + "leaves_type.goodending.dense_dark_oak": "茂密深色橡树", + + "wood_type.habitat.fairy_ring_mushroom": "仙环菇", + + "wood_type.hexcasting.edified": "启迪木", + "leaves_type.hexcasting.amethyst_edified": "晶紫启迪", + "leaves_type.hexcasting.aventurine_edified": "砂蓝启迪", + "leaves_type.hexcasting.citrine_edified": "晶黄启迪", + + "wood_type.hexerei.mahogany": "桃花心木", + "wood_type.hexerei.willow": "柳木", + "wood_type.hexerei.witch_hazel": "金缕梅木", + "leaves_type.hexerei.mahogany": "桃花心木", + "leaves_type.hexerei.willow": "柳树", + "leaves_type.hexerei.witch_hazel": "金缕梅", + + "wood_type.hibernalherbs.myqueste": "秘魁木", + "leaves_type.hibernalherbs.myqueste": "秘魁", + + "wood_type.integrateddynamics.menril": "门瑞欧木", + "leaves_type.integrateddynamics.menril": "门瑞欧", + + "wood_type.jitl.euca_gold": "金桉木", + "wood_type.jitl.euca_brown": "棕桉木", + "wood_type.jitl.frozen": "霜原木", + "wood_type.jitl.depths": "渊木", + "wood_type.jitl.corba": "腐杉木", + "wood_type.jitl.terranian": "艳木", + "wood_type.jitl.cloudia": "天魁木", + + "leaves_type.mcwholidays.yellow_oak": "黄色橡树", + "leaves_type.mcwholidays.orange_oak": "橙色橡树", + "leaves_type.mcwholidays.red_oak": "红色橡树", + "leaves_type.mcwholidays.brown_oak": "棕色橡树", + "leaves_type.mcwholidays.mixed_oak": "混色橡树", + "leaves_type.mcwholidays.snowy_oak": "积雪的橡树", + "leaves_type.mcwholidays.snowy_spruce": "积雪的云杉", + + "wood_type.malum.runewood": "符文木", + "wood_type.malum.soulwood": "灵魂木", + "leaves_type.malum.runewood": "符文", + "leaves_type.malum.azure_runewood": "青蓝符文", + "leaves_type.malum.soulwood": "灵魂", + "leaves_type.malum.budding_soulwood": "含苞的灵魂", + + "wood_type.maple.cherry": "樱桃木", + "wood_type.maple.ginkgo": "银杏木", + "wood_type.maple.maple": "枫木", + "leaves_type.maple.cherry": "樱桃", + "leaves_type.maple.ginkgo": "银杏", + "leaves_type.maple.maple": "枫树", + "leaves_type.maple.red_maple": "红色枫树", + "leaves_type.maple.sakura": "樱树", + + "wood_type.mapletree.maple": "枫木", + "leaves_type.mapletree.maple": "枫树", + "leaves_type.mapletree.red_maple": "红色枫树", + + "wood_type.meadow.pine": "松木", + "leaves_type.meadow.pine": "松树", + + "wood_type.minecells.putrid": "腐烂木", + "leaves_type.minecells.wilted": "枯", + "leaves_type.minecells.orange_wilted": "橙色枯", + "leaves_type.minecells.red_wilted": "红色枯", + + "wood_type.mint.madder": "茜草木", + "wood_type.mint.wintergreen": "常青木", + "leaves_type.mint.wintergreen": "常青", + "leaves_type.mint.peach": "桃树", + "leaves_type.mint.flowering_peach": "盛开的桃树", + + "wood_type.morecraft.netherwood": "下界木", + "leaves_type.morecraft.netherwood": "下界", + + "wood_type.moresnifferflowers.vivicus": "芽生木", + "wood_type.moresnifferflowers.corrupted": "腐坏木", + "leaves_type.moresnifferflowers.vivicus": "芽生", + "leaves_type.moresnifferflowers.corrupted": "腐坏", + + "leaves_type.ms.nature/green_maple": "绿色枫树", + "leaves_type.ms.nature/yellow_maple": "黄色枫树", + "leaves_type.ms.nature/red_maple": "红色枫树", + "leaves_type.ms.nature/silverbell": "银钟", + "leaves_type.ms.nature/willow": "柳树", + "leaves_type.ms.nature/tigerwood": "虎斑", + "leaves_type.ms.nature/glowood": "荧光", + "leaves_type.ms.nature/hellwood": "地狱", + + "wood_type.mynethersdelight.powdery": "烟药竹", + + "leaves_type.mythicbotany.dreamwood": "梦之木", + + "wood_type.mysticsbiomes.strawberry": "草莓木", + "wood_type.mysticsbiomes.cherry": "樱桃木", + "wood_type.mysticsbiomes.peach": "桃木", + "wood_type.mysticsbiomes.maple": "枫木", + "wood_type.mysticsbiomes.sea_foam": "海泡木", + "wood_type.mysticsbiomes.tropical": "热带木", + "wood_type.mysticsbiomes.jacaranda": "蓝花楹木", + "leaves_type.mysticsbiomes.maple": "枫树", + "leaves_type.mysticsbiomes.orange_maple": "橙色枫树", + "leaves_type.mysticsbiomes.yellow_maple": "黄色枫树", + "leaves_type.mysticsbiomes.pink_cherry": "粉红色樱桃", + "leaves_type.mysticsbiomes.white_cherry": "白色樱桃", + "leaves_type.mysticsbiomes.strawberry": "草莓", + "leaves_type.mysticsbiomes.peach": "桃树", + "leaves_type.mysticsbiomes.jacaranda": "蓝花楹", + "leaves_type.mysticsbiomes.sea_shrub": "海灌", + "leaves_type.mysticsbiomes.tropical": "热带", + "leaves_type.mysticsbiomes.peony": "牡丹", + "leaves_type.mysticsbiomes.hydrangea": "绣球花", + "leaves_type.mysticsbiomes.budding_peony": "含苞的牡丹", + + "wood_type.nature_arise.maple": "枫木", + "wood_type.nature_arise.fir": "冷杉木", + "wood_type.nature_arise.willow": "柳木", + "leaves_type.nature_arise.maple": "枫树", + "leaves_type.nature_arise.red_maple": "红色枫树", + "leaves_type.nature_arise.orange_maple": "橙色枫树", + "leaves_type.nature_arise.yellow_maple": "黄色枫树", + "leaves_type.nature_arise.fir": "冷杉", + "leaves_type.nature_arise.silver_birch": "垂枝桦", + "leaves_type.nature_arise.willow": "柳树", + + "wood_type.natures_spirit.aspen": "白杨木", + "wood_type.natures_spirit.cedar": "雪松木", + "wood_type.natures_spirit.coconut": "椰子木", + "wood_type.natures_spirit.cypress": "柏木", + "wood_type.natures_spirit.fir": "冷杉木", + "wood_type.natures_spirit.ghaf": "牧豆木", + "wood_type.natures_spirit.joshua": "短叶丝兰木", + "wood_type.natures_spirit.larch": "落叶松木", + "wood_type.natures_spirit.mahogany": "桃花心木", + "wood_type.natures_spirit.maple": "枫木", + "wood_type.natures_spirit.olive": "橄榄木", + "wood_type.natures_spirit.palo_verde": "假紫荆木", + "wood_type.natures_spirit.redwood": "红杉木", + "wood_type.natures_spirit.saxaul": "梭梭木", + "wood_type.natures_spirit.sugi": "柳杉木", + "wood_type.natures_spirit.willow": "柳木", + "wood_type.natures_spirit.wisteria": "紫藤木", + "leaves_type.natures_spirit.aspen": "白杨", + "leaves_type.natures_spirit.yellow_aspen": "黄叶白杨", + "leaves_type.natures_spirit.cedar": "雪松", + "leaves_type.natures_spirit.coconut": "椰子", + "leaves_type.natures_spirit.cypress": "柏树", + "leaves_type.natures_spirit.fir": "冷杉", + "leaves_type.natures_spirit.frosty_fir": "结霜冷杉", + "leaves_type.natures_spirit.ghaf": "牧豆", + "leaves_type.natures_spirit.joshua": "短叶丝兰", + "leaves_type.natures_spirit.larch": "落叶松", + "leaves_type.natures_spirit.yellow_larch": "黄叶落叶松", + "leaves_type.natures_spirit.mahogany": "桃花心木", + "leaves_type.natures_spirit.orange_maple": "橙叶枫树", + "leaves_type.natures_spirit.red_maple": "红叶枫树", + "leaves_type.natures_spirit.yellow_maple": "黄叶枫树", + "leaves_type.natures_spirit.olive": "橄榄", + "leaves_type.natures_spirit.palo_verde": "假紫荆", + "leaves_type.natures_spirit.redwood": "红杉", + "leaves_type.natures_spirit.frosty_redwood": "结霜红杉", + "leaves_type.natures_spirit.saxaul": "梭梭", + "leaves_type.natures_spirit.sugi": "柳杉", + "leaves_type.natures_spirit.willow": "柳树", + "leaves_type.natures_spirit.wisteria": "紫藤", + "leaves_type.natures_spirit.blue_wisteria": "蓝花紫藤", + "leaves_type.natures_spirit.pink_wisteria": "粉花紫藤", + "leaves_type.natures_spirit.purple_wisteria": "紫花紫藤", + "leaves_type.natures_spirit.white_wisteria": "白花紫藤", + "leaves_type.natures_spirit.part_blue_wisteria": "部分开花的蓝花紫藤", + "leaves_type.natures_spirit.part_pink_wisteria": "部分开花的粉花紫藤", + "leaves_type.natures_spirit.part_purple_wisteria": "部分开花的紫花紫藤", + "leaves_type.natures_spirit.part_white_wisteria": "部分开花的白花紫藤", + + "wood_type.neepmeat.blood_bubble": "血疱木", + "leaves_type.neepmeat.blood_bubble": "血疱", + + "wood_type.netherexp.claret": "干红木", + + "wood_type.nethers_exoticism.jaboticaba": "嘉宝果木", + "leaves_type.nethers_exoticism.ramboutan": "红毛丹", + "leaves_type.nethers_exoticism.jaboticaba": "嘉宝果", + + "wood_type.newworld.fir": "冷杉木", + "leaves_type.newworld.fir": "冷杉", + + "leaves_type.occultism.otherworld": "异界", + + "wood_type.orcz.orc_wood": "兽木", + "leaves_type.orcz.orc_wood": "兽木", + + "wood_type.organics.hoaky": "霍橡木", + "leaves_type.organics.hoaky": "霍橡", + + "wood_type.outer_end.azure": "碧蓝木", + "leaves_type.outer_end.azure": "碧蓝", + + "wood_type.pasterdream.dyedream": "染梦木", + "wood_type.pasterdream.shadow": "阴影木", + "wood_type.pasterdream.windmoor": "风泊木", + "leaves_type.pasterdream.dyedream": "染梦", + + "wood_type.pearfection.callery": "豆梨木", + "leaves_type.pearfection.callery": "豆梨", + + "wood_type.phantasm.pream": "梦兰木", + "leaves_type.phantasm.pream": "梦兰", + + "wood_type.piglin_ruins.ominous": "噩兆木", + + "wood_type.pizzacraft.olive": "橄榄木", + "leaves_type.pizzacraft.olive": "橄榄", + "leaves_type.pizzacraft.fruit_olive": "结果的橄榄", + + "wood_type.pokecube.enigma": "谜芝果木", + "wood_type.pokecube.leppa": "苹野木", + "wood_type.pokecube.nanab": "蕉香木", + "wood_type.pokecube.oran": "橙橙木", + "wood_type.pokecube.pecha": "桃桃木", + "wood_type.pokecube.sitrus": "文柚木", + "leaves_type.pokecube.enigma": "谜芝果", + "leaves_type.pokecube.leppa": "苹野", + "leaves_type.pokecube.nanab": "蕉香", + "leaves_type.pokecube.oran": "橙橙", + "leaves_type.pokecube.pecha": "桃桃", + "leaves_type.pokecube.sitrus": "文柚", + "leaves_type.pokecube.tamato": "茄番", + "leaves_type.pokecube.qualot": "比巴", + "leaves_type.pokecube.hondew": "哈密", + "leaves_type.pokecube.grepa": "萄葡", + "leaves_type.pokecube.kelpsy": "藻根", + "leaves_type.pokecube.pomeg": "榴石", + + "wood_type.pokecube_legends.concrete": "凝结木", + "wood_type.pokecube_legends.aged": "陈年木", + "wood_type.pokecube_legends.corrupted": "腐坏木", + "wood_type.pokecube_legends.distortic": "扭曲木", + "wood_type.pokecube_legends.inverted": "反转木", + "wood_type.pokecube_legends.mirage": "幻象木", + "wood_type.pokecube_legends.temporal": "尘青木", + "leaves_type.pokecube_legends.dyna_pastel_pink": "彩粉色极巨", + "leaves_type.pokecube_legends.dyna_pink": "粉红色极巨", + "leaves_type.pokecube_legends.dyna_red": "红色极巨", + "leaves_type.pokecube_legends.aged": "陈年", + "leaves_type.pokecube_legends.corrupted": "腐坏", + "leaves_type.pokecube_legends.distortic": "扭曲", + "leaves_type.pokecube_legends.inverted": "反转", + "leaves_type.pokecube_legends.mirage": "幻象", + "leaves_type.pokecube_legends.temporal": "尘青", + + "wood_type.premium_wood.maple": "枫木", + "wood_type.premium_wood.tiger": "虎木", + "wood_type.premium_wood.magic": "魔法木", + "wood_type.premium_wood.willow": "柳木", + "wood_type.premium_wood.silverbell": "银钟木", + "wood_type.premium_wood.purple_heart": "紫心木", + "leaves_type.premium_wood.apple": "苹果", + "leaves_type.premium_wood.maple": "枫树", + "leaves_type.premium_wood.tiger": "虎树", + "leaves_type.premium_wood.magic": "魔法", + "leaves_type.premium_wood.willow": "柳树", + "leaves_type.premium_wood.silverbell": "银钟", + "leaves_type.premium_wood.purple_heart": "紫心", + + "wood_type.primalmagick.sunwood": "太阳木", + "wood_type.primalmagick.moonwood": "月亮木", + "wood_type.primalmagick.hallowood": "神圣木", + "leaves_type.primalmagick.hallowood": "神圣", + + "wood_type.productivetrees.alder": "黑桤木", + "wood_type.productivetrees.allspice": "多香果木", + "wood_type.productivetrees.almond": "扁桃木", + "wood_type.productivetrees.apricot": "杏木", + "wood_type.productivetrees.aquilaria": "奇南沉香木", + "wood_type.productivetrees.asai_palm": "阿萨伊浆果木", + "wood_type.productivetrees.ash": "欧梣木", + "wood_type.productivetrees.aspen": "山杨木", + "wood_type.productivetrees.avocado": "鳄梨木", + "wood_type.productivetrees.balsa": "轻木", + "wood_type.productivetrees.balsam_fir": "香脂冷杉木", + "wood_type.productivetrees.banana": "香蕉木", + "wood_type.productivetrees.beech": "山毛榉木", + "wood_type.productivetrees.beliy_naliv_apple": "白云苹果木", + "wood_type.productivetrees.blackthorn": "黑刺李木", + "wood_type.productivetrees.black_cherry": "黑樱桃木", + "wood_type.productivetrees.black_ember": "余烬木", + "wood_type.productivetrees.black_locust": "洋槐木", + "wood_type.productivetrees.blue_mahoe": "高槿木", + "wood_type.productivetrees.boxwood": "黄杨木", + "wood_type.productivetrees.brazilwood": "巴西红木", + "wood_type.productivetrees.brazil_nut": "巴西栗木", + "wood_type.productivetrees.breadfruit": "面包树木", + "wood_type.productivetrees.brown_amber": "棕色琥珀木", + "wood_type.productivetrees.buddhas_hand": "佛手木", + "wood_type.productivetrees.bull_pine": "西黄松木", + "wood_type.productivetrees.butternut": "灰胡桃木", + "wood_type.productivetrees.cacao": "可可木", + "wood_type.productivetrees.candlenut": "石栗木", + "wood_type.productivetrees.carob": "长角豆木", + "wood_type.productivetrees.cashew": "腰果木", + "wood_type.productivetrees.cave_dweller": "穴居木", + "wood_type.productivetrees.cedar": "雪松木", + "wood_type.productivetrees.cempedak": "榴莲蜜木", + "wood_type.productivetrees.ceylon_ebony": "乌木", + "wood_type.productivetrees.cherry_plum": "樱桃李木", + "wood_type.productivetrees.cinnamon": "肉桂木", + "wood_type.productivetrees.citron": "枸橼木", + "wood_type.productivetrees.clove": "丁香木", + "wood_type.productivetrees.cocobolo": "黄檀木", + "wood_type.productivetrees.coconut": "椰木", + "wood_type.productivetrees.coffea": "咖啡木", + "wood_type.productivetrees.copoazu": "大花可可木", + "wood_type.productivetrees.copper_beech": "紫山毛榉木", + "wood_type.productivetrees.cork_oak": "软木", + "wood_type.productivetrees.cultivated_pear": "梨木", + "wood_type.productivetrees.date_palm": "椰枣木", + "wood_type.productivetrees.dogwood": "山茱萸木", + "wood_type.productivetrees.douglas_fir": "花旗松木", + "wood_type.productivetrees.elderberry": "接骨木", + "wood_type.productivetrees.elm": "白榆木", + "wood_type.productivetrees.european_larch": "落叶松木", + "wood_type.productivetrees.finger_lime": "指橙木", + "wood_type.productivetrees.firecracker": "爆竹木", + "wood_type.productivetrees.flickering_sun": "流光木", + "wood_type.productivetrees.flowering_crabapple": "垂丝海棠木", + "wood_type.productivetrees.foggy_blast": "阴霾木", + "wood_type.productivetrees.ginkgo": "银杏木", + "wood_type.productivetrees.golden_delicious_apple": "黄苹果木", + "wood_type.productivetrees.grandidiers_baobab": "巨猴面包木", + "wood_type.productivetrees.granny_smith_apple": "青苹果木", + "wood_type.productivetrees.grapefruit": "葡萄柚木", + "wood_type.productivetrees.great_sallow": "黄花柳木", + "wood_type.productivetrees.greenheart": "绿心樟木", + "wood_type.productivetrees.hawthorn": "山楂木", + "wood_type.productivetrees.hazel": "榛木", + "wood_type.productivetrees.holly": "冬青木", + "wood_type.productivetrees.hornbeam": "鹅耳枥木", + "wood_type.productivetrees.ipe": "重蚁木", + "wood_type.productivetrees.white_ipe": "白花风铃木", + "wood_type.productivetrees.pink_ipe": "粉花风铃木", + "wood_type.productivetrees.purple_ipe": "紫花风铃木", + "wood_type.productivetrees.iroko": "大绿柄桑木", + "wood_type.productivetrees.jackfruit": "波罗蜜木", + "wood_type.productivetrees.juniper": "杜松木", + "wood_type.productivetrees.kapok": "木棉木", + "wood_type.productivetrees.key_lime": "来檬木", + "wood_type.productivetrees.kumquat": "金橘木", + "wood_type.productivetrees.lawson_cypress": "扁柏木", + "wood_type.productivetrees.lemon": "柠檬木", + "wood_type.productivetrees.lime": "酸橙木", + "wood_type.productivetrees.loblolly_pine": "火炬松木", + "wood_type.productivetrees.logwood": "采木", + "wood_type.productivetrees.mahogany": "桃花心木", + "wood_type.productivetrees.mandarin": "柑橘木", + "wood_type.productivetrees.mango": "芒果木", + "wood_type.productivetrees.monkey_puzzle": "智利南洋杉木", + "wood_type.productivetrees.moonlight_magic_crepe_myrtle": "月光紫薇木", + "wood_type.productivetrees.myrtle_ebony": "乌檀木", + "wood_type.productivetrees.nectarine": "油桃木", + "wood_type.productivetrees.night_fuchsia": "倒挂金钟木", + "wood_type.productivetrees.nutmeg": "肉豆蔻木", + "wood_type.productivetrees.old_fustic": "黄颜木", + "wood_type.productivetrees.olive": "橄榄木", + "wood_type.productivetrees.orange": "橙木", + "wood_type.productivetrees.osange_orange": "桑橙木", + "wood_type.productivetrees.padauk": "紫檀木", + "wood_type.productivetrees.pandanus": "露兜木", + "wood_type.productivetrees.papaya": "木瓜木", + "wood_type.productivetrees.peach": "桃木", + "wood_type.productivetrees.pecan": "山胡桃木", + "wood_type.productivetrees.persimmon": "柿木", + "wood_type.productivetrees.pink_ivory": "象牙粉红木", + "wood_type.productivetrees.pistachio": "开心果木", + "wood_type.productivetrees.plantain": "芭蕉木", + "wood_type.productivetrees.plum": "李木", + "wood_type.productivetrees.pomegranate": "石榴木", + "wood_type.productivetrees.pomelo": "柚子木", + "wood_type.productivetrees.prairie_crabapple": "草原海棠木", + "wood_type.productivetrees.purpleheart": "紫心檀木", + "wood_type.productivetrees.purple_blackthorn": "紫叶李木", + "wood_type.productivetrees.purple_crepe_myrtle": "紫薇木", + "wood_type.productivetrees.purple_spiral": "紫旋木", + "wood_type.productivetrees.rainbow_gum": "彩虹桉木", + "wood_type.productivetrees.red_banana": "红香蕉木", + "wood_type.productivetrees.red_crepe_myrtle": "赤薇木", + "wood_type.productivetrees.red_delicious_apple": "蛇果木", + "wood_type.productivetrees.red_maple": "红花槭木", + "wood_type.productivetrees.rippling_willow": "涟漪柳木", + "wood_type.productivetrees.rosewood": "蔷薇木", + "wood_type.productivetrees.rose_gum": "大桉木", + "wood_type.productivetrees.rowan": "花楸木", + "wood_type.productivetrees.rubber_tree": "橡胶木", + "wood_type.productivetrees.salak": "蛇皮果木", + "wood_type.productivetrees.sandalwood": "檀香木", + "wood_type.productivetrees.sand_pear": "沙梨木", + "wood_type.productivetrees.satsuma": "蜜柑木", + "wood_type.productivetrees.sequoia": "巨杉木", + "wood_type.productivetrees.silver_fir": "银冷杉木", + "wood_type.productivetrees.silver_lime": "银椴木", + "wood_type.productivetrees.slimy_delight": "黏悦木", + "wood_type.productivetrees.socotra_dragon": "索科龙血木", + "wood_type.productivetrees.soul_tree": "灵魂木", + "wood_type.productivetrees.soursop": "刺果番荔枝木", + "wood_type.productivetrees.sour_cherry": "酸樱桃木", + "wood_type.productivetrees.sparkle_cherry": "闪光樱桃木", + "wood_type.productivetrees.star_anise": "八角木", + "wood_type.productivetrees.star_fruit": "阳桃木", + "wood_type.productivetrees.sugar_apple": "番荔枝木", + "wood_type.productivetrees.sugar_maple": "糖枫木", + "wood_type.productivetrees.swamp_gum": "樟叶桉木", + "wood_type.productivetrees.sweetgum": "枫香木", + "wood_type.productivetrees.sweet_chestnut": "甜栗木", + "wood_type.productivetrees.sweet_crabapple": "花冠海棠木", + "wood_type.productivetrees.sycamore_fig": "无花果木", + "wood_type.productivetrees.tangerine": "瓯柑木", + "wood_type.productivetrees.teak": "柚木", + "wood_type.productivetrees.thunder_bolt": "雷霆木", + "wood_type.productivetrees.time_traveller": "时旅木", + "wood_type.productivetrees.tuscarora_crepe_myrtle": "塔斯卡洛拉蔷薇木", + "wood_type.productivetrees.blue_yonder": "蓝穹木", + "wood_type.productivetrees.walnut": "胡桃木", + "wood_type.productivetrees.water_wonder": "水幻木", + "wood_type.productivetrees.wenge": "崖豆木", + "wood_type.productivetrees.western_hemlock": "异叶铁杉木", + "wood_type.productivetrees.whitebeam": "白面子树木", + "wood_type.productivetrees.white_poplar": "白杨木", + "wood_type.productivetrees.white_willow": "银柳木", + "wood_type.productivetrees.wild_cherry": "野樱桃木", + "wood_type.productivetrees.yellow_meranti": "黄桉木", + "wood_type.productivetrees.yew": "红豆杉木", + "wood_type.productivetrees.zebrano": "斑木", + "leaves_type.productivetrees.pollinated": "授粉的", + "leaves_type.productivetrees.alder": "黑桤", + "leaves_type.productivetrees.allspice": "多香果", + "leaves_type.productivetrees.almond": "扁桃", + "leaves_type.productivetrees.apricot": "杏树", + "leaves_type.productivetrees.aquilaria": "奇南沉香", + "leaves_type.productivetrees.asai_palm": "阿萨伊浆果", + "leaves_type.productivetrees.ash": "欧梣", + "leaves_type.productivetrees.aspen": "山杨", + "leaves_type.productivetrees.avocado": "鳄梨", + "leaves_type.productivetrees.balsa": "轻木", + "leaves_type.productivetrees.balsam_fir": "香脂冷杉", + "leaves_type.productivetrees.banana": "香蕉", + "leaves_type.productivetrees.beech": "山毛榉", + "leaves_type.productivetrees.beliy_naliv_apple": "白云苹果", + "leaves_type.productivetrees.blackthorn": "黑刺李", + "leaves_type.productivetrees.black_cherry": "黑樱桃", + "leaves_type.productivetrees.black_ember": "余烬", + "leaves_type.productivetrees.black_locust": "洋槐", + "leaves_type.productivetrees.blue_mahoe": "高槿", + "leaves_type.productivetrees.boxwood": "黄杨", + "leaves_type.productivetrees.brazilwood": "巴西红木", + "leaves_type.productivetrees.brazil_nut": "巴西栗", + "leaves_type.productivetrees.breadfruit": "面包树", + "leaves_type.productivetrees.brown_amber": "棕色琥珀", + "leaves_type.productivetrees.buddhas_hand": "佛手", + "leaves_type.productivetrees.bull_pine": "西黄松", + "leaves_type.productivetrees.butternut": "灰胡桃", + "leaves_type.productivetrees.cacao": "可可", + "leaves_type.productivetrees.candlenut": "石栗", + "leaves_type.productivetrees.carob": "长角豆", + "leaves_type.productivetrees.cashew": "腰果", + "leaves_type.productivetrees.cave_dweller": "穴居", + "leaves_type.productivetrees.cedar": "雪松", + "leaves_type.productivetrees.cempedak": "榴莲蜜", + "leaves_type.productivetrees.ceylon_ebony": "乌木", + "leaves_type.productivetrees.cherry_plum": "樱桃李", + "leaves_type.productivetrees.cinnamon": "肉桂", + "leaves_type.productivetrees.citron": "枸橼", + "leaves_type.productivetrees.clove": "丁香", + "leaves_type.productivetrees.cocobolo": "黄檀", + "leaves_type.productivetrees.coconut": "椰树", + "leaves_type.productivetrees.coffea": "咖啡", + "leaves_type.productivetrees.copoazu": "大花可可", + "leaves_type.productivetrees.copper_beech": "紫山毛榉", + "leaves_type.productivetrees.cork_oak": "软木", + "leaves_type.productivetrees.cultivated_pear": "梨树", + "leaves_type.productivetrees.date_palm": "椰枣", + "leaves_type.productivetrees.dogwood": "山茱萸", + "leaves_type.productivetrees.douglas_fir": "花旗松", + "leaves_type.productivetrees.elderberry": "接骨木", + "leaves_type.productivetrees.elm": "白榆", + "leaves_type.productivetrees.european_larch": "落叶松", + "leaves_type.productivetrees.finger_lime": "指橙", + "leaves_type.productivetrees.firecracker": "爆竹", + "leaves_type.productivetrees.flickering_sun": "流光", + "leaves_type.productivetrees.flowering_crabapple": "垂丝海棠", + "leaves_type.productivetrees.foggy_blast": "阴霾", + "leaves_type.productivetrees.ginkgo": "银杏", + "leaves_type.productivetrees.golden_delicious_apple": "黄苹果", + "leaves_type.productivetrees.grandidiers_baobab": "巨猴面包", + "leaves_type.productivetrees.granny_smith_apple": "青苹果", + "leaves_type.productivetrees.grapefruit": "葡萄柚", + "leaves_type.productivetrees.great_sallow": "黄花柳", + "leaves_type.productivetrees.greenheart": "绿心樟", + "leaves_type.productivetrees.hawthorn": "山楂", + "leaves_type.productivetrees.hazel": "榛树", + "leaves_type.productivetrees.holly": "冬青", + "leaves_type.productivetrees.hornbeam": "鹅耳枥", + "leaves_type.productivetrees.ipe": "重蚁", + "leaves_type.productivetrees.white_ipe": "白花风铃", + "leaves_type.productivetrees.pink_ipe": "粉花风铃", + "leaves_type.productivetrees.purple_ipe": "紫花风铃", + "leaves_type.productivetrees.iroko": "大绿柄桑", + "leaves_type.productivetrees.jackfruit": "波罗蜜", + "leaves_type.productivetrees.juniper": "杜松", + "leaves_type.productivetrees.kapok": "木棉", + "leaves_type.productivetrees.key_lime": "来檬", + "leaves_type.productivetrees.kumquat": "金橘", + "leaves_type.productivetrees.lawson_cypress": "扁柏", + "leaves_type.productivetrees.lemon": "柠檬", + "leaves_type.productivetrees.lime": "酸橙", + "leaves_type.productivetrees.loblolly_pine": "火炬松", + "leaves_type.productivetrees.logwood": "采木", + "leaves_type.productivetrees.mahogany": "桃花心木", + "leaves_type.productivetrees.mandarin": "柑橘", + "leaves_type.productivetrees.mango": "芒果", + "leaves_type.productivetrees.monkey_puzzle": "智利南洋杉", + "leaves_type.productivetrees.monkey_puzzle_small": "小型智利南洋杉", + "leaves_type.productivetrees.monkey_puzzle_medium": "中型智利南洋杉", + "leaves_type.productivetrees.moonlight_magic_crepe_myrtle": "月光紫薇", + "leaves_type.productivetrees.myrtle_ebony": "乌檀", + "leaves_type.productivetrees.nectarine": "油桃", + "leaves_type.productivetrees.night_fuchsia": "倒挂金钟", + "leaves_type.productivetrees.nutmeg": "肉豆蔻", + "leaves_type.productivetrees.old_fustic": "黄颜", + "leaves_type.productivetrees.olive": "橄榄", + "leaves_type.productivetrees.orange": "橙树", + "leaves_type.productivetrees.osange_orange": "桑橙", + "leaves_type.productivetrees.padauk": "紫檀", + "leaves_type.productivetrees.pandanus": "露兜", + "leaves_type.productivetrees.papaya": "木瓜", + "leaves_type.productivetrees.peach": "桃树", + "leaves_type.productivetrees.pecan": "山胡桃", + "leaves_type.productivetrees.persimmon": "柿树", + "leaves_type.productivetrees.pink_ivory": "象牙粉红", + "leaves_type.productivetrees.pistachio": "开心果", + "leaves_type.productivetrees.plantain": "芭蕉", + "leaves_type.productivetrees.plum": "李树", + "leaves_type.productivetrees.pomegranate": "石榴", + "leaves_type.productivetrees.pomelo": "柚子", + "leaves_type.productivetrees.prairie_crabapple": "草原海棠", + "leaves_type.productivetrees.purpleheart": "紫心檀", + "leaves_type.productivetrees.purple_blackthorn": "紫叶李", + "leaves_type.productivetrees.purple_crepe_myrtle": "紫薇", + "leaves_type.productivetrees.purple_spiral": "紫旋", + "leaves_type.productivetrees.rainbow_gum": "彩虹桉", + "leaves_type.productivetrees.red_banana": "红香蕉", + "leaves_type.productivetrees.red_crepe_myrtle": "赤薇", + "leaves_type.productivetrees.red_delicious_apple": "蛇果", + "leaves_type.productivetrees.red_maple": "红花槭", + "leaves_type.productivetrees.rippling_willow": "涟漪柳", + "leaves_type.productivetrees.rosewood": "蔷薇", + "leaves_type.productivetrees.rose_gum": "大桉", + "leaves_type.productivetrees.rowan": "花楸", + "leaves_type.productivetrees.rubber_tree": "橡胶", + "leaves_type.productivetrees.salak": "蛇皮果", + "leaves_type.productivetrees.sandalwood": "檀香", + "leaves_type.productivetrees.sand_pear": "沙梨", + "leaves_type.productivetrees.satsuma": "蜜柑", + "leaves_type.productivetrees.sequoia": "巨杉", + "leaves_type.productivetrees.silver_fir": "银冷松", + "leaves_type.productivetrees.silver_lime": "银椴", + "leaves_type.productivetrees.slimy_delight": "黏悦", + "leaves_type.productivetrees.socotra_dragon": "索科龙血", + "leaves_type.productivetrees.soul_tree": "灵魂", + "leaves_type.productivetrees.soursop": "刺果番荔枝", + "leaves_type.productivetrees.sour_cherry": "酸樱桃", + "leaves_type.productivetrees.sparkle_cherry": "闪光樱桃", + "leaves_type.productivetrees.star_anise": "八角", + "leaves_type.productivetrees.star_fruit": "阳桃", + "leaves_type.productivetrees.sugar_apple": "番荔枝", + "leaves_type.productivetrees.sugar_maple": "糖枫", + "leaves_type.productivetrees.swamp_gum": "樟叶桉", + "leaves_type.productivetrees.sweetgum": "枫香", + "leaves_type.productivetrees.sweet_chestnut": "甜栗", + "leaves_type.productivetrees.sweet_crabapple": "花冠海棠", + "leaves_type.productivetrees.sycamore_fig": "无花果", + "leaves_type.productivetrees.tangerine": "瓯柑", + "leaves_type.productivetrees.teak": "柚木", + "leaves_type.productivetrees.thunder_bolt": "雷霆", + "leaves_type.productivetrees.time_traveller": "时旅", + "leaves_type.productivetrees.tuscarora_crepe_myrtle": "塔斯卡洛拉蔷薇", + "leaves_type.productivetrees.blue_yonder": "蓝穹", + "leaves_type.productivetrees.walnut": "胡桃", + "leaves_type.productivetrees.water_wonder": "水幻", + "leaves_type.productivetrees.wenge": "崖豆", + "leaves_type.productivetrees.western_hemlock": "异叶铁杉", + "leaves_type.productivetrees.whitebeam": "白面子树", + "leaves_type.productivetrees.white_poplar": "白杨", + "leaves_type.productivetrees.white_willow": "银柳", + "leaves_type.productivetrees.wild_cherry": "野樱桃", + "leaves_type.productivetrees.yellow_meranti": "黄桉", + "leaves_type.productivetrees.yew": "红豆杉", + "leaves_type.productivetrees.zebrano": "斑木", + + "wood_type.promenade.dark_amaranth": "暗紫木", + "wood_type.promenade.maple": "枫木", + "wood_type.promenade.palm": "棕榈木", + "wood_type.promenade.sakura": "樱木", + "leaves_type.promenade.vermilion_maple": "朱红枫树", + "leaves_type.promenade.fulvous_maple": "橙褐枫树", + "leaves_type.promenade.mikado_maple": "正黄枫树", + "leaves_type.promenade.sap_maple": "叶绿枫树", + "leaves_type.promenade.palm": "棕榈", + "leaves_type.promenade.snowy_spruce": "覆雪云杉", + + "wood_type.quark.blossom": "喇叭木", + "wood_type.quark.azalea": "杜鹃木", + "wood_type.quark.ancient": "苍灰木", + "leaves_type.quark.ancient": "苍灰", + "leaves_type.quark.blue_blossom": "雪霜喇叭", + "leaves_type.quark.lavender_blossom": "幽静喇叭", + "leaves_type.quark.orange_blossom": "温暖喇叭", + "leaves_type.quark.yellow_blossom": "阳光喇叭", + "leaves_type.quark.red_blossom": "火热喇叭", + + "wood_type.rats.pirat": "幽灵鼠盗木", + "leaves_type.rats.pirat": "幽灵鼠盗", + + "wood_type.regions_unexplored.alpha": "始源木", + "wood_type.regions_unexplored.baobab": "猴面包木", + "wood_type.regions_unexplored.blackwood": "黑木", + "wood_type.regions_unexplored.blue_bioshroom": "蓝色具生荧木", + "wood_type.regions_unexplored.brimwood": "硫凝木", + "wood_type.regions_unexplored.cobalt": "钴蓝木", + "wood_type.regions_unexplored.cypress": "柏木", + "wood_type.regions_unexplored.dead": "枯死木", + "wood_type.regions_unexplored.eucalyptus": "桉木", + "wood_type.regions_unexplored.green_bioshroom": "绿色具生荧木", + "wood_type.regions_unexplored.joshua": "短叶丝兰木", + "wood_type.regions_unexplored.kapok": "木棉木", + "wood_type.regions_unexplored.larch": "落叶松木", + "wood_type.regions_unexplored.magnolia": "木兰木", + "wood_type.regions_unexplored.maple": "枫木", + "wood_type.regions_unexplored.mauve": "槿紫木", + "wood_type.regions_unexplored.palm": "棕榈木", + "wood_type.regions_unexplored.pine": "松木", + "wood_type.regions_unexplored.pink_bioshroom": "粉红色具生荧木", + "wood_type.regions_unexplored.redwood": "红杉木", + "wood_type.regions_unexplored.socotra": "龙血木", + "wood_type.regions_unexplored.willow": "柳木", + "wood_type.regions_unexplored.yellow_bioshroom": "黄色具生荧木", + "leaves_type.regions_unexplored.bamboo": "竹", + "leaves_type.regions_unexplored.golden_larch": "金色落叶松", + "leaves_type.regions_unexplored.alpha": "始源", + "leaves_type.regions_unexplored.apple_oak": "苹果橡树", + "leaves_type.regions_unexplored.baobab": "猴面包", + "leaves_type.regions_unexplored.blackwood": "黑树", + "leaves_type.regions_unexplored.magnolia": "木兰", + "leaves_type.regions_unexplored.cypress": "柏树", + "leaves_type.regions_unexplored.dead": "枯死", + "leaves_type.regions_unexplored.dead_pine": "枯死松树", + "leaves_type.regions_unexplored.eucalyptus": "桉树", + "leaves_type.regions_unexplored.flowering": "开花橡树", + "leaves_type.regions_unexplored.kapok": "木棉", + "leaves_type.regions_unexplored.larch": "落叶松", + "leaves_type.regions_unexplored.maple": "绿色枫树", + "leaves_type.regions_unexplored.mauve": "槿紫", + "leaves_type.regions_unexplored.orange_maple": "橙色枫树", + "leaves_type.regions_unexplored.palm": "棕榈", + "leaves_type.regions_unexplored.pine": "松树", + "leaves_type.regions_unexplored.blue_magnolia": "蓝色木兰", + "leaves_type.regions_unexplored.pink_magnolia": "粉红色木兰", + "leaves_type.regions_unexplored.redwood": "红杉", + "leaves_type.regions_unexplored.red_maple": "红色枫树", + "leaves_type.regions_unexplored.brimwood": "硫凝", + "leaves_type.regions_unexplored.enchanted_birch": "附魔桦", + "leaves_type.regions_unexplored.small_oak": "小型橡树", + "leaves_type.regions_unexplored.silver_birch": "垂枝桦", + "leaves_type.regions_unexplored.socotra": "龙血", + "leaves_type.regions_unexplored.white_magnolia": "白色木兰", + "leaves_type.regions_unexplored.willow": "柳树", + "leaves_type.regions_unexplored.ashen": "苍灰", + + "wood_type.sakura.sakura": "樱木", + "wood_type.sakura.maple": "枫木", + + "wood_type.silentgear.netherwood": "下界木", + "leaves_type.silentgear.netherwood": "下界", + + "wood_type.slayersbeasts.aspen": "白杨木", + "wood_type.slayersbeasts.cajole": "绿荣木", + "wood_type.slayersbeasts.desert_oak": "沙漠橡木", + "wood_type.slayersbeasts.eucalyptus": "桉木", + "wood_type.slayersbeasts.kapok": "木棉木", + "wood_type.slayersbeasts.redwood": "红杉木", + "wood_type.slayersbeasts.willow": "柳木", + "leaves_type.slayersbeasts.aspen": "白杨", + "leaves_type.slayersbeasts.cajole": "绿荣", + "leaves_type.slayersbeasts.desert_oak": "沙漠橡树", + "leaves_type.slayersbeasts.eucalyptus": "桉树", + "leaves_type.slayersbeasts.kapok": "木棉", + "leaves_type.slayersbeasts.redwood": "红杉", + "leaves_type.slayersbeasts.albino_redwood": "白化红杉", + "leaves_type.slayersbeasts.willow": "柳树", + + "wood_type.snifferplus.stone_pine": "伞松木", + "leaves_type.snifferplus.stone_pine": "伞松", + + "wood_type.solarcraft.runic": "符文木", + "wood_type.solarcraft.radiant": "光辉木", + "leaves_type.solarcraft.ash": "灰烬", + "leaves_type.solarcraft.runic": "符文", + "leaves_type.solarcraft.radiant": "光辉", + + "wood_type.spawn.rotten": "朽木", + + "wood_type.spectrum.ivory_noxwood": "象牙色夜菇木", + "wood_type.spectrum.slate_noxwood": "板岩色夜菇木", + "wood_type.spectrum.ebony_noxwood": "乌木色夜菇木", + "wood_type.spectrum.chestnut_noxwood": "栗色夜菇木", + "wood_type.spectrum.black": "黑色木", + "wood_type.spectrum.blue": "蓝色木", + "wood_type.spectrum.brown": "棕色木", + "wood_type.spectrum.cyan": "青色木", + "wood_type.spectrum.gray": "灰色木", + "wood_type.spectrum.green": "绿色木", + "wood_type.spectrum.light_blue": "淡蓝色木", + "wood_type.spectrum.light_gray": "淡灰色木", + "wood_type.spectrum.lime": "黄绿色木", + "wood_type.spectrum.magenta": "品红色木", + "wood_type.spectrum.orange": "橙色木", + "wood_type.spectrum.pink": "粉红色木", + "wood_type.spectrum.purple": "紫色木", + "wood_type.spectrum.red": "红色木", + "wood_type.spectrum.white": "白色木", + "wood_type.spectrum.yellow": "黄色木", + "wood_type.spectrum.weeping_gala": "乳脂垂柳木", + "leaves_type.spectrum.black": "黑色", + "leaves_type.spectrum.blue": "蓝色", + "leaves_type.spectrum.brown": "棕色", + "leaves_type.spectrum.cyan": "青色", + "leaves_type.spectrum.gray": "灰色", + "leaves_type.spectrum.green": "绿色", + "leaves_type.spectrum.light_blue": "淡蓝色", + "leaves_type.spectrum.light_gray": "淡灰色", + "leaves_type.spectrum.lime": "黄绿色", + "leaves_type.spectrum.magenta": "品红色", + "leaves_type.spectrum.orange": "橙色", + "leaves_type.spectrum.pink": "粉红色", + "leaves_type.spectrum.purple": "紫色", + "leaves_type.spectrum.red": "红色", + "leaves_type.spectrum.white": "白色", + "leaves_type.spectrum.yellow": "黄色", + "leaves_type.spectrum.weeping_gala": "乳脂垂柳", + "leaves_type.spectrum.nephrite_blossom": "软玉花", + "leaves_type.spectrum.spirit_sallow": "魂灵柳", + + "wood_type.sullysmod.petrified": "石化木", + + "wood_type.tconstruct.greenheart": "绿心木", + "wood_type.tconstruct.skyroot": "天根木", + "wood_type.tconstruct.bloodshroom": "血菌木", + "wood_type.tconstruct.enderbark": "末影皮木", + "leaves_type.tconstruct.earth_slime": "大地黏液", + "leaves_type.tconstruct.sky_slime": "碧空黏液", + "leaves_type.tconstruct.ender_slime": "末影黏液", + + "wood_type.techreborn.rubber": "橡胶木", + "leaves_type.techreborn.rubber": "橡胶", + + "wood_type.terraqueous.storm_cloud": "乌雷云朵", + "wood_type.terraqueous.light_cloud": "轻柔云朵", + "wood_type.terraqueous.dense_cloud": "浓厚云朵", + "wood_type.terraqueous.apple": "苹果木", + "wood_type.terraqueous.banana": "香蕉木", + "wood_type.terraqueous.cherry": "樱桃木", + "wood_type.terraqueous.coconut": "椰木", + "wood_type.terraqueous.lemon": "柠檬木", + "wood_type.terraqueous.mango": "芒果木", + "wood_type.terraqueous.mulberry": "桑葚木", + "wood_type.terraqueous.orange": "橙木", + "wood_type.terraqueous.peach": "桃木", + "wood_type.terraqueous.pear": "梨木", + "wood_type.terraqueous.plum": "李木", + "leaves_type.terraqueous.apple": "苹果", + "leaves_type.terraqueous.banana": "香蕉", + "leaves_type.terraqueous.cherry": "樱桃", + "leaves_type.terraqueous.coconut": "椰树", + "leaves_type.terraqueous.lemon": "柠檬", + "leaves_type.terraqueous.mango": "芒果", + "leaves_type.terraqueous.mulberry": "桑葚", + "leaves_type.terraqueous.orange": "橙树", + "leaves_type.terraqueous.peach": "桃树", + "leaves_type.terraqueous.pear": "梨树", + "leaves_type.terraqueous.plum": "李树", + + "wood_type.terrestria.cypress": "柏木", + "wood_type.terrestria.hemlock": "铁杉木", + "wood_type.terrestria.japanese_maple": "日本红枫木", + "wood_type.terrestria.rainbow_eucalyptus": "彩虹桉木", + "wood_type.terrestria.redwood": "红杉木", + "wood_type.terrestria.rubber": "橡胶木", + "wood_type.terrestria.sakura": "樱木", + "wood_type.terrestria.willow": "柳木", + "wood_type.terrestria.yucca_palm": "丝兰棕榈木", + "leaves_type.terrestria.cypress": "柏树", + "leaves_type.terrestria.hemlock": "铁杉", + "leaves_type.terrestria.japanese_maple": "日本红枫", + "leaves_type.terrestria.rainbow_eucalyptus": "彩虹桉", + "leaves_type.terrestria.redwood": "红杉", + "leaves_type.terrestria.rubber": "橡胶", + "leaves_type.terrestria.sakura": "樱树", + "leaves_type.terrestria.willow": "柳树", + "leaves_type.terrestria.yucca_palm": "丝兰棕榈", + "leaves_type.terrestria.jungle_palm": "丛林棕榈", + "leaves_type.terrestria.dark_japanese_maple": "暗色日本红枫", + "leaves_type.terrestria.japanese_maple_shrub": "日本红枫灌木", + + "wood_type.tfc.acacia": "金合欢木", + "wood_type.tfc.ash": "黑梣木", + "wood_type.tfc.aspen": "山杨木", + "wood_type.tfc.birch": "白桦木", + "wood_type.tfc.blackwood": "黑檀木", + "wood_type.tfc.chestnut": "栗木", + "wood_type.tfc.douglas_fir": "花旗松木", + "wood_type.tfc.hickory": "山核桃木", + "wood_type.tfc.kapok": "木棉木", + "wood_type.tfc.mangrove": "红树木", + "wood_type.tfc.maple": "枫木", + "wood_type.tfc.oak": "橡木", + "wood_type.tfc.palm": "棕榈木", + "wood_type.tfc.pine": "松木", + "wood_type.tfc.rosewood": "蔷薇木", + "wood_type.tfc.sequoia": "红杉木", + "wood_type.tfc.spruce": "云杉木", + "wood_type.tfc.sycamore": "悬铃木", + "wood_type.tfc.white_cedar": "白雪松木", + "wood_type.tfc.willow": "柳木", + + "wood_type.theabyss.blaru": "布拉鲁木", + "wood_type.theabyss.jungle": "深渊丛林木", + "wood_type.theabyss.slimed": "黏液木", + "wood_type.theabyss.frozen": "冰封木", + "wood_type.theabyss.vigilant": "警觉木", + + "wood_type.thermal.rubberwood": "橡胶木", + "leaves_type.thermal.rubberwood": "橡胶", + + "wood_type.thingamajigs.rubber_wood": "橡胶木", + "leaves_type.thingamajigs.rubber_wood": "橡胶", + + "wood_type.traverse.fir": "冷杉木", + "leaves_type.traverse.fir": "冷杉", + "leaves_type.traverse.red_autumnal": "红色秋", + "leaves_type.traverse.brown_autumnal": "棕色秋", + "leaves_type.traverse.orange_autumnal": "橙色秋", + "leaves_type.traverse.yellow_autumnal": "黄色秋", + + "wood_type.tropicraft.mahogany": "桃花心木", + "wood_type.tropicraft.mangrove": "红树木", + "wood_type.tropicraft.palm": "棕榈木", + "leaves_type.tropicraft.mahogany": "桃花心木", + "leaves_type.tropicraft.palm": "棕榈", + "leaves_type.tropicraft.kapok": "木棉", + "leaves_type.tropicraft.fruit": "果树", + "leaves_type.tropicraft.grapefruit": "西柚", + "leaves_type.tropicraft.lemon": "柠檬", + "leaves_type.tropicraft.lime": "青柠", + "leaves_type.tropicraft.orange": "橙树", + "leaves_type.tropicraft.papaya": "木瓜", + "leaves_type.tropicraft.white_flowering": "盛开的白色花", + "leaves_type.tropicraft.red_flowering": "盛开的红色花", + "leaves_type.tropicraft.blue_flowering": "盛开的蓝色花", + "leaves_type.tropicraft.purple_flowering": "盛开的紫色花", + "leaves_type.tropicraft.yellow_flowering": "盛开的黄色花", + "leaves_type.tropicraft.red_mangrove": "红树", + "leaves_type.tropicraft.tall_mangrove": "高红树", + "leaves_type.tropicraft.tea_mangrove": "茶红树", + "leaves_type.tropicraft.black_mangrove": "黑色红树", + + "wood_type.tofucraft.leek": "葱", + "wood_type.tofucraft.leek_green": "翠绿葱", + "leaves_type.tofucraft.tofu": "豆腐", + "leaves_type.tofucraft.apricot": "杏树", + + "wood_type.twigs.bamboo": "竹", + "leaves_type.twigs.bamboo": "竹叶", + + "wood_type.twilightforest.twilight_oak": "暮色橡木", + "wood_type.twilightforest.canopy": "苍穹木", + "wood_type.twilightforest.mangrove": "红树木", + "wood_type.twilightforest.dark": "黑木", + "wood_type.twilightforest.time": "时光木", + "wood_type.twilightforest.transformation": "变化木", + "wood_type.twilightforest.mining": "矿石木", + "wood_type.twilightforest.sorting": "分类木", + "leaves_type.twilightforest.twilight_oak": "暮色橡树", + "leaves_type.twilightforest.canopy": "苍穹", + "leaves_type.twilightforest.mangrove": "红树", + "leaves_type.twilightforest.dark": "黑树", + "leaves_type.twilightforest.time": "时光", + "leaves_type.twilightforest.transformation": "变化", + "leaves_type.twilightforest.mining": "矿石", + "leaves_type.twilightforest.sorting": "分类", + "leaves_type.twilightforest.thorn": "荆棘", + "leaves_type.twilightforest.beanstalk": "豆茎", + "leaves_type.twilightforest.rainbow_oak": "彩虹橡树", + + "leaves_type.twilightdelight.ironwood": "铁木", + + "wood_type.undergarden.smogstem": "烟梗木", + "wood_type.undergarden.wigglewood": "摇蜿木", + "wood_type.undergarden.grongle": "油绿木", + "leaves_type.undergarden.smogstem": "烟梗", + "leaves_type.undergarden.wigglewood": "摇蜿", + "leaves_type.undergarden.grongle": "油绿", + + "wood_type.unusualend.chorus_cane": "紫颂竹", + + "wood_type.upgrade_aquatic.driftwood": "浮木", + "wood_type.upgrade_aquatic.river": "桑木", + "leaves_type.upgrade_aquatic.river": "桑树", + + "wood_type.urushi.japanese_apricot": "梅木", + "wood_type.urushi.sakura": "落樱木", + "wood_type.urushi.cypress": "扁柏木", + "wood_type.urushi.japanese_cedar": "柳杉木", + "wood_type.urushi.petrified": "硅化木", + "leaves_type.urushi.red": "红色", + "leaves_type.urushi.orange": "橙色", + "leaves_type.urushi.yellow": "黄色", + "leaves_type.urushi.japanese_apricot": "梅树", + "leaves_type.urushi.glowing_japanese_apricot": "荧光梅树", + "leaves_type.urushi.sakura": "落樱", + "leaves_type.urushi.glowing_sakura": "荧光落樱", + "leaves_type.urushi.cypress": "扁柏", + "leaves_type.urushi.japanese_cedar": "柳杉", + "leaves_type.urushi.lacquer": "漆树", + "leaves_type.urushi.mandarin": "橘树", + + "wood_type.valhelsia_structures.lapidified_jungle": "石化丛林木", + + "wood_type.vampirism.dark_spruce": "血杉木", + "wood_type.vampirism.cursed_spruce": "诅咒云杉木", + "leaves_type.vampirism.dark_spruce": "血杉", + + "wood_type.verdance.mulberry": "桑木", + "leaves_type.verdance.mulberry": "桑树", + "leaves_type.verdance.flowering_mulberry": "盛开的桑树", + + "wood_type.vinery.dark_cherry": "深色樱花木", + "leaves_type.vinery.grapevine": "葡萄藤", + "leaves_type.vinery.dark_cherry": "深色樱花", + "leaves_type.vinery.apple": "苹果", + + "wood_type.voidscape.thunder": "雷暴木", + + "wood_type.wilderwild.baobab": "猴面包木", + "wood_type.wilderwild.cypress": "柏木", + "wood_type.wilderwild.palm": "棕榈木", + "wood_type.wilderwild.maple": "枫木", + "leaves_type.wilderwild.baobab": "猴面包", + "leaves_type.wilderwild.cypress": "柏树", + "leaves_type.wilderwild.red_maple": "红色枫树", + "leaves_type.wilderwild.orange_maple": "橙色枫树", + "leaves_type.wilderwild.yellow_maple": "黄色枫树", + + "leaves_type.wilder_wilds.yellow_birch": "黄色白桦", + "leaves_type.wilder_wilds.birch": "绿色白桦", + "leaves_type.wilder_wilds.red_big_oak": "大型红色橡树", + "leaves_type.wilder_wilds.big_oak": "大型橡树", + "leaves_type.wilder_wilds.orange_oak": "橙色橡树", + "leaves_type.wilder_wilds.oak": "橡树", + + "wood_type.wildlands.cypress": "落羽杉木", + "wood_type.wildlands.coconut": "椰木", + "wood_type.wildlands.charred": "焦黑木", + "leaves_type.wildlands.cypress": "落羽杉", + "leaves_type.wildlands.coconut": "椰树", + + "wood_type.witherstormmod.tainted": "腐化木", + "leaves_type.witherstormmod.tainted": "腐化", + + "wood_type.windswept.holly": "冬青木", + "wood_type.windswept.chestnut": "栗木", + "leaves_type.windswept.holly": "冬青", + "leaves_type.windswept.chestnut": "栗树", + + "wood_type.woods_and_mires.pine": "松木", + "leaves_type.woods_and_mires.pine": "松树", + + "wood_type.would.willow": "柳木", + "wood_type.would.baobab": "猴面包木", + "wood_type.would.ebony": "乌木", + "wood_type.would.fir": "冷杉木", + "wood_type.would.pine": "松木", + "wood_type.would.cedar": "雪松木", + "wood_type.would.mahogany": "桃花心木", + "wood_type.would.palm": "棕榈木", + "wood_type.would.maple": "枫木", + "wood_type.would.aspen": "白杨木", + "wood_type.would.walnut": "胡桃木", + "leaves_type.would.willow": "柳树", + "leaves_type.would.baobab": "猴面包", + "leaves_type.would.ebony": "乌木", + "leaves_type.would.fir": "冷杉", + "leaves_type.would.pine": "松树", + "leaves_type.would.cedar": "雪松", + "leaves_type.would.mahogany": "桃花心", + "leaves_type.would.azalea": "杜鹃", + "leaves_type.would.palm": "棕榈", + "leaves_type.would.maple": "枫树", + "leaves_type.would.aspen": "白杨", + "leaves_type.would.walnut": "胡桃", + + "wood_type.xkdeco.varnished": "漆木", + "wood_type.xkdeco.mahogany": "红木", + "wood_type.xkdeco.ebony": "乌木", + "leaves_type.xkdeco.white_cherry_blossom": "白樱花", + "leaves_type.xkdeco.willow": "柳树", + "leaves_type.xkdeco.plantable": "生草", + "leaves_type.xkdeco.peach_blossom": "桃花", + "leaves_type.xkdeco.cherry_blossom": "樱花", + "leaves_type.xkdeco.red_maple": "红枫", + "leaves_type.xkdeco.ginkgo": "银杏", + "leaves_type.xkdeco.orange_maple": "橙枫", + + "leaves_type.yttr.squeeze": "深海泵水", + "leaves_type.yttr.squeezed": "被挤压的深海泵水" +} \ No newline at end of file diff --git a/projects/1.21/assets/selene/moonlight/lang/zh_cn.json b/projects/1.21/assets/selene/moonlight/lang/zh_cn.json new file mode 100644 index 000000000000..2b1aaa43e913 --- /dev/null +++ b/projects/1.21/assets/selene/moonlight/lang/zh_cn.json @@ -0,0 +1,12 @@ +{ + "fluid.moonlight.generic_fluid": "未命名流体", + "item.minecraft.potion_lingering": "滞留药水", + "item.minecraft.potion_splash": "喷溅药水", + "gui.moonlight.open_mod_page": "打开%s的CurseForge页面", + "message.moonlight.anti_repost": "你好像从某个奇怪网站下载了%1$s :( 从%2$s下载官方版。", + "message.moonlight.anti_repost_link": "这里", + + "tag.item.moonlight.non_recolorable": "无法重新染色", + "tag.block.moonlight.non_recolorable": "无法重新染色", + "tag.block.minecraft.mineable.shear": "剪刀可破坏" +} \ No newline at end of file diff --git a/projects/1.21/assets/selene/moonlight/packer-policy.json b/projects/1.21/assets/selene/moonlight/packer-policy.json new file mode 100644 index 000000000000..3c7b59a11ffc --- /dev/null +++ b/projects/1.21/assets/selene/moonlight/packer-policy.json @@ -0,0 +1,12 @@ +[ + { + "type": "singleton", + "source": "projects/1.21/assets/selene/moonlight/lang/zh_cn.json", + "relativePath": "lang/zh_cn.json" + }, + { + "type": "singleton", + "source": "projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json", + "relativePath": "lang/zh_cn.json" + } +] \ No newline at end of file From 4eaafda64e62acc821a0e9e335c0f763abd1eb9c Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 1 Mar 2025 08:19:50 +0800 Subject: [PATCH 44/55] Selene path --- projects/1.20/assets/selene/moonlight/packer-policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.20/assets/selene/moonlight/packer-policy.json b/projects/1.20/assets/selene/moonlight/packer-policy.json index e3feee4f5355..de6242977f4c 100644 --- a/projects/1.20/assets/selene/moonlight/packer-policy.json +++ b/projects/1.20/assets/selene/moonlight/packer-policy.json @@ -1,6 +1,6 @@ [ { "type": "indirect", - "source": "projects/1.21/assets/every-compat/everycomp" + "source": "projects/1.21/assets/selene/moonlight" } ] \ No newline at end of file From 8593c906a07b882bb9d09ae96da887bc16544acd Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 1 Mar 2025 08:33:37 +0800 Subject: [PATCH 45/55] =?UTF-8?q?EveryComp=20compat=EF=BC=9AArborFirmaCraf?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/selene/moonlight/lang/zh_cn-types.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json b/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json index 31c9d6dc5a6d..6202d1925302 100644 --- a/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json +++ b/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json @@ -60,6 +60,17 @@ "leaves_type.aether_genesis.purple_crystal": "紫色水晶", "leaves_type.aether_genesis.purple_crystal_fruit": "结果的紫色水晶", + "wood_type.afc.baobab": "猴面包木", + "wood_type.afc.eucalyptus": "桉木", + "wood_type.afc.mahogany": "桃花心木", + "wood_type.afc.hevea": "三叶胶木", + "wood_type.afc.tualang": "高耸凤眼木", + "wood_type.afc.teak": "柚木", + "wood_type.afc.cypress": "柏木", + "wood_type.afc.fig": "无花果木", + "wood_type.afc.ironwood": "铁木", + "wood_type.afc.ipe": "重蚁木", + "wood_type.alexscaves.pewen": "南洋杉木", "wood_type.alexscaves.thornwood": "荆棘木", "leaves_type.alexscaves.ancient": "远古", @@ -1805,4 +1816,4 @@ "leaves_type.yttr.squeeze": "深海泵水", "leaves_type.yttr.squeezed": "被挤压的深海泵水" -} \ No newline at end of file +} From 1fe4afe01c9a6adbb6d8107841cdb41a0498334b Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 1 Mar 2025 09:36:48 +0800 Subject: [PATCH 46/55] =?UTF-8?q?EveryComp=20compat=EF=BC=9AMirthdewEncore?= =?UTF-8?q?=E3=80=81MoreColorful?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../selene/moonlight/lang/zh_cn-types.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json b/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json index 6202d1925302..fc5b3ddf0cac 100644 --- a/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json +++ b/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json @@ -855,6 +855,9 @@ "wood_type.meadow.pine": "松木", "leaves_type.meadow.pine": "松树", + "wood_type.mirthdew_encore.decidrheum": "落眵木", + "leaves_type.mirthdew_encore.decidrheum": "落眵", + "wood_type.minecells.putrid": "腐烂木", "leaves_type.minecells.wilted": "枯", "leaves_type.minecells.orange_wilted": "橙色枯", @@ -866,6 +869,21 @@ "leaves_type.mint.peach": "桃树", "leaves_type.mint.flowering_peach": "盛开的桃树", + "wood_type.morecolorful.crabapple": "海棠木", + "wood_type.morecolorful.ebony": "乌木", + "wood_type.morecolorful.ginkgo": "银杏木", + "wood_type.morecolorful.maple": "枫木", + "wood_type.morecolorful.frost": "霜花木", + "wood_type.morecolorful.dawn_redwood": "水杉木", + "leaves_type.morecolorful.crabapple": "海棠", + "leaves_type.morecolorful.white_cherry": "白色樱花", + "leaves_type.morecolorful.orange_birch": "橙色白桦", + "leaves_type.morecolorful.yellow_birch": "黄色白桦", + "leaves_type.morecolorful.ginkgo": "银杏", + "leaves_type.morecolorful.maple": "枫树", + "leaves_type.morecolorful.frost": "霜花", + "leaves_type.morecolorful.dawn_redwood": "水杉", + "wood_type.morecraft.netherwood": "下界木", "leaves_type.morecraft.netherwood": "下界", From 3e4afe88e3b49e0992bf2e04b7dd73748ee92618 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 9 Mar 2025 23:58:32 +0800 Subject: [PATCH 47/55] =?UTF-8?q?Moonlight=20update=EF=BC=9A=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.21/assets/selene/moonlight/lang/zh_cn.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects/1.21/assets/selene/moonlight/lang/zh_cn.json b/projects/1.21/assets/selene/moonlight/lang/zh_cn.json index 2b1aaa43e913..1cf4d49e7ec6 100644 --- a/projects/1.21/assets/selene/moonlight/lang/zh_cn.json +++ b/projects/1.21/assets/selene/moonlight/lang/zh_cn.json @@ -8,5 +8,10 @@ "tag.item.moonlight.non_recolorable": "无法重新染色", "tag.block.moonlight.non_recolorable": "无法重新染色", - "tag.block.minecraft.mineable.shear": "剪刀可破坏" + "tag.block.minecraft.mineable.shear": "剪刀可破坏", + + + + "moonlight.configuration.general": "通用", + "moonlight.configuration.clear_dynamic_resources": "清除动态资源包" } \ No newline at end of file From 7cb4f2512baed7a94741a5b521a2d56c1f7484ff Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:36:10 +0800 Subject: [PATCH 48/55] =?UTF-8?q?EveryComp=20fix=EF=BC=9A1.21=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/lang/en_us.json | 31 +++++++- .../everycomp/lang/zh_cn-base-fix.json | 24 ++++++ .../every-compat/everycomp/packer-policy.json | 5 ++ .../every-compat/everycomp/lang/en_us.json | 76 ++++++++++--------- .../every-compat/everycomp/lang/zh_cn.json | 33 +++++++- 5 files changed, 125 insertions(+), 44 deletions(-) create mode 100644 projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index 1a1445291a94..46aacaf7e3d9 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -51,6 +51,11 @@ "block.everycomp.tf.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "wood_type.blocksplus.bamboo": "Green Bamboo", + + "wood_type.atlantis.atlantean": "Nymph", + "leaves_type.atlantis.atlantean": "Nymph", + "wood_type.domum_ornamentum.cactus": "Green Cactus", "wood_type.domum_ornamentum.cactus_extra": "Cactus", "wood_type.twilightforest.dark": "Darkwood", @@ -851,8 +856,8 @@ "block_type.wilderwild.hollowed_log": "Hollowed %s Log", "block_type.wilderwild.stripped_hollowed_log": "Stripped Hollowed %s Log", - "block_type.bc.campfire": "%s Campfire", - "block_type.bc.soul_campfire": "%s Soul Campfire", + "block_type.beautifulcampfires.campfire": "%s Campfire", + "block_type.beautifulcampfires.soul_campfire": "%s Soul Campfire", "block_type.bbb.layer": "%s Layer", "block_type.bbb.trim": "%s Trim", @@ -952,5 +957,25 @@ "block_type.table_top_craft.chess": "%s Chess Board", "block_type.table_top_craft.chess_timer": "%s Chess Timer", - "block_type.table_top_craft.connect_four": "%s Connect Four" + "block_type.table_top_craft.connect_four": "%s Connect Four", + + "block_type.excessive_building.crafting_table": "%s Crafting Table", + "block_type.excessive_building.vertical_stairs": "%s Vertical Stairs", + "block_type.excessive_building.chiseled": "Chiseled %s Planks", + "block_type.excessive_building.mosaic": "%s Mosaic", + "block_type.excessive_building.mosaic_slab": "%s Mosaic Slab", + "block_type.excessive_building.mosaic_stairs": "%s Mosaic Stairs", + "block_type.excessive_building.mosaic_vertical_stairs": "%s Mosaic Vertical Stairs", + "block_type.excessive_building.ladder": "%s Ladder", + "block_type.excessive_building.bookshelf": "%s Bookshelf", + "block_type.excessive_building.empty_shelf": "%s Empty Shelf", + "block_type.excessive_building.empty_potion_shelf": "%s Empty Bottle Shelf", + "block_type.excessive_building.water_potion_shelf": "%s Water Bottle Shelf", + "block_type.excessive_building.potion_shelf": "%s Potion Shelf", + "block_type.excessive_building.alchemist_shelf": "%s Alchemist Shelf", + "block_type.excessive_building.brickshelf": "%s Brickshelf", + "block_type.excessive_building.nether_brickshelf": "%s Nether Brickshelf", + "block_type.excessive_building.hollow_log": "Hollow %s Log", + "block_type.excessive_building.hollow_stripped_log": "Hollow Stripped %s Log", + "block_type.excessive_building.decorative_shelf": "%s Decorative Shelf" } diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json new file mode 100644 index 000000000000..cd759114a3e7 --- /dev/null +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json @@ -0,0 +1,24 @@ +{ + "block_type.beautifulcampfires.campfire": "%s营火", + "block_type.beautifulcampfires.soul_campfire": "%s灵魂营火", + + "block_type.excessive_building.crafting_table": "%s工作台", + "block_type.excessive_building.vertical_stairs": "%s竖直楼梯", + "block_type.excessive_building.chiseled": "雕纹%s板", + "block_type.excessive_building.mosaic": "%s马赛克", + "block_type.excessive_building.mosaic_slab": "%s马赛克台阶", + "block_type.excessive_building.mosaic_stairs": "%s马赛克楼梯", + "block_type.excessive_building.mosaic_vertical_stairs": "%s马赛克竖直楼梯", + "block_type.excessive_building.ladder": "%s梯子", + "block_type.excessive_building.bookshelf": "%s书架", + "block_type.excessive_building.empty_shelf": "%s空装饰架", + "block_type.excessive_building.empty_potion_shelf": "%s空瓶架", + "block_type.excessive_building.water_potion_shelf": "%s水瓶架", + "block_type.excessive_building.potion_shelf": "%s药水架", + "block_type.excessive_building.alchemist_shelf": "%s炼金术士架", + "block_type.excessive_building.brickshelf": "%s红砖架", + "block_type.excessive_building.nether_brickshelf": "%s下界砖架", + "block_type.excessive_building.hollow_log": "空心%s原木", + "block_type.excessive_building.hollow_stripped_log": "去皮空心%s原木", + "block_type.excessive_building.decorative_shelf": "%s装饰架" +} \ No newline at end of file diff --git a/projects/1.20/assets/every-compat/everycomp/packer-policy.json b/projects/1.20/assets/every-compat/everycomp/packer-policy.json index e3feee4f5355..3257402f9bee 100644 --- a/projects/1.20/assets/every-compat/everycomp/packer-policy.json +++ b/projects/1.20/assets/every-compat/everycomp/packer-policy.json @@ -2,5 +2,10 @@ { "type": "indirect", "source": "projects/1.21/assets/every-compat/everycomp" + }, + { + "type": "singleton", + "source": "projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json", + "relativePath": "lang/zh_cn.json" } ] \ No newline at end of file diff --git a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json index 1a1445291a94..c4d3ae7486ec 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json @@ -5,51 +5,53 @@ "tooltip.everycomp.wood_type": "Wood Type: %s", "tooltip.everycomp.leaf_type": "Leaves Type: %s", + "block_type.everycomp.dergetic.hollow_poise_log": "Hollow Poise Stem", + "block_type.everycomp.rdens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", - "block.everycomp.q.endergetic.hollow_poise_log": "Hollow Poise Stem", - "block.everycomp.q.gardens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", + "block_type.everycomp.ter_end.hollow_azure_log": "Hollow Azure Stem", - "block.everycomp.q.outer_end.hollow_azure_log": "Hollow Azure Stem", + "block_type.everycomp.dlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", + "block_type.everycomp.dlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", - "block.everycomp.q.endlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", - "block.everycomp.q.endlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", + "block_type.everycomp.gions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", + "block_type.everycomp.gions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", - "block.everycomp.q.regions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", - "block.everycomp.q.regions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", - "block.everycomp.q.regions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", - "block.everycomp.q.regions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", + "block_type.everycomp.ther_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", + "block_type.everycomp.ther_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", + "block_type.everycomp.ther_redux.hollow_glacia_log": "Hollow Glaica Stem", + "block_type.everycomp.ther_redux.hollow_crystal_log": "Hollow Crystsal Stem", + "block_type.everycomp.ther_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", + "block_type.everycomp.ther_redux.hollow_skyroot_log": "Hollow Skyroot Stem", - "block.everycomp.q.aether_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", - "block.everycomp.q.aether_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", - "block.everycomp.q.aether_redux.hollow_glacia_log": "Hollow Glaica Stem", - "block.everycomp.q.aether_redux.hollow_crystal_log": "Hollow Crystsal Stem", - "block.everycomp.q.aether_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", - "block.everycomp.q.aether_redux.hollow_skyroot_log": "Hollow Skyroot Stem", + "block_type.everycomp.tendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block_type.everycomp.tendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block_type.everycomp.tendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block_type.everycomp.tendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block.everycomp.q.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block.everycomp.q.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block.everycomp.q.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block.everycomp.q.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block_type.everycomp.u.hollow_dragon_log": "Hollow Dragon Stem", + "block_type.everycomp.u.hollow_elder_log": "Hollow Elder Stem", + "block_type.everycomp.u.hollow_frosted_log": "Hollow Frosted Stem", - "block.everycomp.q.neu.hollow_dragon_log": "Hollow Dragon Stem", - "block.everycomp.q.neu.hollow_elder_log": "Hollow Elder Stem", - "block.everycomp.q.neu.hollow_frosted_log": "Hollow Frosted Stem", + "block_type.everycomp.lightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block_type.everycomp.lightened_end.hollow_indigo_log": "Hollow Indigo Stem", - "block.everycomp.q.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block.everycomp.q.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block_type.everycomp.omeswevegone.hollow_florus_log": "Hollow Florus Stem", - "block.everycomp.tf.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block.everycomp.tf.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block.everycomp.tf.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block.everycomp.tf.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block_type.everycomp.xtendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block_type.everycomp.xtendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block_type.everycomp.xtendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block_type.everycomp.xtendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block.everycomp.tf.neu.hollow_dragon_log": "Hollow Dragon Stem", - "block.everycomp.tf.neu.hollow_elder_log": "Hollow Elder Stem", - "block.everycomp.tf.neu.hollow_frosted_log": "Hollow Frosted Stem", + "block_type.everycomp.eu.hollow_dragon_log": "Hollow Dragon Stem", + "block_type.everycomp.eu.hollow_elder_log": "Hollow Elder Stem", + "block_type.everycomp.eu.hollow_frosted_log": "Hollow Frosted Stem", - "block.everycomp.tf.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block.everycomp.tf.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block_type.everycomp.nlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block_type.everycomp.nlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block_type.everycomp.iomeswevegone.hollow_florus_log": "Hollow Florus Stem", "wood_type.domum_ornamentum.cactus": "Green Cactus", "wood_type.domum_ornamentum.cactus_extra": "Cactus", @@ -638,9 +640,9 @@ "block_type.projectbrazier.vertical_lattice": "%s Vertical Lattice", "block_type.projectbrazier.zipline_anchor": "%s Zipline Anchor", - "block_type.storagedrawers.full_drawers_1": "%s Storage Drawers 1x1", - "block_type.storagedrawers.full_drawers_2": "%s Storage Drawers 1x2", - "block_type.storagedrawers.full_drawers_4": "%s Storage Drawers 2x2", + "block_type.storagedrawers.full_drawers_1": "%s Drawers 1x1", + "block_type.storagedrawers.full_drawers_2": "%s Drawers 1x2", + "block_type.storagedrawers.full_drawers_4": "%s Drawers 2x2", "block_type.storagedrawers.half_drawers_1": "%s Half Drawers 1x1", "block_type.storagedrawers.half_drawers_2": "%s Half Drawers 1x2", "block_type.storagedrawers.half_drawers_4": "%s Half Drawers 2x2", @@ -668,7 +670,7 @@ "block_type.woodworks.chest": "%s Chest", "block_type.woodworks.trapped_chest": "Trapped %s Chest", - "item_type.boatload.furnace_boat": "%s Boat with Furnace", + "item_type.boatload.furnace_boat": "%s Furnace Boat", "item_type.boatload.large_boat": "Large %s Boat", "block_type.woodster.chiseled_bookshelf": "%s Chiseled Bookshelf", diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 6efe7d730d9c..77f1015a0487 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -598,6 +598,9 @@ "block_type.woodworks.chest": "%s箱子", "block_type.woodworks.trapped_chest": "%s陷阱箱", + "item_type.boatload.furnace_boat": "%s动力船", + "item_type.boatload.large_boat": "%s大型船", + "block_type.woodster.chiseled_bookshelf": "%s雕纹书架", "block_type.woodster.ladder": "%s梯子", @@ -620,9 +623,6 @@ "item_type.buildersdelight.furniture_kit": "%s家具组件", "tooltip.everycomp.buildersdelight.furniture_kit": "放入切石机以制作家具", - "item_type.boatload.furnace_boat": "%s动力船", - "item_type.boatload.large_boat": "%s大型船", - "block_type.buildersdelight.chair_1": "%s座椅", "tooltip.everycomp.buildersdelight.chair_1": "椅子", "block_type.buildersdelight.chair_2": "%s座椅", @@ -881,5 +881,30 @@ "block_type.table_top_craft.chess": "%s棋盘", "block_type.table_top_craft.chess_timer": "%s棋钟", - "block_type.table_top_craft.connect_four": "%s四子棋" + "block_type.table_top_craft.connect_four": "%s四子棋", + + + + + + "everycomp.configuration.general": "通用", + + "everycomp.configuration.creative_tab": "创造标签页", + "everycomp.configuration.assets_depend_on_loaded_packs": "根据加载的资源包生成资源", + "everycomp.configuration.save_debug_resources": "保存调试资源", + "everycomp.configuration.mod_version_check_packet": "模组版本检查包", + "everycomp.configuration.debug_packet": "调试包", + + "everycomp.configuration.tooltips": "提示文本", + + "everycomp.configuration.mod_origin_enabled": "启用来源模组", + "everycomp.configuration.block_type_enabled": "启用方块种类", + "everycomp.configuration.show_on_advanced_tooltips": "仅在启用高级提示框时显示", + + + + "everycomp.configuration.types": "材料种类", + "everycomp.configuration.entries": "制品种类", + "everycomp.configuration.wood_type": "木材种类", + "everycomp.configuration.leaves_type": "树叶种类" } From eea3446750b9761b48b3ccb2eb2662fc447485cd Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Thu, 13 Mar 2025 10:52:55 +0800 Subject: [PATCH 49/55] =?UTF-8?q?StoneZone=20update=EF=BC=9A=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stone-zone/stonezone/lang/en_us.json | 3 + .../stone-zone/stonezone/lang/zh_cn.json | 80 ++++++++++++++++++- 2 files changed, 82 insertions(+), 1 deletion(-) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json index b15d0bff6c65..5400960f3bb0 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json @@ -3,6 +3,9 @@ "itemGroup.stonezone.stonezone": "Stone Zone", "item.stonezone.all_stones": "All Stones", + "stone_type:what_is_stone.limestone": "Beige Limestone", + "stone_type:what_is_stone.marble": "White Marble", + "block_type.twigs.column": "%s Column", "block_type.betterarcheology.cracked_bricks": "Cracked %s Bricks", diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 9783da61ab42..ced630df240b 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -232,6 +232,9 @@ "stone_type.ad_astra.conglomerate": "砾岩", "stone_type.aether.holystone": "圣石", + "stone_type.aether.carved_stone": "雕纹石", + "stone_type.aether.angelic_stone": "天灵石", + "stone_type.aether.hellfire_stone": "狱炎石", "stone_type.aetherworks.suevite": "陨磺砾岩", @@ -245,11 +248,22 @@ "stone_type.alexscaves.guanostone": "粪石", "stone_type.alexscaves.limestone": "石灰岩", + "stone_type.ancient_aether.aerogetic_stone": "空凝石", + + "stone_type.aoa3.abyssal_stone": "深渊石", + "stone_type.aoa3.aromatic_stone": "芬芳石", "stone_type.aoa3.baron_stone": "爵士石", + "stone_type.aoa3.creep_stone": "蠕变石", + "stone_type.aoa3.dense_stone": "致密石", "stone_type.aoa3.greckon_stone": "格瑞克石", "stone_type.aoa3.hellstone": "地狱石", + "stone_type.aoa3.irostone": "钢铁石", "stone_type.aoa3.lelyetian_stone": "赫尔维蒂石", + "stone_type.aoa3.polluted_stone": "污浊石", + "stone_type.aoa3.precasian_stone": "传说石", + "stone_type.aoa3.primed_stone": "坚固石", "stone_type.aoa3.runic_stone": "符文石", + "stone_type.aoa3.weightless_stone": "轻盈石", "stone_type.architects_palette.abyssaline": "渊晶石", "stone_type.architects_palette.hadaline": "渊溟石", @@ -259,11 +273,20 @@ "stone_type.architects_palette.wardstone": "青卫石", "stone_type.architects_palette.moonshale": "月页岩", "stone_type.architects_palette.nebulite": "星云岩", + "stone_type.architects_palette.warpstone": "跃迁石", + "stone_type.architects_palette.craterstone": "陨坑石", "stone_type.ars_nouveau.sourcestone": "魔源石", + "stone_type.arts_and_crafts.gypsum": "石膏石", "stone_type.arts_and_crafts.soapstone": "皂石", + "stone_type.atmospheric.dolerite": "粗玄岩", + "stone_type.atmospheric.ivory_travertine": "象牙白石灰华", + "stone_type.atmospheric.peach_travertine": "桃红石灰华", + "stone_type.atmospheric.persimmon_travertine": "柿子橙石灰华", + "stone_type.atmospheric.saffron_travertine": "藏红石灰华", + "stone_type.betterend.azure_jadestone": "湛蓝玉石", "stone_type.betterend.sandy_jadestone": "沙色玉石", "stone_type.betterend.virid_jadestone": "碧绿玉石", @@ -284,11 +307,15 @@ "stone_type.biomeswevegone.purple_sandstone": "紫砂岩", "stone_type.biomeswevegone.white_sandstone": "白砂岩", "stone_type.biomeswevegone.windswept_sandstone": "风袭砂岩", + "stone_type.biomeswevegone.mossy_stone": "苔藓石", + "stone_type.biomeswevegone.rocky_stone": "鹅卵岩", "stone_type.blockus.limestone": "石灰岩", "stone_type.blockus.marble": "大理石", "stone_type.blockus.bluestone": "蓝石", "stone_type.blockus.viridite": "青绿石", + "stone_type.blockus.asphalt": "沥青", + "stone_type.blockus.shingles": "瓦片", "stone_type.bloomingnature.travertin": "石灰华", "stone_type.bloomingnature.laterit": "红土", @@ -299,11 +326,21 @@ "stone_type.blue_skies.brumble": "泡棘藻", "stone_type.blue_skies.umber": "焦石", "stone_type.blue_skies.cinderstone": "余烬石", + "stone_type.blue_skies.blinding_stone": "惑乱石", + "stone_type.blue_skies.nature_stone": "自然石", + "stone_type.blue_skies.poison_stone": "猛毒石", + "stone_type.blue_skies.aquatic_stone": "水渊石", + "stone_type.blue_skies.life_stone": "生灵石", + "stone_type.blue_skies.turquoise_stone": "绿松岩", + "stone_type.blue_skies.lunar_stone": "明月岩", "stone_type.botania.livingrock": "活石", + "stone_type.botania.shimmerrock": "微光石", "stone_type.bountifulfares.feldspar": "长石", + "stone_type.caverns_and_chasms.sugilite": "苏纪石", + "stone_type.create.asurine": "皓蓝石", "stone_type.create.crimsite": "绯红岩", "stone_type.create.limestone": "石灰岩", @@ -319,6 +356,7 @@ "stone_type.deep_aether.aseterite": "紫菀石", "stone_type.deep_aether.clorite": "绿蔚石", "stone_type.deep_aether.raw_clorite": "粗绿蔚石", + "stone_type.deep_aether.nimbus_stone": "疾雨石", "mud_type.deep_aether.aether_mud": "天泥", "stone_type.deeperdarker.sculk_stone": "幽匿石", @@ -330,6 +368,7 @@ "stone_type.divinerpg.darkstone": "暗黑石", "stone_type.divinerpg.frozen_stone": "冰冻石", "stone_type.divinerpg.icy_stone": "寒冰石", + "stone_type.divinerpg.asphalt": "沥青", "stone_type.divinerpg.coalstone": "煤石", "stone_type.divinerpg.cobaltite": "辉钴石", "stone_type.divinerpg.ancient_stone": "坚固远古石", @@ -357,6 +396,7 @@ "mud_type.eternal_starlight.glowing_nightfall_mud": "发光夜泥", "stone_type.excessive_building.almentra": "埃门岩", + "stone_type.excessive_building.brimstone": "硫磺石", "stone_type.flying_stuff.skyrock": "空岩", "stone_type.flying_stuff.grimstone": "幽暗石", @@ -367,6 +407,8 @@ "stone_type.goety.crypt_stone": "墓穴石", "stone_type.goety.highrock": "高岭石", "stone_type.goety.siltstone": "粉砂岩", + "stone_type.goety.marble": "大理石", + "stone_type.goety.cragrocks": "峭壁岩", "stone_type.gravitation.conglomerate": "砾岩", @@ -376,7 +418,6 @@ "stone_type.hibernalherbs.necromantic_stone": "凝灵石", "stone_type.lost_aether_content.gale_stone": "飓风石", - "stone_type.lost_aether_content.light_gale_stone": "流光飓风石", "stone_type.malum.tainted_rock": "污秽石", "stone_type.malum.twisted_rock": "扭曲石", @@ -415,6 +456,7 @@ "stone_type.quark.soul_sandstone": "灵魂砂岩", "stone_type.quark.midori": "绿", "stone_type.quark.duskbound": "黯缚", + "stone_type.quark.shingles": "陶瓦砖瓦", "stone_type.railcraft.quarried_stone": "采掘岩", "stone_type.railcraft.abyssal_stone": "深渊岩", @@ -440,6 +482,8 @@ "stone_type.terrestria.basalt": "火山岩", + "stone_type.tropicraft.chunk": "集块岩", + "stone_type.tfc.granite": "花岗岩", "stone_type.tfc.diorite": "闪长岩", "stone_type.tfc.gabbro": "辉长岩", @@ -522,16 +566,50 @@ "stone_type.tfc.marble_wall": "大理岩墙", "stone_type.twigs.silt": "粉砂", + "stone_type.twigs.rhyolite": "流纹岩", + "stone_type.twigs.schist": "片岩", + "stone_type.twigs.bloodstone": "血石", "stone_type.undergarden.depthrock": "渊邃石", "stone_type.undergarden.shiverstone": "寒栗石", "stone_type.undergarden.tremblecrust": "颤动地壳", + "stone_type.unearthed.dacite": "英安岩", + "stone_type.unusualend.gneiss": "片麻岩", "stone_type.unusualend.gloopstone": "颂黏石", "stone_type.unusualend.gloopslate": "颂黏板岩", "stone_type.unusualend.warped_stone": "诡异石", + "stone_type.upgrade_aquatic.coralstone": "珊瑚石", + + "stone_type.what_is_stone.anthracite": "无烟煤", + "stone_type.what_is_stone.white_granite": "白色花岗岩", + "stone_type.what_is_stone.white_limestone": "白色石灰岩", + "stone_type.what_is_stone.arkosic_sandstone": "长石砂岩", + "stone_type.what_is_stone.black_marble": "黑色大理岩", + "stone_type.what_is_stone.grey_limestone": "灰色石灰岩", + "stone_type.what_is_stone.pumice": "浮岩", + "stone_type.what_is_stone.gneiss": "片麻岩", + "stone_type.what_is_stone.marble": "白色大理岩", + "stone_type.what_is_stone.limestone": "淡棕色石灰岩", + "stone_type.what_is_stone.conglomerate": "砾岩", + "stone_type.what_is_stone.dacite": "英安岩", + "stone_type.what_is_stone.gabbro": "辉长岩", + "stone_type.what_is_stone.breccia": "角砾岩", + "stone_type.what_is_stone.dolomite": "白云岩", + "stone_type.what_is_stone.rhyolite": "流纹岩", + "stone_type.what_is_stone.shale": "页岩", + "stone_type.what_is_stone.pegmatite": "伟晶岩", + "stone_type.what_is_stone.slate": "板岩", + "stone_type.what_is_stone.schist": "片岩", + "stone_type.what_is_stone.scoria": "熔渣", + "stone_type.what_is_stone.serpentinite": "蛇纹岩", + "stone_type.what_is_stone.soapstone": "皂石", + "stone_type.what_is_stone.mudstone": "泥岩", + "stone_type.what_is_stone.peridotite": "橄榄岩", + "stone_type.what_is_stone.quartzite": "石英岩", + "stone_type.wildlands.conglomerate": "砾岩", "stone_type.wildlands.gabbro": "辉长岩", "stone_type.wildlands.dolerite": "粗玄岩" From 9424f528cf23b4ce80e6c30834a76d0eede3a890 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 30 Mar 2025 02:53:28 +0800 Subject: [PATCH 50/55] =?UTF-8?q?StoneZone=20EveryComp=20update=EF=BC=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stone-zone/stonezone/lang/en_us.json | 87 +++++++++++++++++-- .../stone-zone/stonezone/lang/zh_cn.json | 77 +++++++++++++++- .../selene/moonlight/lang/zh_cn-types.json | 8 ++ 3 files changed, 159 insertions(+), 13 deletions(-) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json index 5400960f3bb0..65c94494a5bd 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json @@ -1,7 +1,7 @@ { - "itemGroup.stonezone": "Stone Zone", - "itemGroup.stonezone.stonezone": "Stone Zone", - "item.stonezone.all_stones": "All Stones", + "itemGroup.stonezone": "%s Zone", + "itemGroup.stonezone.stonezone": "%s Zone", + "item.stonezone.all_stones": "All %ss", "stone_type:what_is_stone.limestone": "Beige Limestone", "stone_type:what_is_stone.marble": "White Marble", @@ -72,14 +72,14 @@ "block_type.rechiseled.big_tiles": "Large %s Tiles", "block_type.rechiseled.big_tiles_connecting": "Large %s Tiles", - "block_type.rechiseled.bordered": "Bordered Stone", - "block_type.rechiseled.bordered_connecting": "Bordered Stone", + "block_type.rechiseled.bordered": "Bordered %s", + "block_type.rechiseled.bordered_connecting": "Bordered %s", "block_type.rechiseled.brick_pattern": "%s Brick Pattern", "block_type.rechiseled.brick_pattern_connecting": "%s Brick Pattern", "block_type.rechiseled.brick_paving": "%s Brick Paving", "block_type.rechiseled.brick_paving_connecting": "%s Brick Paving", - "block_type.rechiseled.crushed": "Crushed Stone", - "block_type.rechiseled.crushed_connecting": "Crushed Stone", + "block_type.rechiseled.crushed": "Crushed %s", + "block_type.rechiseled.crushed_connecting": "Crushed %s", "block_type.rechiseled.diagonal_bricks": "Diagonal %s Bricks", "block_type.rechiseled.diagonal_bricks_connecting": "Diagonal %s Bricks", "block_type.rechiseled.path": "%s Path", @@ -104,7 +104,7 @@ "block_type.rechiseled.tiles_connecting": "%s Tiles", "block_type.rechiseled.waves": "%s Waves", "block_type.rechiseled.waves_connecting": "%s Waves", - "block_type.rechiseled.slated": "Slated Stone", + "block_type.rechiseled.slated": "Slated %s", "block_type.blockus.herringbone_bricks": "Herringbone %s Bricks", "block_type.blockus.smooth_stairs": "Smooth %s Stairs", @@ -203,5 +203,74 @@ "block_type.mcwpaths.mossy_flagstone": "Mossy %s Flagstone", "block_type.mcwpaths.mossy_crystal_floor_path": "Mossy %s Crystal Floor Path", "block_type.mcwpaths.mossy_crystal_floor_slab": "Mossy %s Crystal Floor Slab", - "block_type.mcwpaths.mossy_crystal_floor": "Mossy %s Crystal Floor" + "block_type.mcwpaths.mossy_crystal_floor": "Mossy %s Crystal Floor", + + "block_type.chipped.bricks":"%s Bricks", + "block_type.chipped.gravel":"%s Gravel", + "block_type.chipped.mini_tiles":"%s Mini Tiles", + "block_type.chipped.pillar":"%s Pillar", + "block_type.chipped.pillar_top":"%s Pillar Top", + "block_type.chipped.pointed_dripstone":"%s Pointed Dripstone", + "block_type.chipped.scales":"%s Scales", + "block_type.chipped.angry":"Angry %s", + "block_type.chipped.blank_carving":"Blank %s Carving", + "block_type.chipped.bordered":"Bordered %s", + "block_type.chipped.brick_bordered":"Brick Bordered %s", + "block_type.chipped.carved":"Carved %s", + "block_type.chipped.checkered_tiles":"Checkered %s Tiles", + "block_type.chipped.cobbled":"Cobbled %s", + "block_type.chipped.cracked_bricks":"Cracked %s Bricks", + "block_type.chipped.cracked_disordered_bricks":"Cracked Disordered %s Bricks", + "block_type.chipped.cracked_flat_tiles":"Cracked Flat %s Tiles", + "block_type.chipped.creeper_carving":"Creeper %s Carving", + "block_type.chipped.crying":"Crying %s", + "block_type.chipped.curly_pillar":"Curly %s Pillar", + "block_type.chipped.cut_column":"Cut %s Column", + "block_type.chipped.cut_blank":"Cut Blank %s", + "block_type.chipped.duh":"Duh %s", + "block_type.chipped.edged_bricks":"Edged %s Bricks", + "block_type.chipped.engraved":"Engraved %s", + "block_type.chipped.eroded":"Eroded %s", + "block_type.chipped.etched_bricks":"Etched %s Bricks", + "block_type.chipped.fine_pillar":"Fine %s Pillar", + "block_type.chipped.flat_tiles":"Flat %s Tiles", + "block_type.chipped.glad":"Glad %s", + "block_type.chipped.inlayed":"Inlayed %s", + "block_type.chipped.inscribed":"Inscribed %s", + "block_type.chipped.layed_bricks":"Layed %s Bricks", + "block_type.chipped.loded":"Loded %s", + "block_type.chipped.massive_bricks":"Massive %s Bricks", + "block_type.chipped.offset_bricks":"Offset %s Bricks", + "block_type.chipped.ornate_pillar":"Ornate %s Pillar", + "block_type.chipped.overlapping_tiles":"Overlapping %s Tiles", + "block_type.chipped.pillar_bricks":"Pillar %s Bricks", + "block_type.chipped.polished":"Polished %s", + "block_type.chipped.prismal_remnants":"Prismal %s Remnants", + "block_type.chipped.rough":"Rough %s", + "block_type.chipped.rounded_bricks":"Rounded %s Bricks", + "block_type.chipped.runic_carved":"Runic Carved %s", + "block_type.chipped.sad":"Sad %s", + "block_type.chipped.sanded":"Sanded %s", + "block_type.chipped.simple_pillar":"Simple %s Pillar", + "block_type.chipped.small_bricks":"Small %s Bricks", + "block_type.chipped.smooth_column":"Smooth %s Column", + "block_type.chipped.smooth_inlayed":"Smooth Inlayed %s", + "block_type.chipped.smooth_ringed":"Smooth Ringed %s", + "block_type.chipped.smoothed_double_inlayed":"Smoothed Double Inlayed %s", + "block_type.chipped.spider_carving":"Spider %s Carving", + "block_type.chipped.spiraled":"Spiraled %s", + "block_type.chipped.stacked_bricks":"Stacked %s Bricks", + "block_type.chipped.thick_inlayed":"Thick Inlayed %s", + "block_type.chipped.tiled":"Tiled %s", + "block_type.chipped.tiled_column":"Tiled %s Column", + "block_type.chipped.tiled_bordered":"Tiled Bordered %s", + "block_type.chipped.tiny_bricks":"Tiny %s Bricks", + "block_type.chipped.tiny_brick_bordered":"Tiny Brick Bordered %s", + "block_type.chipped.tiny_layered_bricks":"Tiny Layered %s Bricks", + "block_type.chipped.tiny_layered_slabs":"Tiny Layered %s Slabs", + "block_type.chipped.trodden":"Trodden %s", + "block_type.chipped.unamused":"Unamused %s", + "block_type.chipped.vertical_cut":"Vertical Cut %s", + "block_type.chipped.vertical_disordered_bricks":"Vertical Disordered %s Bricks", + "block_type.chipped.weathered":"Weathered %s" } \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index ced630df240b..4a8f4ec60d0f 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -1,7 +1,7 @@ { - "itemGroup.stonezone": "泛用兼容:石材", - "itemGroup.stonezone.stonezone": "泛用兼容:石材", - "item.stonezone.all_stones": "所有石材", + "itemGroup.stonezone": "泛用兼容:%s", + "itemGroup.stonezone.stonezone": "泛用兼容:%s", + "item.stonezone.all_stones": "所有%s", "block_type.twigs.column": "%s立柱", @@ -66,7 +66,7 @@ "block_type.stoneworks.shingle_slab": "%s砖瓦台阶", "block_type.stoneworks.shingle_wall": "%s砖瓦墙", "block_type.stoneworks.cracked_shingles": "裂纹%s砖瓦", - + "block_type.rechiseled.big_tiles": "大块%s瓦", "block_type.rechiseled.big_tiles_connecting": "大块%s瓦", "block_type.rechiseled.bordered": "边框%s", @@ -202,6 +202,75 @@ "block_type.mcwpaths.mossy_crystal_floor_slab": "铺嵌覆苔%s台阶", "block_type.mcwpaths.mossy_crystal_floor": "铺嵌覆苔%s", + "block_type.chipped.bricks": "%s砖", + "block_type.chipped.gravel": "%s沙砾", + "block_type.chipped.mini_tiles": "%s小型瓦", + "block_type.chipped.pillar": "%s柱", + "block_type.chipped.pillar_top": "%s柱端", + "block_type.chipped.pointed_dripstone": "%s滴水石锥", + "block_type.chipped.scales": "%s鳞块", + "block_type.chipped.angry": "愤怒雕徽%s", + "block_type.chipped.blank_carving": "空白式刻徽%s", + "block_type.chipped.bordered": "带沿网纹%s", + "block_type.chipped.brick_bordered": "砖沿%s", + "block_type.chipped.carved": "刻制%s", + "block_type.chipped.checkered_tiles": "棋盘格%s瓦", + "block_type.chipped.cobbled": "圆石纹%s", + "block_type.chipped.cracked_bricks": "裂纹%s砖", + "block_type.chipped.cracked_disordered_bricks": "裂纹乱砌%s砖", + "block_type.chipped.cracked_flat_tiles": "裂纹平整%s瓦", + "block_type.chipped.creeper_carving": "苦力怕徽%s", + "block_type.chipped.crying": "哭泣雕徽%s", + "block_type.chipped.curly_pillar": "螺卷纹%s柱", + "block_type.chipped.cut_column": "切制%s柱石", + "block_type.chipped.cut_blank": "空白式雕徽%s", + "block_type.chipped.duh": "疑惑雕徽%s", + "block_type.chipped.edged_bricks": "刻沿%s砖", + "block_type.chipped.engraved": "錾纹%s", + "block_type.chipped.eroded": "风蚀%s", + "block_type.chipped.etched_bricks": "蚀刻%s砖", + "block_type.chipped.fine_pillar": "精刻%s柱", + "block_type.chipped.flat_tiles": "平整%s瓦", + "block_type.chipped.glad": "欢愉雕徽%s", + "block_type.chipped.inlayed": "嵌花%s", + "block_type.chipped.inscribed": "篆刻%s", + "block_type.chipped.layed_bricks": "复层%s砖", + "block_type.chipped.loded": "磁石纹%s", + "block_type.chipped.massive_bricks": "巨型%s砖", + "block_type.chipped.offset_bricks": "错排%s砖", + "block_type.chipped.ornate_pillar": "精饰%s柱", + "block_type.chipped.overlapping_tiles": "复纹%s瓦", + "block_type.chipped.pillar_bricks": "柱式%s砖", + "block_type.chipped.polished": "磨制%s", + "block_type.chipped.prismal_remnants": "海晶残纹%s", + "block_type.chipped.rough": "粗糙%s", + "block_type.chipped.rounded_bricks": "圆角%s砖", + "block_type.chipped.runic_carved": "符文刻徽%s", + "block_type.chipped.sad": "悲伤雕徽%s", + "block_type.chipped.sanded": "沙纹%s", + "block_type.chipped.simple_pillar": "简单%s柱", + "block_type.chipped.small_bricks": "%s小型砖", + "block_type.chipped.smooth_column": "平滑%s柱石", + "block_type.chipped.smooth_inlayed": "平滑嵌花%s", + "block_type.chipped.smooth_ringed": "平滑回纹%s", + "block_type.chipped.smoothed_double_inlayed": "平滑双重嵌花%s", + "block_type.chipped.spider_carving": "蜘蛛雕徽%s", + "block_type.chipped.spiraled": "螺旋纹%s", + "block_type.chipped.stacked_bricks": "叠层%s砖", + "block_type.chipped.thick_inlayed": "厚沿嵌花%s", + "block_type.chipped.tiled": "方纹%s", + "block_type.chipped.tiled_column": "方纹%s柱石", + "block_type.chipped.tiled_bordered": "方砖沿%s", + "block_type.chipped.tiny_bricks": "%s微型砖", + "block_type.chipped.tiny_brick_bordered": "窄砖沿%s", + "block_type.chipped.tiny_layered_bricks": "密层%s砖", + "block_type.chipped.tiny_layered_slabs": "细层%s砖", + "block_type.chipped.trodden": "踏裂%s", + "block_type.chipped.unamused": "不悦雕徽%s", + "block_type.chipped.vertical_cut": "竖纹切制%s", + "block_type.chipped.vertical_disordered_bricks": "竖纹乱砌%s砖", + "block_type.chipped.weathered": "风化%s", + "stone_type.minecraft.stone": "石头", diff --git a/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json b/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json index fc5b3ddf0cac..e326e18143cd 100644 --- a/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json +++ b/projects/1.21/assets/selene/moonlight/lang/zh_cn-types.json @@ -75,6 +75,13 @@ "wood_type.alexscaves.thornwood": "荆棘木", "leaves_type.alexscaves.ancient": "远古", + "wood_type.allthemodium.ancient": "远古木", + "wood_type.allthemodium.demonic": "恶魔木", + "wood_type.allthemodium.soul": "灵魂木", + "leaves_type.allthemodium.ancient": "远古", + "leaves_type.allthemodium.demonic": "恶魔", + "leaves_type.allthemodium.soul": "灵魂", + "wood_type.ancient_aether.highsproot": "高茁木", "wood_type.ancient_aether.sakura": "樱木", "leaves_type.ancient_aether.crystal_skyroot": "水晶天根", @@ -523,6 +530,7 @@ "leaves_type.deep_aether.sunroot": "晖根", "wood_type.deeperdarker.echo": "回响木", + "wood_type.deeperdarker.bloom": "繁花木", "leaves_type.deeperdarker.echo": "回响", "wood_type.desolation.charred": "烧焦的", From 608cc98875143763530d78f082271bc7eacb55ce Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 30 Mar 2025 11:04:43 +0800 Subject: [PATCH 51/55] =?UTF-8?q?StoneZone=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 --- .../stone-zone/stonezone/lang/en_us.json | 24 ++++++++++++++++++- .../stone-zone/stonezone/lang/zh_cn.json | 22 +++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json index 65c94494a5bd..abc2ca3b1cc1 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json @@ -272,5 +272,27 @@ "block_type.chipped.unamused":"Unamused %s", "block_type.chipped.vertical_cut":"Vertical Cut %s", "block_type.chipped.vertical_disordered_bricks":"Vertical Disordered %s Bricks", - "block_type.chipped.weathered":"Weathered %s" + "block_type.chipped.weathered":"Weathered %s", + + "block_type.additional_lights.al_lamp": "%s Lamp", + "block_type.additional_lights.al_torch": "%s AlTorch", + "block_type.additional_lights.al_torch_bricks": "%s Bricks AlTorch", + "block_type.additional_lights.al_torch_mossy_bricks": "Mossy %s Bricks AlTorch", + "block_type.additional_lights.al_torch_smooth": "Smooth %s AlTorch", + "block_type.additional_lights.fire_pit_s_bricks": "%s Bricks Fire Pit", + "block_type.additional_lights.fire_pit_s_mossy_bricks": "Mossy %s Bricks Fire Pit", + "block_type.additional_lights.fire_pit_s_smooth": "Smooth %s Fire Pit", + "block_type.additional_lights.fire_pit_s": "%s Fire Pit", + "block_type.additional_lights.fire_pit_l_bricks": "%s Bricks Fire Pit - L", + "block_type.additional_lights.fire_pit_l_mossy_bricks": "Mossy %s Bricks Fire Pit - L", + "block_type.additional_lights.fire_pit_l_smooth": "Smooth %s Fire Pit - L", + "block_type.additional_lights.fire_pit_l": "%s Fire Pit - L", + "block_type.additional_lights.standing_torch_s_bricks": "%s Bricks Standing Torch", + "block_type.additional_lights.standing_torch_s_mossy_bricks": "Mossy %s Bricks Standing Torch", + "block_type.additional_lights.standing_torch_s_smooth": "Smooth %s Standing Torch", + "block_type.additional_lights.standing_torch_s": "%s Standing Torch", + "block_type.additional_lights.standing_torch_l_bricks": "%s Bricks Standing Torch - L", + "block_type.additional_lights.standing_torch_l_mossy_bricks": "Mossy %s Bricks Standing Torch - L", + "block_type.additional_lights.standing_torch_l_smooth": "Smooth %s Standing Torch - L", + "block_type.additional_lights.standing_torch_l": "%s Standing Torch - L" } \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 4a8f4ec60d0f..d070fb31fb81 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -271,6 +271,28 @@ "block_type.chipped.vertical_disordered_bricks": "竖纹乱砌%s砖", "block_type.chipped.weathered": "风化%s", + "block_type.additional_lights.al_lamp": "%s灯", + "block_type.additional_lights.al_torch": "%s火把", + "block_type.additional_lights.al_torch_bricks": "%s砖火把", + "block_type.additional_lights.al_torch_mossy_bricks": "覆苔%s砖火把", + "block_type.additional_lights.al_torch_smooth": "平滑%s火把", + "block_type.additional_lights.fire_pit_s_bricks": "%s砖火盆", + "block_type.additional_lights.fire_pit_s_mossy_bricks": "覆苔%s砖火盆", + "block_type.additional_lights.fire_pit_s_smooth": "平滑%s火盆", + "block_type.additional_lights.fire_pit_s": "%s火盆", + "block_type.additional_lights.fire_pit_l_bricks": "%s砖高火盆", + "block_type.additional_lights.fire_pit_l_mossy_bricks": "覆苔%s砖高火盆", + "block_type.additional_lights.fire_pit_l_smooth": "平滑%s高火盆", + "block_type.additional_lights.fire_pit_l": "%s高火盆", + "block_type.additional_lights.standing_torch_s_bricks": "%s砖立式火把", + "block_type.additional_lights.standing_torch_s_mossy_bricks": "覆苔%s砖立式火把", + "block_type.additional_lights.standing_torch_s_smooth": "平滑%s立式火把", + "block_type.additional_lights.standing_torch_s": "%s立式火把", + "block_type.additional_lights.standing_torch_l_bricks": "%s砖高立式火把", + "block_type.additional_lights.standing_torch_l_mossy_bricks": "覆苔%s砖高立式火把", + "block_type.additional_lights.standing_torch_l_smooth": "平滑%s高立式火把", + "block_type.additional_lights.standing_torch_l": "%s高立式火把", + "stone_type.minecraft.stone": "石头", From 4daf716c3d9ac6fea479b4e9200f41568b0eaecb Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 31 Mar 2025 02:19:29 +0800 Subject: [PATCH 52/55] =?UTF-8?q?StoneZone=20update=EF=BC=9A=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stone-zone/stonezone/lang/zh_cn.json | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index d070fb31fb81..0b76968035d6 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -129,7 +129,7 @@ "block_type.mcwfences.modern_brick_wall": "现代%s砖墙", "block_type.mcwfences.brick_railing_gate": "%s砖铁栅栏门", "block_type.mcwfences.railing_brick_wall": "%s砖铁栅栏墙", - "block_type.mcwfences.grass_topped_wall": "%s覆草墙", + "block_type.mcwfences.grass_topped_wall": "%s草顶墙", "block_type.mcwfences.pillar_wall": "%s砖柱墙", "block_type.mcwfences.railing_gate": "%s铁栅栏门", "block_type.mcwfences.railing_wall": "%s铁栅栏墙", @@ -371,6 +371,7 @@ "stone_type.arts_and_crafts.gypsum": "石膏石", "stone_type.arts_and_crafts.soapstone": "皂石", + "stone_type.arts_and_crafts.white_chalk": "白色白垩岩", "stone_type.atmospheric.dolerite": "粗玄岩", "stone_type.atmospheric.ivory_travertine": "象牙白石灰华", @@ -389,6 +390,9 @@ "stone_type.biomemakeover.mesmerite": "迷魂石", "stone_type.biomesoplenty.brimstone": "硫磺石", + "stone_type.biomesoplenty.black_sandstone": "黑砂岩", + "stone_type.biomesoplenty.white_sandstone": "白砂岩", + "stone_type.biomesoplenty.orange_sandstone": "橙砂岩", "stone_type.biomeswevegone.dacite": "英安岩", "stone_type.biomeswevegone.red_rock": "红岩", @@ -523,6 +527,24 @@ "stone_type.natures_spirit.travertine": "洞石", "stone_type.natures_spirit.chert": "黑硅岩", "stone_type.natures_spirit.kaolin": "高岭土", + "stone_type.natures_spirit.pink_sandstone": "粉红砂岩", + "stone_type.natures_spirit.white_chalk": "白色白垩岩", + "stone_type.natures_spirit.light_gray_chalk": "淡灰色白垩岩", + "stone_type.natures_spirit.gray_chalk": "灰色白垩岩", + "stone_type.natures_spirit.black_chalk": "黑色白垩岩", + "stone_type.natures_spirit.brown_chalk": "棕色白垩岩", + "stone_type.natures_spirit.red_chalk": "红色白垩岩", + "stone_type.natures_spirit.orange_chalk": "橙色白垩岩", + "stone_type.natures_spirit.yellow_chalk": "黄色白垩岩", + "stone_type.natures_spirit.lime_chalk": "黄绿色白垩岩", + "stone_type.natures_spirit.green_chalk": "绿色白垩岩", + "stone_type.natures_spirit.cyan_chalk": "青色白垩岩", + "stone_type.natures_spirit.light_blue_chalk": "淡蓝色白垩岩", + "stone_type.natures_spirit.blue_chalk": "蓝色白垩岩", + "stone_type.natures_spirit.purple_chalk": "紫色白垩岩", + "stone_type.natures_spirit.magenta_chalk": "品红色白垩岩", + "stone_type.natures_spirit.pink_chalk": "粉红色白垩岩", + "stone_type.natures_spirit.bleached_chalk": "漂色白垩岩", "stone_type.netherexp.soul_slate": "魂板岩", @@ -553,6 +575,7 @@ "stone_type.railcraft.abyssal_stone": "深渊岩", "stone_type.regions_unexplored.chalk": "白垩岩", + "stone_type.regions_unexplored.argillite": "泥板岩", "stone_type.rubinated_nether.altar_stone": "祭坛石", From 6f0cdeefb2e3ad6a4adf1a07a106f7ed0e9df0d7 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:57:05 +0800 Subject: [PATCH 53/55] =?UTF-8?q?EveryCompat=20update=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../everycomp/lang/zh_cn-base-fix.json | 22 +- .../every-compat/everycomp/lang/en_us.json | 22 +- .../everycomp/lang/zh_cn-override.json | 488 ------------------ .../every-compat/everycomp/lang/zh_cn.json | 20 + .../every-compat/everycomp/packer-policy.json | 12 - 5 files changed, 42 insertions(+), 522 deletions(-) delete mode 100644 projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json delete mode 100644 projects/1.21/assets/every-compat/everycomp/packer-policy.json diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json index cd759114a3e7..95159da8fe90 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json @@ -1,24 +1,4 @@ { "block_type.beautifulcampfires.campfire": "%s营火", - "block_type.beautifulcampfires.soul_campfire": "%s灵魂营火", - - "block_type.excessive_building.crafting_table": "%s工作台", - "block_type.excessive_building.vertical_stairs": "%s竖直楼梯", - "block_type.excessive_building.chiseled": "雕纹%s板", - "block_type.excessive_building.mosaic": "%s马赛克", - "block_type.excessive_building.mosaic_slab": "%s马赛克台阶", - "block_type.excessive_building.mosaic_stairs": "%s马赛克楼梯", - "block_type.excessive_building.mosaic_vertical_stairs": "%s马赛克竖直楼梯", - "block_type.excessive_building.ladder": "%s梯子", - "block_type.excessive_building.bookshelf": "%s书架", - "block_type.excessive_building.empty_shelf": "%s空装饰架", - "block_type.excessive_building.empty_potion_shelf": "%s空瓶架", - "block_type.excessive_building.water_potion_shelf": "%s水瓶架", - "block_type.excessive_building.potion_shelf": "%s药水架", - "block_type.excessive_building.alchemist_shelf": "%s炼金术士架", - "block_type.excessive_building.brickshelf": "%s红砖架", - "block_type.excessive_building.nether_brickshelf": "%s下界砖架", - "block_type.excessive_building.hollow_log": "空心%s原木", - "block_type.excessive_building.hollow_stripped_log": "去皮空心%s原木", - "block_type.excessive_building.decorative_shelf": "%s装饰架" + "block_type.beautifulcampfires.soul_campfire": "%s灵魂营火" } \ No newline at end of file diff --git a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json index c4d3ae7486ec..7ebc96c0a9f0 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json @@ -954,5 +954,25 @@ "block_type.table_top_craft.chess": "%s Chess Board", "block_type.table_top_craft.chess_timer": "%s Chess Timer", - "block_type.table_top_craft.connect_four": "%s Connect Four" + "block_type.table_top_craft.connect_four": "%s Connect Four", + + "block_type.excessive_building.crafting_table": "%s Crafting Table", + "block_type.excessive_building.vertical_stairs": "%s Vertical Stairs", + "block_type.excessive_building.chiseled": "Chiseled %s Planks", + "block_type.excessive_building.mosaic": "%s Mosaic", + "block_type.excessive_building.mosaic_slab": "%s Mosaic Slab", + "block_type.excessive_building.mosaic_stairs": "%s Mosaic Stairs", + "block_type.excessive_building.mosaic_vertical_stairs": "%s Mosaic Vertical Stairs", + "block_type.excessive_building.ladder": "%s Ladder", + "block_type.excessive_building.bookshelf": "%s Bookshelf", + "block_type.excessive_building.empty_shelf": "%s Empty Shelf", + "block_type.excessive_building.empty_potion_shelf": "%s Empty Bottle Shelf", + "block_type.excessive_building.water_potion_shelf": "%s Water Bottle Shelf", + "block_type.excessive_building.potion_shelf": "%s Potion Shelf", + "block_type.excessive_building.alchemist_shelf": "%s Alchemist Shelf", + "block_type.excessive_building.brickshelf": "%s Brickshelf", + "block_type.excessive_building.nether_brickshelf": "%s Nether Brickshelf", + "block_type.excessive_building.hollow_log": "Hollow %s Log", + "block_type.excessive_building.hollow_stripped_log": "Hollow Stripped %s Log", + "block_type.excessive_building.decorative_shelf": "%s Decorative Shelf" } diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json deleted file mode 100644 index b5098aad4989..000000000000 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json +++ /dev/null @@ -1,488 +0,0 @@ -{ - "target": "assets/everycomp/lang/zh_cn.json", - "entries": [ - { - "templates": { - "block.everycomp.mcp.{0}_planks_path": "{0}木板小径", - "block.everycomp.mcf.{0}_planks_attic_roof": "{0}木板天窗屋顶", - "block.everycomp.mcf.{0}_planks_lower_roof": "{0}木板平缓屋顶底端", - "block.everycomp.mcf.{0}_planks_roof": "{0}木板屋顶", - "block.everycomp.mcf.{0}_planks_steep_roof": "{0}木板陡峭屋顶底端", - "block.everycomp.mcf.{0}_planks_top_roof": "{0}木板屋顶顶端", - "block.everycomp.mcf.{0}_planks_upper_lower_roof": "{0}木板平缓屋顶顶端", - "block.everycomp.mcf.{0}_planks_upper_steep_roof": "{0}木板陡峭屋顶顶端", - "block.everycomp.mcw.{0}_plank_window": "可调{0}木板窗户", - "block.everycomp.mcw.{0}_plank_window2": "长方格{0}木板窗户", - "block.everycomp.mcw.{0}_plank_four_window": "{0}木板四格窗户", - "block.everycomp.mcw.{0}_plank_parapet": "{0}木板护台", - "block.everycomp.mcw.{0}_plank_pane_window": "{0}木板嵌板窗户", - "block.everycomp.cfm.{0}_plank_parapet": "{0}木板护台", - "block.everycomp.cfm.{0}_plank_window": "{0}木板窗户", - "block.everycomp.cfm.{0}_plank_window2": "{0}木板窗棂窗户", - "block.everycomp.ib.{0}_plank_secret_button": "{0}木板隐蔽按钮", - "block.everycomp.bdl.{0}_planks_1": "{0}木板", - "block.everycomp.bdl.{0}_planks_2": "{0}木板", - "block.everycomp.bdl.{0}_planks_3": "{0}木板", - "block.everycomp.bdl.{0}_planks_4": "{0}木板", - "block.everycomp.bdl.{0}_planks_5": "{0}木板", - "block.everycomp.bdl.{0}_planks_6": "{0}木板", - "block.everycomp.bdl.{0}_planks_7": "{0}木板" - }, - "parameters": [ - { - "minecraft.oak": "橡木", - "minecraft.dark_oak": "深色橡木", - "abundant_atmosphere.ash": "梣木", - "ancient_aether.sakura": "樱木", - "atmospheric.kousa": "梾木", - "autumnity.maple": "枫木", - "betterend.dragon_tree": "龙木", - "betternether.anchor_tree": "锚木", - "bewitchment.cypress": "柏木", - "biomemakeover.blighted_balsa": "染菌轻木", - "biomemakeover.ancient_oak": "远古橡木", - "biomemakeover.willow": "柳木", - "biomesoplenty.fir": "杉木", - "biomesoplenty.maple": "枫木", - "biomesoplenty.pine": "松木", - "biomesoplenty.willow": "柳木", - "blocksplus.bamboo": "竹木", - "blockus.white_oak": "白色橡木", - "bloomingnature.chestnut": "栗木", - "bloomingnature.ebony": "乌木", - "blue_skies.maple": "枫木", - "botania.livingwood": "活木", - "byg.cypress": "柏木", - "byg.ebony": "乌木", - "byg.maple": "枫木", - "byg.pine": "松木", - "byg.willow": "柳木", - "byg.zelkova": "榉木", - "charm.ebony": "乌木", - "divinerpg.auroraoak": "极光橡木", - "divinerpg.eucalyptus": "桉木", - "ecologics.coconut": "椰木", - "edenring.brain_tree": "脑木", - "emeraldcraft.peach": "桃木", - "environmental.pine": "松木", - "environmental.willow": "柳木", - "eternal_tales.bleedwood": "血木", - "fruittrees.cherry": "樱木", - "goodending.cypress": "柏木", - "goodending.muddy_oak": "泥浆橡木", - "hexerei.willow": "柳木", - "jitl.burned": "焦木", - "jitl.depths": "渊木", - "maple.maple": "枫木", - "maple_forest.maple": "枫木", - "meadow.pine": "松木", - "ms.maple": "枫木", - "ms.willow": "柳木", - "mysticsbiomes.peach": "桃木", - "mysticsbiomes.maple": "枫木", - "nature_arise.maple": "枫木", - "nature_arise.willow": "柳木", - "natures_spirit.coconut": "椰木", - "natures_spirit.cypress": "柏木", - "natures_spirit.maple": "枫木", - "natures_spirit.willow": "柳木", - "orcz.orc_wood": "兽木", - "premium_wood.maple": "枫木", - "premium_wood.tiger": "虎木", - "premium_wood.willow": "柳木", - "productivetrees.apricot": "杏木", - "productivetrees.balsa": "轻木", - "productivetrees.ceylon_ebony": "乌木", - "productivetrees.coconut": "椰木", - "productivetrees.cork_oak": "软木", - "productivetrees.cultivated_pear": "梨木", - "productivetrees.hazel": "榛木", - "productivetrees.logwood": "采木", - "productivetrees.orange": "橙木", - "productivetrees.peach": "桃木", - "productivetrees.persimmon": "柿木", - "productivetrees.plum": "李木", - "productivetrees.teak": "柚木", - "projectbrazier.orange": "橘木", - "promenade.maple": "枫木", - "promenade.sakura": "樱木", - "pyromancer.pyrowood": "炽木", - "quark.blossom": "花木", - "rankine.maple": "枫木", - "rankine.coconut_palm": "椰木", - "regions_unexplored.blackwood": "黑木", - "regions_unexplored.cypress": "柏木", - "regions_unexplored.eucalyptus": "桉木", - "regions_unexplored.maple": "枫木", - "regions_unexplored.pine": "松木", - "regions_unexplored.willow": "柳木", - "sakura.sakura": "樱木", - "sakura.maple": "枫木", - "terraincognita.hazel": "榛木", - "terraqueous.coconut": "椰木", - "terraqueous.orange": "橙木", - "terraqueous.peach": "桃木", - "terraqueous.pear": "梨木", - "terraqueous.plum": "李木", - "terrestria.cypress": "柏木", - "terrestria.willow": "柳木", - "twilightforest.twilight_oak": "暮色橡木", - "twilightforest.dark": "黑木", - "upgrade_aquatic.driftwood": "浮木", - "upgrade_aquatic.river": "桑木", - "urushi.japanese_apricot": "梅木", - "wilderwild.cypress": "柏木", - "wildlands.coconut": "椰木", - "wilds.cypress": "柏木", - "windswept.chestnut": "栗木", - "woods_and_mires.pine": "松木", - - "promenade.cherry_oak": "樱桃橡木" - } - ] - }, - { - "templates": { - "block.everycomp.q.{0}_planks": "竖纹{0}木板", - "block.everycomp.cfm.{0}_planks": "竖纹{0}木板" - }, - "parameters": [ - { - "minecraft.vertical_oak": "橡木", - "minecraft.vertical_dark_oak": "深色橡木", - "abundant_atmosphere.vertical_ash": "梣木", - "ancient_aether.vertical_sakura": "樱木", - "atmospheric.vertical_kousa": "梾木", - "autumnity.vertical_maple": "枫木", - "betterend.vertical_dragon_tree": "龙木", - "betternether.vertical_anchor_tree": "锚木", - "bewitchment.vertical_cypress": "柏木", - "biomemakeover.vertical_blighted_balsa": "染菌轻木", - "biomemakeover.vertical_ancient_oak": "远古橡木", - "biomemakeover.vertical_willow": "柳木", - "biomesoplenty.vertical_fir": "杉木", - "biomesoplenty.vertical_maple": "枫木", - "biomesoplenty.vertical_pine": "松木", - "biomesoplenty.vertical_willow": "柳木", - "blocksplus.vertical_bamboo": "竹木", - "blockus.vertical_white_oak": "白色橡木", - "bloomingnature.vertical_chestnut": "栗木", - "bloomingnature.vertical_ebony": "乌木", - "blue_skies.vertical_maple": "枫木", - "botania.vertical_livingwood": "活木", - "byg.vertical_cypress": "柏木", - "byg.vertical_ebony": "乌木", - "byg.vertical_maple": "枫木", - "byg.vertical_pine": "松木", - "byg.vertical_willow": "柳木", - "byg.vertical_zelkova": "榉木", - "charm.vertical_ebony": "乌木", - "divinerpg.vertical_auroraoak": "极光橡木", - "divinerpg.vertical_eucalyptus": "桉木", - "ecologics.vertical_coconut": "椰木", - "edenring.vertical_brain_tree": "脑木", - "emeraldcraft.vertical_peach": "桃木", - "environmental.vertical_pine": "松木", - "environmental.vertical_willow": "柳木", - "eternal_tales.vertical_bleedwood": "血木", - "fruittrees.vertical_cherry": "樱木", - "goodending.vertical_cypress": "柏木", - "goodending.vertical_muddy_oak": "泥浆橡木", - "hexerei.vertical_willow": "柳木", - "jitl.vertical_burned": "焦木", - "jitl.vertical_depths": "渊木", - "maple.vertical_maple": "枫木", - "maple_forest.vertical_maple": "枫木", - "meadow.vertical_pine": "松木", - "ms.vertical_maple": "枫木", - "ms.vertical_willow": "柳木", - "mysticsbiomes.vertical_peach": "桃木", - "mysticsbiomes.vertical_maple": "枫木", - "nature_arise.vertical_maple": "枫木", - "nature_arise.vertical_willow": "柳木", - "natures_spirit.vertical_coconut": "椰木", - "natures_spirit.vertical_cypress": "柏木", - "natures_spirit.vertical_maple": "枫木", - "natures_spirit.vertical_willow": "柳木", - "orcz.vertical_orc_wood": "兽木", - "premium_wood.vertical_maple": "枫木", - "premium_wood.vertical_tiger": "虎木", - "premium_wood.vertical_willow": "柳木", - "productivetrees.vertical_apricot": "杏木", - "productivetrees.vertical_balsa": "轻木", - "productivetrees.vertical_ceylon_ebony": "乌木", - "productivetrees.vertical_coconut": "椰木", - "productivetrees.vertical_cork_oak": "软木", - "productivetrees.vertical_cultivated_pear": "梨木", - "productivetrees.vertical_hazel": "榛木", - "productivetrees.vertical_logwood": "采木", - "productivetrees.vertical_orange": "橙木", - "productivetrees.vertical_peach": "桃木", - "productivetrees.vertical_persimmon": "柿木", - "productivetrees.vertical_plum": "李木", - "productivetrees.vertical_teak": "柚木", - "projectbrazier.vertical_orange": "橘木", - "promenade.vertical_maple": "枫木", - "promenade.vertical_sakura": "樱木", - "pyromancer.vertical_pyrowood": "炽木", - "quark.vertical_blossom": "花木", - "rankine.vertical_maple": "枫木", - "rankine.vertical_coconut_palm": "椰木", - "regions_unexplored.vertical_blackwood": "黑木", - "regions_unexplored.vertical_cypress": "柏木", - "regions_unexplored.vertical_eucalyptus": "桉木", - "regions_unexplored.vertical_maple": "枫木", - "regions_unexplored.vertical_pine": "松木", - "regions_unexplored.vertical_willow": "柳木", - "sakura.vertical_sakura": "樱木", - "sakura.vertical_maple": "枫木", - "terraincognita.vertical_hazel": "榛木", - "terraqueous.vertical_coconut": "椰木", - "terraqueous.vertical_orange": "橙木", - "terraqueous.vertical_peach": "桃木", - "terraqueous.vertical_pear": "梨木", - "terraqueous.vertical_plum": "李木", - "terrestria.vertical_cypress": "柏木", - "terrestria.vertical_willow": "柳木", - "twilightforest.vertical_twilight_oak": "暮色橡木", - "twilightforest.vertical_dark": "黑木", - "upgrade_aquatic.vertical_driftwood": "浮木", - "upgrade_aquatic.vertical_river": "桑木", - "urushi.vertical_japanese_apricot": "梅木", - "wilderwild.vertical_cypress": "柏木", - "wildlands.vertical_coconut": "椰木", - "wilds.vertical_cypress": "柏木", - "windswept.vertical_chestnut": "栗木", - "woods_and_mires.vertical_pine": "松木", - - "promenade.vertical_cherry_oak": "樱桃橡木" - } - ] - }, - { - "templates": { - "block.everycomp.pcl.{0}_planks": "扭曲{0}木板" - }, - "parameters": [ - { - "minecraft.distortic_oak": "橡木", - "minecraft.distortic_dark_oak": "深色橡木", - "abundant_atmosphere.distortic_ash": "梣木", - "ancient_aether.distortic_sakura": "樱木", - "atmospheric.distortic_kousa": "梾木", - "autumnity.distortic_maple": "枫木", - "betterend.distortic_dragon_tree": "龙木", - "betternether.distortic_anchor_tree": "锚木", - "bewitchment.distortic_cypress": "柏木", - "biomemakeover.distortic_blighted_balsa": "染菌轻木", - "biomemakeover.distortic_ancient_oak": "远古橡木", - "biomemakeover.distortic_willow": "柳木", - "biomesoplenty.distortic_fir": "杉木", - "biomesoplenty.distortic_maple": "枫木", - "biomesoplenty.distortic_pine": "松木", - "biomesoplenty.distortic_willow": "柳木", - "blocksplus.distortic_bamboo": "竹木", - "blockus.distortic_white_oak": "白色橡木", - "bloomingnature.distortic_chestnut": "栗木", - "bloomingnature.distortic_ebony": "乌木", - "blue_skies.distortic_maple": "枫木", - "botania.distortic_livingwood": "活木", - "byg.distortic_cypress": "柏木", - "byg.distortic_ebony": "乌木", - "byg.distortic_maple": "枫木", - "byg.distortic_pine": "松木", - "byg.distortic_willow": "柳木", - "byg.distortic_zelkova": "榉木", - "charm.distortic_ebony": "乌木", - "divinerpg.distortic_auroraoak": "极光橡木", - "divinerpg.distortic_eucalyptus": "桉木", - "ecologics.distortic_coconut": "椰木", - "edenring.distortic_brain_tree": "脑木", - "emeraldcraft.distortic_peach": "桃木", - "environmental.distortic_pine": "松木", - "environmental.distortic_willow": "柳木", - "eternal_tales.distortic_bleedwood": "血木", - "fruittrees.distortic_cherry": "樱木", - "goodending.distortic_cypress": "柏木", - "goodending.distortic_muddy_oak": "泥浆橡木", - "hexerei.distortic_willow": "柳木", - "jitl.distortic_burned": "焦木", - "jitl.distortic_depths": "渊木", - "maple.distortic_maple": "枫木", - "maple_forest.distortic_maple": "枫木", - "meadow.distortic_pine": "松木", - "ms.distortic_maple": "枫木", - "ms.distortic_willow": "柳木", - "mysticsbiomes.distortic_peach": "桃木", - "mysticsbiomes.distortic_maple": "枫木", - "nature_arise.distortic_maple": "枫木", - "nature_arise.distortic_willow": "柳木", - "natures_spirit.distortic_coconut": "椰木", - "natures_spirit.distortic_cypress": "柏木", - "natures_spirit.distortic_maple": "枫木", - "natures_spirit.distortic_willow": "柳木", - "orcz.distortic_orc_wood": "兽木", - "premium_wood.distortic_maple": "枫木", - "premium_wood.distortic_tiger": "虎木", - "premium_wood.distortic_willow": "柳木", - "productivetrees.distortic_apricot": "杏木", - "productivetrees.distortic_balsa": "轻木", - "productivetrees.distortic_ceylon_ebony": "乌木", - "productivetrees.distortic_coconut": "椰木", - "productivetrees.distortic_cork_oak": "软木", - "productivetrees.distortic_cultivated_pear": "梨木", - "productivetrees.distortic_hazel": "榛木", - "productivetrees.distortic_logwood": "采木", - "productivetrees.distortic_orange": "橙木", - "productivetrees.distortic_peach": "桃木", - "productivetrees.distortic_persimmon": "柿木", - "productivetrees.distortic_plum": "李木", - "productivetrees.distortic_teak": "柚木", - "projectbrazier.distortic_orange": "橘木", - "promenade.distortic_maple": "枫木", - "promenade.distortic_sakura": "樱木", - "pyromancer.distortic_pyrowood": "炽木", - "quark.distortic_blossom": "花木", - "rankine.distortic_maple": "枫木", - "rankine.distortic_coconut_palm": "椰木", - "regions_unexplored.distortic_blackwood": "黑木", - "regions_unexplored.distortic_cypress": "柏木", - "regions_unexplored.distortic_eucalyptus": "桉木", - "regions_unexplored.distortic_maple": "枫木", - "regions_unexplored.distortic_pine": "松木", - "regions_unexplored.distortic_willow": "柳木", - "sakura.distortic_sakura": "樱木", - "sakura.distortic_maple": "枫木", - "terraincognita.distortic_hazel": "榛木", - "terraqueous.distortic_coconut": "椰木", - "terraqueous.distortic_orange": "橙木", - "terraqueous.distortic_peach": "桃木", - "terraqueous.distortic_pear": "梨木", - "terraqueous.distortic_plum": "李木", - "terrestria.distortic_cypress": "柏木", - "terrestria.distortic_willow": "柳木", - "twilightforest.distortic_twilight_oak": "暮色橡木", - "twilightforest.distortic_dark": "黑木", - "upgrade_aquatic.distortic_driftwood": "浮木", - "upgrade_aquatic.distortic_river": "桑木", - "urushi.distortic_japanese_apricot": "梅木", - "wilderwild.distortic_cypress": "柏木", - "wildlands.distortic_coconut": "椰木", - "wilds.distortic_cypress": "柏木", - "windswept.distortic_chestnut": "栗木", - "woods_and_mires.distortic_pine": "松木", - - "promenade.distortic_cherry_oak": "樱桃橡木" - } - ] - }, - { - "templates": { - "block.everycomp.tf.{0}_log": "空心{0}", - "block.everycomp.tf.{0}_log_vertical": "空心{0}", - "block.everycomp.tf.{0}_log_horizontal": "空心{0}", - "block.everycomp.tf.{0}_log_climbable": "空心{0}", - "block.everycomp.q.{0}_log": "空心{0}" - }, - "parameters": [ - { - "minecraft.hollow_crimson": "绯红菌柄", - "minecraft.hollow_warped": "诡异菌柄", - "ad_astra.hollow_aeronos": "空果菌柄", - "ad_astra.hollow_strophar": "孑节菌柄", - "aether_redux.hollow_cloudcap": "云伞菌柄", - "aether_redux.hollow_jellyshroom": "果冻菇柄", - "betterend.hollow_jellyshroom": "果冻菌柄", - "betterend.hollow_mossy_glowshroom": "苔光菌柄", - "betternether.hollow_mushroom_fir": "下界冷杉菇柄", - "betternether.hollow_nether_mushroom": "下界蘑菇柄", - "biomeswevegone.hollow_florus": "花茎", - "byg.hollow_embur": "余烬菌柄", - "byg.hollow_bulbis": "灯状菇菌柄", - "byg.hollow_imparius": "异蓝菌柄", - "cinderscapes.hollow_umbral": "暗影菌柄", - "edenring.hollow_balloon_mushroom": "气球菇柄", - "endergetic.hollow_poise": "幽仪菌柄", - "enderscape.hollow_murushroom": "穆如菇柄", - "endlessbiomes.hollow_penumbra": "半影菌柄", - "endlessbiomes.hollow_twisted": "扭曲菌柄", - "enhanced_mushrooms.hollow_mushroom": "蘑菇柄", - "enlightened_end.hollow_indigo": "靛蓝菌柄", - "extendedmushrooms.hollow_mushroom": "蘑菇柄", - "extendedmushrooms.hollow_glowshroom": "荧光菇柄", - "extendedmushrooms.hollow_poisonous_mushroom": "毒蘑菇柄", - "extendedmushrooms.hollow_honey_fungus": "蜂蜜菌柄", - "forbidden_arcanus.hollow_fungyss": "魔菇柄", - "gardens_of_the_dead.hollow_soulblight": "枯魂菌柄", - "habitat.hollow_fairy_ring_mushroom": "仙环菇柄", - "outer_end.hollow_azure": "碧蓝菌柄", - "promenade.hollow_dark_amaranth": "暗紫菌柄", - "regions_unexplored.hollow_blue_bioshroom": "蓝色具生荧菇菌柄", - "regions_unexplored.hollow_green_bioshroom": "绿色具生荧菇菌柄", - "regions_unexplored.hollow_pink_bioshroom": "粉红色具生荧菇菌柄", - "regions_unexplored.hollow_yellow_bioshroom": "黄色具生荧菇菌柄", - "tconstruct.hollow_bloodshroom": "血菌菌柄", - - "aether_redux.hollow_springshroom": "簧菇菇柄", - "enhanced_mushrooms.hollow_red_mushroom": "红色蘑菇柄", - "enhanced_mushrooms.hollow_brown_mushroom": "棕色蘑菇柄", - "nourished_end.hollow_verdant": "翠绿菌柄", - "nourished_end.hollow_cerulean": "晶蓝菌柄", - "nourished_end.hollow_seldge": "塞尔奇菌柄" - } - ] - }, - { - "templates": { - "block.everycomp.msw.{0}_log": "倒下的{0}" - }, - "parameters": [ - { - "minecraft.fallen_crimson": "绯红菌柄", - "minecraft.fallen_warped": "诡异菌柄", - "ad_astra.fallen_aeronos": "空果菌柄", - "ad_astra.fallen_strophar": "孑节菌柄", - "aether_redux.fallen_cloudcap": "云伞菌柄", - "aether_redux.fallen_jellyshroom": "果冻菇柄", - "betterend.fallen_jellyshroom": "果冻菌柄", - "betterend.fallen_mossy_glowshroom": "苔光菌柄", - "betternether.fallen_mushroom_fir": "下界冷杉菇柄", - "betternether.fallen_nether_mushroom": "下界蘑菇柄", - "biomeswevegone.fallen_florus": "花茎", - "byg.fallen_embur": "余烬菌柄", - "byg.fallen_bulbis": "灯状菇菌柄", - "byg.fallen_imparius": "异蓝菌柄", - "cinderscapes.fallen_umbral": "暗影菌柄", - "edenring.fallen_balloon_mushroom": "气球菇柄", - "endergetic.fallen_poise": "幽仪菌柄", - "enderscape.fallen_murushroom": "穆如菇柄", - "endlessbiomes.fallen_penumbra": "半影菌柄", - "endlessbiomes.fallen_twisted": "扭曲菌柄", - "enhanced_mushrooms.fallen_mushroom": "蘑菇柄", - "enlightened_end.fallen_indigo": "靛蓝菌柄", - "extendedmushrooms.fallen_mushroom": "蘑菇柄", - "extendedmushrooms.fallen_glowshroom": "荧光菇柄", - "extendedmushrooms.fallen_poisonous_mushroom": "毒蘑菇柄", - "extendedmushrooms.fallen_honey_fungus": "蜂蜜菌柄", - "forbidden_arcanus.fallen_fungyss": "魔菇柄", - "gardens_of_the_dead.fallen_soulblight": "枯魂菌柄", - "habitat.fallen_fairy_ring_mushroom": "仙环菇柄", - "outer_end.fallen_azure": "碧蓝菌柄", - "promenade.fallen_dark_amaranth": "暗紫菌柄", - "regions_unexplored.fallen_blue_bioshroom": "蓝色具生荧菇菌柄", - "regions_unexplored.fallen_green_bioshroom": "绿色具生荧菇菌柄", - "regions_unexplored.fallen_pink_bioshroom": "粉红色具生荧菇菌柄", - "regions_unexplored.fallen_yellow_bioshroom": "黄色具生荧菇菌柄", - "tconstruct.fallen_bloodshroom": "血菌菌柄", - - "aether_redux.fallen_springshroom": "簧菇菇柄", - "enhanced_mushrooms.fallen_red_mushroom": "红色蘑菇柄", - "enhanced_mushrooms.fallen_brown_mushroom": "棕色蘑菇柄", - "nourished_end.fallen_verdant": "翠绿菌柄", - "nourished_end.fallen_cerulean": "晶蓝菌柄", - "nourished_end.fallen_seldge": "塞尔奇菌柄" - } - ] - } - ] -} \ No newline at end of file diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 77f1015a0487..0a51dabee36a 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -882,6 +882,26 @@ "block_type.table_top_craft.chess": "%s棋盘", "block_type.table_top_craft.chess_timer": "%s棋钟", "block_type.table_top_craft.connect_four": "%s四子棋", + + "block_type.excessive_building.crafting_table": "%s工作台", + "block_type.excessive_building.vertical_stairs": "%s竖直楼梯", + "block_type.excessive_building.chiseled": "雕纹%s板", + "block_type.excessive_building.mosaic": "%s马赛克", + "block_type.excessive_building.mosaic_slab": "%s马赛克台阶", + "block_type.excessive_building.mosaic_stairs": "%s马赛克楼梯", + "block_type.excessive_building.mosaic_vertical_stairs": "%s马赛克竖直楼梯", + "block_type.excessive_building.ladder": "%s梯子", + "block_type.excessive_building.bookshelf": "%s书架", + "block_type.excessive_building.empty_shelf": "%s空装饰架", + "block_type.excessive_building.empty_potion_shelf": "%s空瓶架", + "block_type.excessive_building.water_potion_shelf": "%s水瓶架", + "block_type.excessive_building.potion_shelf": "%s药水架", + "block_type.excessive_building.alchemist_shelf": "%s炼金术士架", + "block_type.excessive_building.brickshelf": "%s红砖架", + "block_type.excessive_building.nether_brickshelf": "%s下界砖架", + "block_type.excessive_building.hollow_log": "空心%s原木", + "block_type.excessive_building.hollow_stripped_log": "去皮空心%s原木", + "block_type.excessive_building.decorative_shelf": "%s装饰架", diff --git a/projects/1.21/assets/every-compat/everycomp/packer-policy.json b/projects/1.21/assets/every-compat/everycomp/packer-policy.json deleted file mode 100644 index 5decf72af050..000000000000 --- a/projects/1.21/assets/every-compat/everycomp/packer-policy.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "type": "singleton", - "source": "projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json", - "relativePath": "lang/zh_cn.json" - }, - { - "type": "composition", - "destType": "json", - "source": "projects/1.21/assets/every-compat/everycomp/lang/zh_cn-override.json" - } -] \ No newline at end of file From 8cdcf8a87726a57f843112b70f28abc14b9aa0ed Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Thu, 15 May 2025 04:45:56 +0800 Subject: [PATCH 54/55] =?UTF-8?q?EveryCompat=20StoneZone=20update=EF=BC=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../every-compat/everycomp/lang/en_us.json | 58 +- .../everycomp/lang/zh_cn-base-fix.json | 16 +- .../stone-zone/stonezone/lang/en_us.json | 51 +- .../stone-zone/stonezone/lang/zh_cn.json | 48 +- .../every-compat/everycomp/lang/en_us.json | 128 ++- .../every-compat/everycomp/lang/zh_cn.json | 34 +- .../stone-zone/stonezone/lang/en_us.json | 316 ++++++++ .../stone-zone/stonezone/lang/zh_cn.json | 747 ++++++++++++++++++ 8 files changed, 1343 insertions(+), 55 deletions(-) create mode 100644 projects/1.21/assets/stone-zone/stonezone/lang/en_us.json create mode 100644 projects/1.21/assets/stone-zone/stonezone/lang/zh_cn.json diff --git a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json index 46aacaf7e3d9..b71f2864bc7a 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/en_us.json @@ -4,9 +4,18 @@ "tooltip.everycomp.mod": "Mod: %s", "tooltip.everycomp.wood_type": "Wood Type: %s", "tooltip.everycomp.leaf_type": "Leaves Type: %s", + "container.everycomp.chest.name": "%s Chest", + "block.everycomp.q.soulfulnether.hollow_fright_log": "Hollow Fright Stem", + + "block.everycomp.q.netherexp.hollow_claret_log": "Hollow Cerebrage Claret Stem", + + "block.everycomp.q.enhanced_mushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + + "block.everycomp.q.mynethersdelight.hollow_powdery_log": "Hollow Powdery Cannon", "block.everycomp.q.endergetic.hollow_poise_log": "Hollow Poise Stem", + "block.everycomp.q.gardens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", "block.everycomp.q.outer_end.hollow_azure_log": "Hollow Azure Stem", @@ -50,6 +59,10 @@ "block.everycomp.tf.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", "block.everycomp.tf.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block.everycomp.tf.netherexp.hollow_claret_log": "Hollow Cerebrage Claret Stem", + + "block.everycomp.tf.soulfulnether.hollow_fright_log": "Hollow Fright Stem", + "wood_type.blocksplus.bamboo": "Green Bamboo", @@ -117,6 +130,7 @@ "block_type.buildersaddition.table": "%s Table", "block_type.buildersaddition.vertical_slab": "%s Panel", + "block_type.chipped.barred_door": "Barred %s Door", "block_type.chipped.beach_door": "Beach %s Door", "block_type.chipped.boarded_door": "Boarded %s Door", @@ -244,6 +258,23 @@ "block_type.chipped.planked_log": "Planked %s Log", "block_type.chipped.reinforced_log": "Reinforced %s Log", + "block_type.chipped.carved_stripped_log": "Carved Stripped %s Log", + "block_type.chipped.chipped_stripped_log": "Chipped Stripped %s Log", + "block_type.chipped.d_sign_stripped_log": "D Sign Stripped %s Log", + "block_type.chipped.edged_stripped_log": "Edged Stripped %s Log", + "block_type.chipped.f_sign_stripped_log": "F Sign Stripped %s Log", + "block_type.chipped.i_sign_stripped_log": "I Sign Stripped %s Log", + "block_type.chipped.k_sign_stripped_log": "K Sign Stripped %s Log", + "block_type.chipped.knotted_stripped_log": "Knotted Stripped %s Log", + "block_type.chipped.l_sign_stripped_log": "L Sign Stripped %s Log", + "block_type.chipped.layered_stripped_log": "Layered Stripped %s Log", + "block_type.chipped.lumpy_stripped_log": "Lumpy Stripped %s Log", + "block_type.chipped.patient_stripped_log": "Patient Stripped %s Log", + "block_type.chipped.reinforced_stripped_log": "Reinforced Stripped %s Log", + "block_type.chipped.sign_stripped_log": "Sign Stripped %s Log", + "block_type.chipped.stern_stripped_log": "Stern Stripped %s Log", + "block_type.chipped.wise_stripped_log": "Wise Stripped %s Log", + "block_type.graveyard.coffin": "%s Coffin", @@ -977,5 +1008,30 @@ "block_type.excessive_building.nether_brickshelf": "%s Nether Brickshelf", "block_type.excessive_building.hollow_log": "Hollow %s Log", "block_type.excessive_building.hollow_stripped_log": "Hollow Stripped %s Log", - "block_type.excessive_building.decorative_shelf": "%s Decorative Shelf" + "block_type.excessive_building.decorative_shelf": "%s Decorative Shelf", + + "block_type.more_beautiful_torches.log_torch": "%s Log Torch", + "block_type.more_beautiful_torches.log_soul_torch": "%s Log Soul Torch", + "block_type.more_beautiful_torches.log_redstone_torch": "%s Log Redstone Torch", + "block_type.more_beautiful_torches.planks_torch": "%s Planks Torch", + "block_type.more_beautiful_torches.planks_soul_torch": "%s Planks Soul Torch", + "block_type.more_beautiful_torches.planks_redstone_torch": "%s Planks Redstone Torch", + "block_type.more_beautiful_torches.stripped_log_torch": "Stripped %s Log Torch", + "block_type.more_beautiful_torches.stripped_log_soul_torch": "Stripped %s Log Soul Torch", + "block_type.more_beautiful_torches.stripped_log_redstone_torch": "Stripped %s Log Redstone Torch", + + "block_type.blocksplus.cracked_planks": "Cracked %s Planks", + "block_type.blocksplus.mossy_planks": "Mossy %s Planks", + "block_type.blocksplus.crafting_table": "%s Crafting Table", + "block_type.blocksplus.chest": "%s Chest", + "block_type.blocksplus.trapped_chest": "%s Trapped Chest", + "block_type.blocksplus.bookshelf": "%s Bookshelf", + "block_type.blocksplus.wooden_crate": "%s Wooden Crate", + "block_type.blocksplus.ladder": "%s Ladder", + "block_type.blocksplus.mosaic": "%s Mosaic", + "block_type.blocksplus.mosaic_stairs": "%s Mosaic Stairs", + "block_type.blocksplus.mosaic_slab": "%s Mosaic Slab", + "block_type.blocksplus.cracked_mosaic": "Cracked %s Mosaic", + "block_type.blocksplus.mossy_mosaic": "Mossy %s Mosaic", + "block_type.blocksplus.mosaic_pressure_plate": "%s Mosaic Pressure Plate" } diff --git a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json index 95159da8fe90..278ff3886d7f 100644 --- a/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json +++ b/projects/1.20/assets/every-compat/everycomp/lang/zh_cn-base-fix.json @@ -1,4 +1,16 @@ { - "block_type.beautifulcampfires.campfire": "%s营火", - "block_type.beautifulcampfires.soul_campfire": "%s灵魂营火" + "block_type.blocksplus.cracked_planks": "裂纹%s木板", + "block_type.blocksplus.mossy_planks": "覆苔%s木板", + "block_type.blocksplus.crafting_table": "%s工作台", + "block_type.blocksplus.chest": "%s箱子", + "block_type.blocksplus.trapped_chest": "%s陷阱箱", + "block_type.blocksplus.bookshelf": "%s书架", + "block_type.blocksplus.wooden_crate": "%s板条箱", + "block_type.blocksplus.ladder": "%s梯子", + "block_type.blocksplus.mosaic": "%s马赛克", + "block_type.blocksplus.mosaic_stairs": "%s马赛克楼梯", + "block_type.blocksplus.mosaic_slab": "%s马赛克台阶", + "block_type.blocksplus.cracked_mosaic": "裂纹%s马赛克", + "block_type.blocksplus.mossy_mosaic": "覆苔%s马赛克", + "block_type.blocksplus.mosaic_pressure_plate": "%s马赛克压力板" } \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json index abc2ca3b1cc1..75b1fe02c0c4 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json @@ -1,7 +1,7 @@ { - "itemGroup.stonezone": "%s Zone", - "itemGroup.stonezone.stonezone": "%s Zone", - "item.stonezone.all_stones": "All %ss", + "itemGroup.stonezone": "Stone Zone", + "itemGroup.stonezone.stonezone": "Stone Zone", + "item.stonezone.all_stones": "All Stones", "stone_type:what_is_stone.limestone": "Beige Limestone", "stone_type:what_is_stone.marble": "White Marble", @@ -294,5 +294,48 @@ "block_type.additional_lights.standing_torch_l_bricks": "%s Bricks Standing Torch - L", "block_type.additional_lights.standing_torch_l_mossy_bricks": "Mossy %s Bricks Standing Torch - L", "block_type.additional_lights.standing_torch_l_smooth": "Smooth %s Standing Torch - L", - "block_type.additional_lights.standing_torch_l": "%s Standing Torch - L" + "block_type.additional_lights.standing_torch_l": "%s Standing Torch - L", + "block_type.additional_lights.fire_pit_s_polished": "Polished %s Fire Pit", + "block_type.additional_lights.fire_pit_l_polished": "Polished %s Fire Pit - L", + "block_type.additional_lights.standing_torch_s_polished": "Polished %s Standing Torch", + "block_type.additional_lights.standing_torch_l_polished": "Polished %s Standing Torch - L", + + "block_type.more_beautiful_torches.torch": "%s Torch", + "block_type.more_beautiful_torches.soul_torch": "%s Soul Torch", + "block_type.more_beautiful_torches.redstone_torch": "%s Redstone Torch", + "block_type.more_beautiful_torches.bricks_torch": "%s Bricks Torch", + "block_type.more_beautiful_torches.bricks_soul_torch": "%s Bricks Soul Torch", + "block_type.more_beautiful_torches.bricks_redstone_torch": "%s Bricks Redstone Torch", + "block_type.more_beautiful_torches.smooth_torch": "Smooth %s Torch", + "block_type.more_beautiful_torches.smooth_soul_torch": "Smooth %s Soul Torch", + "block_type.more_beautiful_torches.smooth_redstone_torch": "Smooth %s Redstone Torch", + "block_type.more_beautiful_torches.polished_torch": "Polished %s Torch", + "block_type.more_beautiful_torches.polished_soul_torch": "Polished %s Soul Torch", + "block_type.more_beautiful_torches.polished_redstone_torch": "Polished %s Redstone Torch", + + "block_type.blocksplus.wall": "%s Wall", + "block_type.blocksplus.pillar": "%s Pillar", + "block_type.blocksplus.brick_pillar": "%s Brick Pillar", + "block_type.blocksplus.smooth_stairs": "Smooth %s Stairs", + "block_type.blocksplus.smooth_wall": "Smooth %s Wall", + "block_type.blocksplus.smooth_pillar": "Smooth %s Pillar", + "block_type.blocksplus.smooth_bricks": "Smooth %s Bricks", + "block_type.blocksplus.smooth_brick_stairs": "Smooth %s Brick Stairs", + "block_type.blocksplus.smooth_brick_slab": "Smooth %s Brick Slab", + "block_type.blocksplus.smooth_brick_wall": "Smooth %s Brick Wall", + "block_type.blocksplus.smooth_brick_pillar": "Smooth %s Brick Pillar", + "block_type.blocksplus.cracked_smooth_bricks": "Cracked Smooth %s Bricks", + "block_type.blocksplus.mossy_smooth_bricks": "Mossy Smooth %s Bricks", + "block_type.blocksplus.chiseled_smooth_bricks": "Chiseled Smooth %s Bricks", + "block_type.blocksplus.polished_wall": "Polished %s Wall", + "block_type.blocksplus.polished_bricks": "Polished %s Bricks", + "block_type.blocksplus.polished_brick_stairs": "Polished %s Brick Stairs", + "block_type.blocksplus.polished_brick_slab": "Polished %s Brick Slab", + "block_type.blocksplus.polished_brick_wall": "Polished %s Brick Wall", + "block_type.blocksplus.polished_brick_pillar": "Polished %s Brick Pillar", + "block_type.blocksplus.chiseled_polished": "Chiseled Polished %s", + "block_type.blocksplus.cracked_polished_bricks": "Cracked Polished %s Bricks", + "block_type.blocksplus.mossy_polished_bricks": "Mossy Polished %s Bricks", + "block_type.blocksplus.furnace": "%s Furnace" + } \ No newline at end of file diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 0b76968035d6..0e73b826a780 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -1,7 +1,7 @@ { - "itemGroup.stonezone": "泛用兼容:%s", - "itemGroup.stonezone.stonezone": "泛用兼容:%s", - "item.stonezone.all_stones": "所有%s", + "itemGroup.stonezone": "泛用兼容:石材", + "itemGroup.stonezone.stonezone": "泛用兼容:石材", + "item.stonezone.all_stones": "所有石材", "block_type.twigs.column": "%s立柱", @@ -292,6 +292,48 @@ "block_type.additional_lights.standing_torch_l_mossy_bricks": "覆苔%s砖高立式火把", "block_type.additional_lights.standing_torch_l_smooth": "平滑%s高立式火把", "block_type.additional_lights.standing_torch_l": "%s高立式火把", + "block_type.additional_lights.fire_pit_s_polished": "磨制%s火盆", + "block_type.additional_lights.fire_pit_l_polished": "磨制%s高火盆", + "block_type.additional_lights.standing_torch_s_polished": "磨制%s立式火把", + "block_type.additional_lights.standing_torch_l_polished": "磨制%s高立式火把", + + "block_type.more_beautiful_torches.torch": "%s火把", + "block_type.more_beautiful_torches.soul_torch": "%s灵魂火把", + "block_type.more_beautiful_torches.redstone_torch": "%s红石火把", + "block_type.more_beautiful_torches.bricks_torch": "%s砖火把", + "block_type.more_beautiful_torches.bricks_soul_torch": "%s砖灵魂火把", + "block_type.more_beautiful_torches.bricks_redstone_torch": "%s砖红石火把", + "block_type.more_beautiful_torches.smooth_torch": "平滑%s火把", + "block_type.more_beautiful_torches.smooth_soul_torch": "平滑%s灵魂火把", + "block_type.more_beautiful_torches.smooth_redstone_torch": "平滑%s红石火把", + "block_type.more_beautiful_torches.polished_torch": "磨制%s火把", + "block_type.more_beautiful_torches.polished_soul_torch": "磨制%s灵魂火把", + "block_type.more_beautiful_torches.polished_redstone_torch": "磨制%s红石火把", + + "block_type.blocksplus.wall": "%s墙", + "block_type.blocksplus.pillar": "%s柱", + "block_type.blocksplus.brick_pillar": "%s砖柱", + "block_type.blocksplus.smooth_stairs": "平滑%s楼梯", + "block_type.blocksplus.smooth_wall": "平滑%s墙", + "block_type.blocksplus.smooth_pillar": "平滑%s柱", + "block_type.blocksplus.smooth_bricks": "平滑%s砖", + "block_type.blocksplus.smooth_brick_stairs": "平滑%s砖楼梯", + "block_type.blocksplus.smooth_brick_slab": "平滑%s砖台阶", + "block_type.blocksplus.smooth_brick_wall": "平滑%s砖墙", + "block_type.blocksplus.smooth_brick_pillar": "平滑%s砖柱", + "block_type.blocksplus.cracked_smooth_bricks": "裂纹平滑%s砖", + "block_type.blocksplus.mossy_smooth_bricks": "覆苔平滑%s砖", + "block_type.blocksplus.chiseled_smooth_bricks": "雕纹平滑%s砖", + "block_type.blocksplus.polished_wall": "磨制%s墙", + "block_type.blocksplus.polished_bricks": "磨制%s砖", + "block_type.blocksplus.polished_brick_stairs": "磨制%s砖楼梯", + "block_type.blocksplus.polished_brick_slab": "磨制%s砖台阶", + "block_type.blocksplus.polished_brick_wall": "磨制%s砖墙", + "block_type.blocksplus.polished_brick_pillar": "磨制%s砖柱", + "block_type.blocksplus.chiseled_polished": "雕纹磨制%s", + "block_type.blocksplus.cracked_polished_bricks": "裂纹磨制%s砖", + "block_type.blocksplus.mossy_polished_bricks": "覆苔磨制%s砖", + "block_type.blocksplus.furnace": "%s熔炉", diff --git a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json index 7ebc96c0a9f0..39e91fd4631d 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/en_us.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/en_us.json @@ -4,54 +4,70 @@ "tooltip.everycomp.mod": "Mod: %s", "tooltip.everycomp.wood_type": "Wood Type: %s", "tooltip.everycomp.leaf_type": "Leaves Type: %s", + "container.everycomp.chest.name": "%s Chest", - "block_type.everycomp.dergetic.hollow_poise_log": "Hollow Poise Stem", - "block_type.everycomp.rdens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", + "block.everycomp.q.soulfulnether.hollow_fright_log": "Hollow Fright Stem", - "block_type.everycomp.ter_end.hollow_azure_log": "Hollow Azure Stem", + "block.everycomp.q.netherexp.hollow_claret_log": "Hollow Cerebrage Claret Stem", - "block_type.everycomp.dlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", - "block_type.everycomp.dlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", + "block.everycomp.q.enhanced_mushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block_type.everycomp.gions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", - "block_type.everycomp.gions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", + "block.everycomp.q.mynethersdelight.hollow_powdery_log": "Hollow Powdery Cannon", - "block_type.everycomp.ther_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", - "block_type.everycomp.ther_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", - "block_type.everycomp.ther_redux.hollow_glacia_log": "Hollow Glaica Stem", - "block_type.everycomp.ther_redux.hollow_crystal_log": "Hollow Crystsal Stem", - "block_type.everycomp.ther_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", - "block_type.everycomp.ther_redux.hollow_skyroot_log": "Hollow Skyroot Stem", + "block.everycomp.q.endergetic.hollow_poise_log": "Hollow Poise Stem", - "block_type.everycomp.tendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block_type.everycomp.tendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block_type.everycomp.tendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block_type.everycomp.tendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block.everycomp.q.gardens_of_the_dead.hollow_soulblight_log": "Hollow Soulblight Stem", - "block_type.everycomp.u.hollow_dragon_log": "Hollow Dragon Stem", - "block_type.everycomp.u.hollow_elder_log": "Hollow Elder Stem", - "block_type.everycomp.u.hollow_frosted_log": "Hollow Frosted Stem", + "block.everycomp.q.outer_end.hollow_azure_log": "Hollow Azure Stem", - "block_type.everycomp.lightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block_type.everycomp.lightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block.everycomp.q.endlessbiomes.hollow_penumbra_log": "Hollow Penumbra Stem", + "block.everycomp.q.endlessbiomes.hollow_twisted_log": "Hollow Twisted Stem", - "block_type.everycomp.omeswevegone.hollow_florus_log": "Hollow Florus Stem", + "block.everycomp.q.regions_unexplored.hollow_blue_bioshroom_log": "Hollow Blue Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_green_bioshroom_log": "Hollow Green Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_pink_bioshroom_log": "Hollow Pink Bioshroom Stem", + "block.everycomp.q.regions_unexplored.hollow_yellow_bioshroom_log": "Hollow Yellow Bioshroom Stem", - "block_type.everycomp.xtendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", - "block_type.everycomp.xtendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", - "block_type.everycomp.xtendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", - "block_type.everycomp.xtendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + "block.everycomp.q.aether_redux.hollow_fieldsproot_log": "Hollow Fieldsproot Stem", + "block.everycomp.q.aether_redux.hollow_blightwillow_log": "Hollow Blightwillow Stem", + "block.everycomp.q.aether_redux.hollow_glacia_log": "Hollow Glaica Stem", + "block.everycomp.q.aether_redux.hollow_crystal_log": "Hollow Crystsal Stem", + "block.everycomp.q.aether_redux.hollow_cloudcap_log": "Hollow Cloudcap Stem", + "block.everycomp.q.aether_redux.hollow_skyroot_log": "Hollow Skyroot Stem", - "block_type.everycomp.eu.hollow_dragon_log": "Hollow Dragon Stem", - "block_type.everycomp.eu.hollow_elder_log": "Hollow Elder Stem", - "block_type.everycomp.eu.hollow_frosted_log": "Hollow Frosted Stem", + "block.everycomp.q.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block.everycomp.q.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block.everycomp.q.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block.everycomp.q.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", - "block_type.everycomp.nlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", - "block_type.everycomp.nlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + "block.everycomp.q.neu.hollow_dragon_log": "Hollow Dragon Stem", + "block.everycomp.q.neu.hollow_elder_log": "Hollow Elder Stem", + "block.everycomp.q.neu.hollow_frosted_log": "Hollow Frosted Stem", - "block_type.everycomp.iomeswevegone.hollow_florus_log": "Hollow Florus Stem", + "block.everycomp.q.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block.everycomp.q.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + + "block.everycomp.tf.extendedmushrooms.hollow_glowshroom_log": "Hollow Glowshroom Stem", + "block.everycomp.tf.extendedmushrooms.hollow_honey_fungus_log": "Hollow Honey Fungus Stem", + "block.everycomp.tf.extendedmushrooms.hollow_mushroom_log": "Hollow Mushroom Stem", + "block.everycomp.tf.extendedmushrooms.hollow_poisonous_mushroom_log": "Hollow Poisonous Mushroom Stem", + + "block.everycomp.tf.neu.hollow_dragon_log": "Hollow Dragon Stem", + "block.everycomp.tf.neu.hollow_elder_log": "Hollow Elder Stem", + "block.everycomp.tf.neu.hollow_frosted_log": "Hollow Frosted Stem", + + "block.everycomp.tf.enlightened_end.hollow_cerulean_log": "Hollow Cerulean Stem", + "block.everycomp.tf.enlightened_end.hollow_indigo_log": "Hollow Indigo Stem", + + "block.everycomp.tf.netherexp.hollow_claret_log": "Hollow Cerebrage Claret Stem", + + "block.everycomp.tf.soulfulnether.hollow_fright_log": "Hollow Fright Stem", + + + "wood_type.blocksplus.bamboo": "Green Bamboo", + + "wood_type.atlantis.atlantean": "Nymph", + "leaves_type.atlantis.atlantean": "Nymph", "wood_type.domum_ornamentum.cactus": "Green Cactus", "wood_type.domum_ornamentum.cactus_extra": "Cactus", @@ -114,6 +130,7 @@ "block_type.buildersaddition.table": "%s Table", "block_type.buildersaddition.vertical_slab": "%s Panel", + "block_type.chipped.barred_door": "Barred %s Door", "block_type.chipped.beach_door": "Beach %s Door", "block_type.chipped.boarded_door": "Boarded %s Door", @@ -241,6 +258,23 @@ "block_type.chipped.planked_log": "Planked %s Log", "block_type.chipped.reinforced_log": "Reinforced %s Log", + "block_type.chipped.carved_stripped_log": "Carved Stripped %s Log", + "block_type.chipped.chipped_stripped_log": "Chipped Stripped %s Log", + "block_type.chipped.d_sign_stripped_log": "D Sign Stripped %s Log", + "block_type.chipped.edged_stripped_log": "Edged Stripped %s Log", + "block_type.chipped.f_sign_stripped_log": "F Sign Stripped %s Log", + "block_type.chipped.i_sign_stripped_log": "I Sign Stripped %s Log", + "block_type.chipped.k_sign_stripped_log": "K Sign Stripped %s Log", + "block_type.chipped.knotted_stripped_log": "Knotted Stripped %s Log", + "block_type.chipped.l_sign_stripped_log": "L Sign Stripped %s Log", + "block_type.chipped.layered_stripped_log": "Layered Stripped %s Log", + "block_type.chipped.lumpy_stripped_log": "Lumpy Stripped %s Log", + "block_type.chipped.patient_stripped_log": "Patient Stripped %s Log", + "block_type.chipped.reinforced_stripped_log": "Reinforced Stripped %s Log", + "block_type.chipped.sign_stripped_log": "Sign Stripped %s Log", + "block_type.chipped.stern_stripped_log": "Stern Stripped %s Log", + "block_type.chipped.wise_stripped_log": "Wise Stripped %s Log", + "block_type.graveyard.coffin": "%s Coffin", @@ -640,9 +674,9 @@ "block_type.projectbrazier.vertical_lattice": "%s Vertical Lattice", "block_type.projectbrazier.zipline_anchor": "%s Zipline Anchor", - "block_type.storagedrawers.full_drawers_1": "%s Drawers 1x1", - "block_type.storagedrawers.full_drawers_2": "%s Drawers 1x2", - "block_type.storagedrawers.full_drawers_4": "%s Drawers 2x2", + "block_type.storagedrawers.full_drawers_1": "%s Storage Drawers 1x1", + "block_type.storagedrawers.full_drawers_2": "%s Storage Drawers 1x2", + "block_type.storagedrawers.full_drawers_4": "%s Storage Drawers 2x2", "block_type.storagedrawers.half_drawers_1": "%s Half Drawers 1x1", "block_type.storagedrawers.half_drawers_2": "%s Half Drawers 1x2", "block_type.storagedrawers.half_drawers_4": "%s Half Drawers 2x2", @@ -670,7 +704,7 @@ "block_type.woodworks.chest": "%s Chest", "block_type.woodworks.trapped_chest": "Trapped %s Chest", - "item_type.boatload.furnace_boat": "%s Furnace Boat", + "item_type.boatload.furnace_boat": "%s Boat with Furnace", "item_type.boatload.large_boat": "Large %s Boat", "block_type.woodster.chiseled_bookshelf": "%s Chiseled Bookshelf", @@ -853,8 +887,8 @@ "block_type.wilderwild.hollowed_log": "Hollowed %s Log", "block_type.wilderwild.stripped_hollowed_log": "Stripped Hollowed %s Log", - "block_type.bc.campfire": "%s Campfire", - "block_type.bc.soul_campfire": "%s Soul Campfire", + "block_type.beautifulcampfires.campfire": "%s Campfire", + "block_type.beautifulcampfires.soul_campfire": "%s Soul Campfire", "block_type.bbb.layer": "%s Layer", "block_type.bbb.trim": "%s Trim", @@ -974,5 +1008,15 @@ "block_type.excessive_building.nether_brickshelf": "%s Nether Brickshelf", "block_type.excessive_building.hollow_log": "Hollow %s Log", "block_type.excessive_building.hollow_stripped_log": "Hollow Stripped %s Log", - "block_type.excessive_building.decorative_shelf": "%s Decorative Shelf" + "block_type.excessive_building.decorative_shelf": "%s Decorative Shelf", + + "block_type.more_beautiful_torches.log_torch": "%s Log Torch", + "block_type.more_beautiful_torches.log_soul_torch": "%s Log Soul Torch", + "block_type.more_beautiful_torches.log_redstone_torch": "%s Log Redstone Torch", + "block_type.more_beautiful_torches.planks_torch": "%s Planks Torch", + "block_type.more_beautiful_torches.planks_soul_torch": "%s Planks Soul Torch", + "block_type.more_beautiful_torches.planks_redstone_torch": "%s Planks Redstone Torch", + "block_type.more_beautiful_torches.stripped_log_torch": "Stripped %s Log Torch", + "block_type.more_beautiful_torches.stripped_log_soul_torch": "Stripped %s Log Soul Torch", + "block_type.more_beautiful_torches.stripped_log_redstone_torch": "Stripped %s Log Redstone Torch" } diff --git a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json index 0a51dabee36a..93bb4045d322 100644 --- a/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json +++ b/projects/1.21/assets/every-compat/everycomp/lang/zh_cn.json @@ -4,6 +4,7 @@ "tooltip.everycomp.mod": "模组:%s", "tooltip.everycomp.wood_type": "木材种类:%s", "tooltip.everycomp.leaf_type": "树叶种类:%s", + "container.everycomp.chest.name": "%s箱子", "block_type.twigs.table": "%s桌", @@ -12,7 +13,7 @@ "block_type.regions_unexplored.branch": "%s树枝", "block_type.regions_unexplored.shrub": "%s灌木", - "block_type.campchair.camp_chair": "%s小凳", + "block_type.campchair.camp_chair": "%s野营凳", "block_type.another_furniture.table": "%s桌", "block_type.another_furniture.chair": "%s椅子", @@ -171,6 +172,23 @@ "block_type.chipped.planked_log": "饰板%s原木", "block_type.chipped.reinforced_log": "强化%s原木", + "block_type.chipped.carved_stripped_log": "刻制去皮%s原木", + "block_type.chipped.chipped_stripped_log": "凿制去皮%s原木", + "block_type.chipped.d_sign_stripped_log": "D形刻记去皮%s原木", + "block_type.chipped.edged_stripped_log": "刻沿去皮%s原木", + "block_type.chipped.f_sign_stripped_log": "F形刻记去皮%s原木", + "block_type.chipped.i_sign_stripped_log": "I形刻记去皮%s原木", + "block_type.chipped.k_sign_stripped_log": "K形刻记去皮%s原木", + "block_type.chipped.knotted_stripped_log": "生节去皮%s原木", + "block_type.chipped.l_sign_stripped_log": "L形刻记去皮%s原木", + "block_type.chipped.layered_stripped_log": "层纹去皮%s原木", + "block_type.chipped.lumpy_stripped_log": "生瘤去皮%s原木", + "block_type.chipped.patient_stripped_log": "耐心刻徽去皮%s原木", + "block_type.chipped.reinforced_stripped_log": "强化去皮%s原木", + "block_type.chipped.sign_stripped_log": "刻记去皮%s原木", + "block_type.chipped.stern_stripped_log": "苛刻刻徽去皮%s原木", + "block_type.chipped.wise_stripped_log": "明智刻徽去皮%s原木", + "block_type.graveyard.coffin": "%s棺材", "block_type.dawnoftimebuilder.beam": "%s梁", @@ -780,8 +798,8 @@ "block_type.wilderwild.hollowed_log": "空心%s原木", "block_type.wilderwild.stripped_hollowed_log": "去皮空心%s原木", - "block_type.bc.campfire": "%s营火", - "block_type.bc.soul_campfire": "%s灵魂营火", + "block_type.beautifulcampfires.campfire": "%s营火", + "block_type.beautifulcampfires.soul_campfire": "%s灵魂营火", "block_type.bbb.layer": "%s层板", "block_type.bbb.trim": "%s框沿板", @@ -902,6 +920,16 @@ "block_type.excessive_building.hollow_log": "空心%s原木", "block_type.excessive_building.hollow_stripped_log": "去皮空心%s原木", "block_type.excessive_building.decorative_shelf": "%s装饰架", + + "block_type.more_beautiful_torches.log_torch": "%s原木火把", + "block_type.more_beautiful_torches.log_soul_torch": "%s原木灵魂火把", + "block_type.more_beautiful_torches.log_redstone_torch": "%s原木红石火把", + "block_type.more_beautiful_torches.planks_torch": "%s板火把", + "block_type.more_beautiful_torches.planks_soul_torch": "%s板灵魂火把", + "block_type.more_beautiful_torches.planks_redstone_torch": "%s板红石火把", + "block_type.more_beautiful_torches.stripped_log_torch": "去皮%s原木火把", + "block_type.more_beautiful_torches.stripped_log_soul_torch": "去皮%s原木灵魂火把", + "block_type.more_beautiful_torches.stripped_log_redstone_torch": "去皮%s原木红石火把", diff --git a/projects/1.21/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.21/assets/stone-zone/stonezone/lang/en_us.json new file mode 100644 index 000000000000..d78c54d277e3 --- /dev/null +++ b/projects/1.21/assets/stone-zone/stonezone/lang/en_us.json @@ -0,0 +1,316 @@ +{ + "itemGroup.stonezone": "Stone Zone", + "itemGroup.stonezone.stonezone": "Stone Zone", + "item.stonezone.all_stones": "All Stones", + + "stone_type:what_is_stone.limestone": "Beige Limestone", + "stone_type:what_is_stone.marble": "White Marble", + + "block_type.twigs.column": "%s Column", + + "block_type.betterarcheology.cracked_bricks": "Cracked %s Bricks", + "block_type.betterarcheology.cracked_brick_stairs": "Cracked %s Brick Stairs", + "block_type.betterarcheology.cracked_brick_slab": "Cracked %s Brick Slab", + + "block_type.quark.vertical_slab": "%s Vertical Slab", + "block_type.quark.polished_vertical_slab": "Polished %s Vertical Slab", + "block_type.quark.pillar": "%s Pillar", + "block_type.quark.brick_lattice": "%s Brick Lattice", + "block_type.quark.carved_bricks": "Carved %s Bricks", + + "block_type.bbb.layer": "%s Layer", + "block_type.bbb.smooth_layer": "Smooth %s Layer", + "block_type.bbb.brick_layer": "%s Brick Layer", + "block_type.bbb.tiles": "%s Tiles", + "block_type.bbb.tile_stairs": "%s Tile Stairs", + "block_type.bbb.tile_slab": "%s Tile Slab", + "block_type.bbb.column": "%s Column", + "block_type.bbb.urn": "%s Urn", + "block_type.bbb.fence": "%s Fence", + "block_type.bbb.moulding": "%s Moulding", + + "block_type.create.cut": "Cut %s", + "block_type.create.cut_slab": "Cut %s Slab", + "block_type.create.cut_stairs": "Cut %s Stairs", + "block_type.create.cut_wall": "Cut %s Wall", + "block_type.create.polished_cut": "Polished Cut %s", + "block_type.create.polished_cut_slab": "Polished Cut %s Slab", + "block_type.create.polished_cut_stairs": "Polished Cut %s Stairs", + "block_type.create.polished_cut_wall": "Polished Cut %s Wall", + "block_type.create.cut_bricks": "Cut %s Bricks", + "block_type.create.cut_brick_slab": "Cut %s Brick Slab", + "block_type.create.cut_brick_stairs": "Cut %s Brick Stairs", + "block_type.create.cut_brick_wall": "Cut %s Brick Wall", + "block_type.create.small_bricks": "Small %s Bricks", + "block_type.create.small_brick_slab": "Small %s Brick Slab", + "block_type.create.small_brick_stairs": "Small %s Brick Stairs", + "block_type.create.small_brick_wall": "Small %s Brick Wall", + "block_type.create.pillar": "%s Pillar", + "block_type.create.layered": "Layered %s", + + "block_type.stoneworks.cracked_tiles": "Cracked %s Tiles", + "block_type.stoneworks.pillar": "%s Pillar", + "block_type.stoneworks.tiles": "%s Tiles", + "block_type.stoneworks.tile_stairs": "%s Tile Stairs", + "block_type.stoneworks.tile_slab": "%s Tile Slab", + "block_type.stoneworks.tile_wall": "%s Tile Wall", + "block_type.stoneworks.plates": "%s Plates", + "block_type.stoneworks.plate_stairs": "%s Plate Stairs", + "block_type.stoneworks.plate_slab": "%s Plate Slab", + "block_type.stoneworks.plate_wall": "%s Plate Wall", + "block_type.stoneworks.cracked_plates": "Cracked %s Plates", + "block_type.stoneworks.pavers": "%s Pavers", + "block_type.stoneworks.paver_stairs": "%s Paver Stairs", + "block_type.stoneworks.paver_slab": "%s Paver Slab", + "block_type.stoneworks.paver_wall": "%s Paver Wall", + "block_type.stoneworks.cracked_pavers": "Cracked %s Pavers", + "block_type.stoneworks.shingles": "%s Shingles", + "block_type.stoneworks.shingle_stairs": "%s Shingle Stairs", + "block_type.stoneworks.shingle_slab": "%s Shingle Slab", + "block_type.stoneworks.shingle_wall": "%s Shingle Wall", + "block_type.stoneworks.cracked_shingles": "Cracked %s Shingles", + + "block_type.rechiseled.big_tiles": "Large %s Tiles", + "block_type.rechiseled.big_tiles_connecting": "Large %s Tiles", + "block_type.rechiseled.bordered": "Bordered %s", + "block_type.rechiseled.bordered_connecting": "Bordered %s", + "block_type.rechiseled.brick_pattern": "%s Brick Pattern", + "block_type.rechiseled.brick_pattern_connecting": "%s Brick Pattern", + "block_type.rechiseled.brick_paving": "%s Brick Paving", + "block_type.rechiseled.brick_paving_connecting": "%s Brick Paving", + "block_type.rechiseled.crushed": "Crushed %s", + "block_type.rechiseled.crushed_connecting": "Crushed %s", + "block_type.rechiseled.diagonal_bricks": "Diagonal %s Bricks", + "block_type.rechiseled.diagonal_bricks_connecting": "Diagonal %s Bricks", + "block_type.rechiseled.path": "%s Path", + "block_type.rechiseled.path_connecting": "%s Path", + "block_type.rechiseled.rotated_bricks": "Rotated %s Bricks", + "block_type.rechiseled.rotated_bricks_connecting": "Rotated %s Bricks", + "block_type.rechiseled.small_bricks": "Small %s Bricks", + "block_type.rechiseled.small_bricks_connecting": "Small %s Bricks", + "block_type.rechiseled.small_tiles": "Small %s Tiles", + "block_type.rechiseled.small_tiles_connecting": "Small %s Tiles", + "block_type.rechiseled.smooth_brick_paving": "Smooth %s Brick Paving", + "block_type.rechiseled.smooth_brick_paving_connecting": "Smooth %s Brick Paving", + "block_type.rechiseled.smooth_large_tiles": "Large Smooth %s Tiles", + "block_type.rechiseled.smooth_large_tiles_connecting": "Large Smooth %s Tiles", + "block_type.rechiseled.smooth_rotated_bricks": "Rotated Smooth %s Bricks", + "block_type.rechiseled.smooth_rotated_bricks_connecting": "Rotated Smooth %s Bricks", + "block_type.rechiseled.smooth_tiles": "Smooth %s Tiles", + "block_type.rechiseled.smooth_tiles_connecting": "Smooth %s Tiles", + "block_type.rechiseled.squares": "%s Squares", + "block_type.rechiseled.squares_connecting": "%s Squares", + "block_type.rechiseled.tiles": "%s Tiles", + "block_type.rechiseled.tiles_connecting": "%s Tiles", + "block_type.rechiseled.waves": "%s Waves", + "block_type.rechiseled.waves_connecting": "%s Waves", + "block_type.rechiseled.slated": "Slated %s", + + "block_type.blockus.herringbone_bricks": "Herringbone %s Bricks", + "block_type.blockus.smooth_stairs": "Smooth %s Stairs", + "block_type.blockus.brick_pillar": "%s Brick Pillar", + "block_type.blockus.circular_paving": "%s Circular Paving", + "block_type.blockus.door": "%s Door", + "block_type.blockus.tile_slab": "%s Tile Slab", + "block_type.blockus.tile_stairs": "%s Tile Stairs", + "block_type.blockus.tile_wall": "%s Tile Wall", + "block_type.blockus.tiles": "%s Tiles", + "block_type.blockus.trapdoor": "%s Trapdoor", + + "block_type.stonechest.chest": "%s Chest", + "item_type.stonechest.part": "%s Part", + + "block_type.mcwbridges.brick_bridge":"%s Brick Bridge", + "block_type.mcwbridges.mossy_brick_bridge":"Mossy %s Brick Bridge", + "block_type.mcwbridges.bridge_pier":"%s Bridge Support", + "block_type.mcwbridges.mossy_bridge_pier":"Mossy %s Bridge Support", + "block_type.mcwbridges.brick_bridge_stair":"%s Brick Bridge Stair", + "block_type.mcwbridges.mossy_bridge_stair":"Mossy %s Bridge Stair", + "block_type.mcwbridges.balustrade_bricks_bridge":"Balustrade %s Bricks Bridge", + "block_type.mcwbridges.balustrade_mossy_bricks_bridge":"Balustrade Mossy %s Bricks Bridge", + + "block_type.mcwfences.modern_brick_wall": "Modern %s Brick Wall", + "block_type.mcwfences.brick_railing_gate": "%s Brick Railing Gate", + "block_type.mcwfences.railing_brick_wall": "Railing %s Brick Wall", + "block_type.mcwfences.grass_topped_wall": "%s Grass Topped Wall", + "block_type.mcwfences.pillar_wall": "%s Pillar Wall", + "block_type.mcwfences.railing_gate": "%s Railing Gate", + "block_type.mcwfences.railing_wall": "Railing %s Wall", + "block_type.mcwfences.modern_wall": "Modern %s Wall", + + "block_type.mcwwindows.window":"Resizeable %s Window", + "block_type.mcwwindows.window2":"Rectangle %s Window", + "block_type.mcwwindows.four_window":"%s Four Pane Window", + "block_type.mcwwindows.brick_gothic":"%s Brick Gothic Window", + "block_type.mcwwindows.brick_arrow_slit":"%s Brick Arrow Slit", + "block_type.mcwwindows.pane_window":"%s Pane Window", + + "block_type.mcwroofs.roof":"%s Roof", + "block_type.mcwroofs.attic_roof":"%s Attic Roof", + "block_type.mcwroofs.top_roof":"%s Top Roof", + "block_type.mcwroofs.lower_roof":"%s Lower Base Roof", + "block_type.mcwroofs.steep_roof":"%s Steep Base Roof", + "block_type.mcwroofs.upper_lower_roof":"%s Lower Top Roof", + "block_type.mcwroofs.upper_steep_roof":"%s Steep Top Roof", + + "block_type.mcwroofs.bricks_roof":"%s Bricks Roof", + "block_type.mcwroofs.bricks_attic_roof":"%s Bricks Attic Roof", + "block_type.mcwroofs.bricks_top_roof":"%s Bricks Top Roof", + "block_type.mcwroofs.bricks_lower_roof":"%s Bricks Lower Base Roof", + "block_type.mcwroofs.bricks_steep_roof":"%s Bricks Steep Base Roof", + "block_type.mcwroofs.bricks_upper_lower_roof":"%s Bricks Lower Top Roof", + "block_type.mcwroofs.bricks_upper_steep_roof":"%s Bricks Steep Top Roof", + + "block_type.mcwstairs.brick_terrace_stairs": "%s Brick Terrace Stairs", + "block_type.mcwstairs.brick_skyline_stairs": "%s Brick Skyline Stairs", + "block_type.mcwstairs.brick_compact_stairs": "%s Brick Compact Stairs", + "block_type.mcwstairs.brick_bulk_stairs": "%s Brick Bulk Stairs", + "block_type.mcwstairs.brick_loft_stairs": "%s Brick Loft Stairs", + "block_type.mcwstairs.brick_railing": "%s Brick Railing", + "block_type.mcwstairs.brick_balcony": "%s Brick Balcony", + "block_type.mcwstairs.brick_platform": "%s Brick Platform", + "block_type.mcwstairs.mossy_brick_terrace_stairs": "Mossy %s Brick Terrace Stairs", + "block_type.mcwstairs.mossy_brick_skyline_stairs": "Mossy %s Brick Skyline Stairs", + "block_type.mcwstairs.mossy_brick_compact_stairs": "Mossy %s Brick Compact Stairs", + "block_type.mcwstairs.mossy_brick_bulk_stairs": "Mossy %s Brick Bulk Stairs", + "block_type.mcwstairs.mossy_brick_loft_stairs": "Mossy %s Brick Loft Stairs", + "block_type.mcwstairs.mossy_brick_railing": "Mossy %s Brick Railing", + "block_type.mcwstairs.mossy_brick_balcony": "Mossy %s Brick Balcony", + "block_type.mcwstairs.mossy_brick_platform": "Mossy %s Brick Platform", + + "block_type.mcwpaths.running_bond": "%s Running Bond", + "block_type.mcwpaths.running_bond_slab": "%s Running Bond Slab", + "block_type.mcwpaths.strewn_rocky_path": "%s Strewn Rocky Path", + "block_type.mcwpaths.windmill_weave_path": "%s Windmill Weave Path", + "block_type.mcwpaths.windmill_weave_slab": "%s Windmill Weave Slab", + "block_type.mcwpaths.windmill_weave": "%s Windmill Weave", + "block_type.mcwpaths.running_bond_path": "%s Running Bond Path", + "block_type.mcwpaths.flagstone_path": "%s Flagstone Path", + "block_type.mcwpaths.flagstone_slab": "%s Flagstone Slab", + "block_type.mcwpaths.flagstone": "%s Flagstone", + "block_type.mcwpaths.crystal_floor_path": "%s Crystal Floor Path", + "block_type.mcwpaths.crystal_floor_slab": "%s Crystal Floor Slab", + "block_type.mcwpaths.crystal_floor": "%s Crystal Floor", + "block_type.mcwpaths.mossy_running_bond": "Mossy %s Running Bond", + "block_type.mcwpaths.mossy_running_bond_slab": "Mossy %s Running Bond Slab", + "block_type.mcwpaths.mossy_running_bond_path": "Mossy %s Running Bond Path", + "block_type.mcwpaths.mossy_strewn_rocky_path": "Mossy %s Strewn Rocky Path", + "block_type.mcwpaths.mossy_windmill_weave_path": "Mossy %s Windmill Weave Path", + "block_type.mcwpaths.mossy_windmill_weave_slab": "Mossy %s Windmill Weave Slab", + "block_type.mcwpaths.mossy_windmill_weave": "Mossy %s Windmill Weave", + "block_type.mcwpaths.mossy_flagstone_path": "Mossy %s Flagstone Path", + "block_type.mcwpaths.mossy_flagstone_slab": "Mossy %s Flagstone Slab", + "block_type.mcwpaths.mossy_flagstone": "Mossy %s Flagstone", + "block_type.mcwpaths.mossy_crystal_floor_path": "Mossy %s Crystal Floor Path", + "block_type.mcwpaths.mossy_crystal_floor_slab": "Mossy %s Crystal Floor Slab", + "block_type.mcwpaths.mossy_crystal_floor": "Mossy %s Crystal Floor", + + "block_type.chipped.bricks":"%s Bricks", + "block_type.chipped.gravel":"%s Gravel", + "block_type.chipped.mini_tiles":"%s Mini Tiles", + "block_type.chipped.pillar":"%s Pillar", + "block_type.chipped.pillar_top":"%s Pillar Top", + "block_type.chipped.pointed_dripstone":"%s Pointed Dripstone", + "block_type.chipped.scales":"%s Scales", + "block_type.chipped.angry":"Angry %s", + "block_type.chipped.blank_carving":"Blank %s Carving", + "block_type.chipped.bordered":"Bordered %s", + "block_type.chipped.brick_bordered":"Brick Bordered %s", + "block_type.chipped.carved":"Carved %s", + "block_type.chipped.checkered_tiles":"Checkered %s Tiles", + "block_type.chipped.cobbled":"Cobbled %s", + "block_type.chipped.cracked_bricks":"Cracked %s Bricks", + "block_type.chipped.cracked_disordered_bricks":"Cracked Disordered %s Bricks", + "block_type.chipped.cracked_flat_tiles":"Cracked Flat %s Tiles", + "block_type.chipped.creeper_carving":"Creeper %s Carving", + "block_type.chipped.crying":"Crying %s", + "block_type.chipped.curly_pillar":"Curly %s Pillar", + "block_type.chipped.cut_column":"Cut %s Column", + "block_type.chipped.cut_blank":"Cut Blank %s", + "block_type.chipped.duh":"Duh %s", + "block_type.chipped.edged_bricks":"Edged %s Bricks", + "block_type.chipped.engraved":"Engraved %s", + "block_type.chipped.eroded":"Eroded %s", + "block_type.chipped.etched_bricks":"Etched %s Bricks", + "block_type.chipped.fine_pillar":"Fine %s Pillar", + "block_type.chipped.flat_tiles":"Flat %s Tiles", + "block_type.chipped.glad":"Glad %s", + "block_type.chipped.inlayed":"Inlayed %s", + "block_type.chipped.inscribed":"Inscribed %s", + "block_type.chipped.layed_bricks":"Layed %s Bricks", + "block_type.chipped.loded":"Loded %s", + "block_type.chipped.massive_bricks":"Massive %s Bricks", + "block_type.chipped.offset_bricks":"Offset %s Bricks", + "block_type.chipped.ornate_pillar":"Ornate %s Pillar", + "block_type.chipped.overlapping_tiles":"Overlapping %s Tiles", + "block_type.chipped.pillar_bricks":"Pillar %s Bricks", + "block_type.chipped.polished":"Polished %s", + "block_type.chipped.prismal_remnants":"Prismal %s Remnants", + "block_type.chipped.rough":"Rough %s", + "block_type.chipped.rounded_bricks":"Rounded %s Bricks", + "block_type.chipped.runic_carved":"Runic Carved %s", + "block_type.chipped.sad":"Sad %s", + "block_type.chipped.sanded":"Sanded %s", + "block_type.chipped.simple_pillar":"Simple %s Pillar", + "block_type.chipped.small_bricks":"Small %s Bricks", + "block_type.chipped.smooth_column":"Smooth %s Column", + "block_type.chipped.smooth_inlayed":"Smooth Inlayed %s", + "block_type.chipped.smooth_ringed":"Smooth Ringed %s", + "block_type.chipped.smoothed_double_inlayed":"Smoothed Double Inlayed %s", + "block_type.chipped.spider_carving":"Spider %s Carving", + "block_type.chipped.spiraled":"Spiraled %s", + "block_type.chipped.stacked_bricks":"Stacked %s Bricks", + "block_type.chipped.thick_inlayed":"Thick Inlayed %s", + "block_type.chipped.tiled":"Tiled %s", + "block_type.chipped.tiled_column":"Tiled %s Column", + "block_type.chipped.tiled_bordered":"Tiled Bordered %s", + "block_type.chipped.tiny_bricks":"Tiny %s Bricks", + "block_type.chipped.tiny_brick_bordered":"Tiny Brick Bordered %s", + "block_type.chipped.tiny_layered_bricks":"Tiny Layered %s Bricks", + "block_type.chipped.tiny_layered_slabs":"Tiny Layered %s Slabs", + "block_type.chipped.trodden":"Trodden %s", + "block_type.chipped.unamused":"Unamused %s", + "block_type.chipped.vertical_cut":"Vertical Cut %s", + "block_type.chipped.vertical_disordered_bricks":"Vertical Disordered %s Bricks", + "block_type.chipped.weathered":"Weathered %s", + + "block_type.additional_lights.al_lamp": "%s Lamp", + "block_type.additional_lights.al_torch": "%s AlTorch", + "block_type.additional_lights.al_torch_bricks": "%s Bricks AlTorch", + "block_type.additional_lights.al_torch_mossy_bricks": "Mossy %s Bricks AlTorch", + "block_type.additional_lights.al_torch_smooth": "Smooth %s AlTorch", + "block_type.additional_lights.fire_pit_s_bricks": "%s Bricks Fire Pit", + "block_type.additional_lights.fire_pit_s_mossy_bricks": "Mossy %s Bricks Fire Pit", + "block_type.additional_lights.fire_pit_s_smooth": "Smooth %s Fire Pit", + "block_type.additional_lights.fire_pit_s": "%s Fire Pit", + "block_type.additional_lights.fire_pit_l_bricks": "%s Bricks Fire Pit - L", + "block_type.additional_lights.fire_pit_l_mossy_bricks": "Mossy %s Bricks Fire Pit - L", + "block_type.additional_lights.fire_pit_l_smooth": "Smooth %s Fire Pit - L", + "block_type.additional_lights.fire_pit_l": "%s Fire Pit - L", + "block_type.additional_lights.standing_torch_s_bricks": "%s Bricks Standing Torch", + "block_type.additional_lights.standing_torch_s_mossy_bricks": "Mossy %s Bricks Standing Torch", + "block_type.additional_lights.standing_torch_s_smooth": "Smooth %s Standing Torch", + "block_type.additional_lights.standing_torch_s": "%s Standing Torch", + "block_type.additional_lights.standing_torch_l_bricks": "%s Bricks Standing Torch - L", + "block_type.additional_lights.standing_torch_l_mossy_bricks": "Mossy %s Bricks Standing Torch - L", + "block_type.additional_lights.standing_torch_l_smooth": "Smooth %s Standing Torch - L", + "block_type.additional_lights.standing_torch_l": "%s Standing Torch - L", + "block_type.additional_lights.fire_pit_s_polished": "Polished %s Fire Pit", + "block_type.additional_lights.fire_pit_l_polished": "Polished %s Fire Pit - L", + "block_type.additional_lights.standing_torch_s_polished": "Polished %s Standing Torch", + "block_type.additional_lights.standing_torch_l_polished": "Polished %s Standing Torch - L", + + "block_type.more_beautiful_torches.torch": "%s Torch", + "block_type.more_beautiful_torches.soul_torch": "%s Soul Torch", + "block_type.more_beautiful_torches.redstone_torch": "%s Redstone Torch", + "block_type.more_beautiful_torches.bricks_torch": "%s Bricks Torch", + "block_type.more_beautiful_torches.bricks_soul_torch": "%s Bricks Soul Torch", + "block_type.more_beautiful_torches.bricks_redstone_torch": "%s Bricks Redstone Torch", + "block_type.more_beautiful_torches.smooth_torch": "Smooth %s Torch", + "block_type.more_beautiful_torches.smooth_soul_torch": "Smooth %s Soul Torch", + "block_type.more_beautiful_torches.smooth_redstone_torch": "Smooth %s Redstone Torch", + "block_type.more_beautiful_torches.polished_torch": "Polished %s Torch", + "block_type.more_beautiful_torches.polished_soul_torch": "Polished %s Soul Torch", + "block_type.more_beautiful_torches.polished_redstone_torch": "Polished %s Redstone Torch" + +} \ No newline at end of file diff --git a/projects/1.21/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.21/assets/stone-zone/stonezone/lang/zh_cn.json new file mode 100644 index 000000000000..78c843b4e93f --- /dev/null +++ b/projects/1.21/assets/stone-zone/stonezone/lang/zh_cn.json @@ -0,0 +1,747 @@ +{ + "itemGroup.stonezone": "泛用兼容:石材", + "itemGroup.stonezone.stonezone": "泛用兼容:石材", + "item.stonezone.all_stones": "所有石材", + + "block_type.twigs.column": "%s立柱", + + "block_type.betterarcheology.cracked_bricks": "裂纹%s砖", + "block_type.betterarcheology.cracked_brick_stairs": "裂纹%s砖楼梯", + "block_type.betterarcheology.cracked_brick_slab": "裂纹%s砖台阶", + + "block_type.quark.vertical_slab": "%s竖直台阶", + "block_type.quark.polished_vertical_slab": "磨制%s竖直台阶", + "block_type.quark.pillar": "%s柱", + "block_type.quark.brick_lattice": "%s砖格栅", + "block_type.quark.carved_bricks": "雕纹%s砖", + + "block_type.bbb.layer": "%s层板", + "block_type.bbb.smooth_layer": "平滑%s层板", + "block_type.bbb.brick_layer": "%s砖层板", + "block_type.bbb.tiles": "%s瓦", + "block_type.bbb.tile_stairs": "%s瓦楼梯", + "block_type.bbb.tile_slab": "%s瓦台阶", + "block_type.bbb.column": "%s柱", + "block_type.bbb.urn": "%s瓮", + "block_type.bbb.fence": "%s栅栏", + "block_type.bbb.moulding": "%s线脚", + + "block_type.create.cut": "切制%s", + "block_type.create.cut_slab": "切制%s台阶", + "block_type.create.cut_stairs": "切制%s楼梯", + "block_type.create.cut_wall": "切制%s墙", + "block_type.create.polished_cut": "磨制切制%s", + "block_type.create.polished_cut_slab": "磨制切制%s台阶", + "block_type.create.polished_cut_stairs": "磨制切制%s楼梯", + "block_type.create.polished_cut_wall": "磨制切制%s墙", + "block_type.create.cut_bricks": "切制%s砖块", + "block_type.create.cut_brick_slab": "切制%s砖块台阶", + "block_type.create.cut_brick_stairs": "切制%s砖块楼梯", + "block_type.create.cut_brick_wall": "切制%s砖块墙", + "block_type.create.small_bricks": "%s小砖块", + "block_type.create.small_brick_slab": "%s小砖块台阶", + "block_type.create.small_brick_stairs": "%s小砖块楼梯", + "block_type.create.small_brick_wall": "%s小砖块墙", + "block_type.create.pillar": "%s柱", + "block_type.create.layered": "层叠%s", + + "block_type.stoneworks.cracked_tiles": "裂纹%s瓦", + "block_type.stoneworks.pillar": "%s柱", + "block_type.stoneworks.tiles": "%s瓦", + "block_type.stoneworks.tile_stairs": "%s瓦楼梯", + "block_type.stoneworks.tile_slab": "%s瓦台阶", + "block_type.stoneworks.tile_wall": "%s瓦墙", + "block_type.stoneworks.plates": "%s方砖", + "block_type.stoneworks.plate_stairs": "%s方砖楼梯", + "block_type.stoneworks.plate_slab": "%s方砖台阶", + "block_type.stoneworks.plate_wall": "%s方砖墙", + "block_type.stoneworks.cracked_plates": "裂纹%s方砖", + "block_type.stoneworks.pavers": "%s地砖", + "block_type.stoneworks.paver_stairs": "%s地砖楼梯", + "block_type.stoneworks.paver_slab": "%s地砖台阶", + "block_type.stoneworks.paver_wall": "%s地砖墙", + "block_type.stoneworks.cracked_pavers": "裂纹%s地砖", + "block_type.stoneworks.shingles": "%s砖瓦", + "block_type.stoneworks.shingle_stairs": "%s砖瓦楼梯", + "block_type.stoneworks.shingle_slab": "%s砖瓦台阶", + "block_type.stoneworks.shingle_wall": "%s砖瓦墙", + "block_type.stoneworks.cracked_shingles": "裂纹%s砖瓦", + + "block_type.rechiseled.big_tiles": "大块%s瓦", + "block_type.rechiseled.big_tiles_connecting": "大块%s瓦", + "block_type.rechiseled.bordered": "边框%s", + "block_type.rechiseled.bordered_connecting": "边框%s", + "block_type.rechiseled.brick_pattern": "图纹%s砖", + "block_type.rechiseled.brick_pattern_connecting": "图纹%s砖", + "block_type.rechiseled.brick_paving": "%s铺路砖", + "block_type.rechiseled.brick_paving_connecting": "%s铺路砖", + "block_type.rechiseled.crushed": "压纹%s", + "block_type.rechiseled.crushed_connecting": "压纹%s", + "block_type.rechiseled.diagonal_bricks": "对角纹%s砖", + "block_type.rechiseled.diagonal_bricks_connecting": "对角纹%s砖", + "block_type.rechiseled.path": "%s径", + "block_type.rechiseled.path_connecting": "%s径", + "block_type.rechiseled.rotated_bricks": "旋纹%s砖", + "block_type.rechiseled.rotated_bricks_connecting": "旋纹%s砖", + "block_type.rechiseled.small_bricks": "小块%s砖", + "block_type.rechiseled.small_bricks_connecting": "小块%s砖", + "block_type.rechiseled.small_tiles": "小块%s瓦", + "block_type.rechiseled.small_tiles_connecting": "小块%s瓦", + "block_type.rechiseled.smooth_brick_paving": "平滑%s铺路砖", + "block_type.rechiseled.smooth_brick_paving_connecting": "平滑%s铺路砖", + "block_type.rechiseled.smooth_large_tiles": "平滑大块%s瓦", + "block_type.rechiseled.smooth_large_tiles_connecting": "平滑大块%s瓦", + "block_type.rechiseled.smooth_rotated_bricks": "旋纹平滑%s砖", + "block_type.rechiseled.smooth_rotated_bricks_connecting": "旋纹平滑%s砖", + "block_type.rechiseled.smooth_tiles": "平滑%s瓦", + "block_type.rechiseled.smooth_tiles_connecting": "平滑%s瓦", + "block_type.rechiseled.squares": "方纹%s", + "block_type.rechiseled.squares_connecting": "方纹%s", + "block_type.rechiseled.tiles": "%s瓦", + "block_type.rechiseled.tiles_connecting": "%s瓦", + "block_type.rechiseled.waves": "波纹%s", + "block_type.rechiseled.waves_connecting": "波纹%s", + "block_type.rechiseled.slated": "斜纹%s", + + "block_type.blockus.herringbone_bricks": "人字形纹%s砖", + "block_type.blockus.smooth_stairs": "平滑%s楼梯", + "block_type.blockus.brick_pillar": "%s砖柱", + "block_type.blockus.circular_paving": "环纹%s", + "block_type.blockus.door": "%s门", + "block_type.blockus.tile_slab": "%s瓦台阶", + "block_type.blockus.tile_stairs": "%s瓦楼梯", + "block_type.blockus.tile_wall": "%s瓦墙", + "block_type.blockus.tiles": "%s瓦", + "block_type.blockus.trapdoor": "%s活板门", + + "block_type.stonechest.chest": "%s箱子", + "item_type.stonechest.part": "%s部件", + + "block_type.mcwbridges.brick_bridge": "%s砖桥", + "block_type.mcwbridges.mossy_brick_bridge": "覆苔%s砖桥", + "block_type.mcwbridges.bridge_pier": "%s桥梁支架", + "block_type.mcwbridges.mossy_bridge_pier": "覆苔%s桥梁支架", + "block_type.mcwbridges.brick_bridge_stair": "%s砖桥梯", + "block_type.mcwbridges.mossy_bridge_stair": "覆苔%s桥梯", + "block_type.mcwbridges.balustrade_bricks_bridge": "柱栏%s砖桥", + "block_type.mcwbridges.balustrade_mossy_bricks_bridge": "柱栏覆苔%s砖桥", + + "block_type.mcwfences.modern_brick_wall": "现代%s砖墙", + "block_type.mcwfences.brick_railing_gate": "%s砖铁栅栏门", + "block_type.mcwfences.railing_brick_wall": "%s砖铁栅栏墙", + "block_type.mcwfences.grass_topped_wall": "%s草顶墙", + "block_type.mcwfences.pillar_wall": "%s砖柱墙", + "block_type.mcwfences.railing_gate": "%s铁栅栏门", + "block_type.mcwfences.railing_wall": "%s铁栅栏墙", + "block_type.mcwfences.modern_wall": "现代%s墙", + + "block_type.mcwwindows.window": "%s可调窗户", + "block_type.mcwwindows.window2": "%s长方格窗户", + "block_type.mcwwindows.four_window": "%s四格窗户", + "block_type.mcwwindows.brick_gothic": "%s砖哥特式窗户", + "block_type.mcwwindows.brick_arrow_slit": "%s砖箭缝", + "block_type.mcwwindows.pane_window": "%s嵌板窗户", + + "block_type.mcwroofs.roof": "%s屋顶", + "block_type.mcwroofs.attic_roof": "%s天窗屋顶", + "block_type.mcwroofs.top_roof": "%s屋顶顶端", + "block_type.mcwroofs.lower_roof": "%s平缓屋顶底端", + "block_type.mcwroofs.steep_roof": "%s陡峭屋顶底端", + "block_type.mcwroofs.upper_lower_roof": "%s平缓屋顶顶端", + "block_type.mcwroofs.upper_steep_roof": "%s陡峭屋顶顶端", + + "block_type.mcwroofs.bricks_roof": "%s砖屋顶", + "block_type.mcwroofs.bricks_attic_roof": "%s砖天窗屋顶", + "block_type.mcwroofs.bricks_top_roof": "%s砖屋顶顶端", + "block_type.mcwroofs.bricks_lower_roof": "%s砖平缓屋顶底端", + "block_type.mcwroofs.bricks_steep_roof": "%s砖陡峭屋顶底端", + "block_type.mcwroofs.bricks_upper_lower_roof": "%s砖平缓屋顶顶端", + "block_type.mcwroofs.bricks_upper_steep_roof": "%s砖陡峭屋顶顶端", + + "block_type.mcwstairs.brick_terrace_stairs": "%s砖单梁楼梯", + "block_type.mcwstairs.brick_skyline_stairs": "%s砖铺架楼梯", + "block_type.mcwstairs.brick_compact_stairs": "%s砖短阶楼梯", + "block_type.mcwstairs.brick_bulk_stairs": "%s砖厚实楼梯", + "block_type.mcwstairs.brick_loft_stairs": "%s砖悬空楼梯", + "block_type.mcwstairs.brick_railing": "%s砖楼梯扶手", + "block_type.mcwstairs.brick_balcony": "%s砖露台扶手", + "block_type.mcwstairs.brick_platform": "%s砖平台", + "block_type.mcwstairs.mossy_brick_terrace_stairs": "覆苔%s砖单梁楼梯", + "block_type.mcwstairs.mossy_brick_skyline_stairs": "覆苔%s砖铺架楼梯", + "block_type.mcwstairs.mossy_brick_compact_stairs": "覆苔%s砖短阶楼梯", + "block_type.mcwstairs.mossy_brick_bulk_stairs": "覆苔%s砖厚实楼梯", + "block_type.mcwstairs.mossy_brick_loft_stairs": "覆苔%s砖悬空楼梯", + "block_type.mcwstairs.mossy_brick_railing": "覆苔%s砖楼梯扶手", + "block_type.mcwstairs.mossy_brick_balcony": "覆苔%s砖露台扶手", + "block_type.mcwstairs.mossy_brick_platform": "覆苔%s砖平台", + + "block_type.mcwpaths.running_bond": "顺砌%s", + "block_type.mcwpaths.running_bond_slab": "顺砌%s台阶", + "block_type.mcwpaths.strewn_rocky_path": "%s碎石小径", + "block_type.mcwpaths.windmill_weave_path": "风车砌%s小径", + "block_type.mcwpaths.windmill_weave_slab": "风车砌%s台阶", + "block_type.mcwpaths.windmill_weave": "风车砌%s", + "block_type.mcwpaths.running_bond_path": "顺砌%s小径", + "block_type.mcwpaths.flagstone_path": "碎嵌%s小径", + "block_type.mcwpaths.flagstone_slab": "碎嵌%s台阶", + "block_type.mcwpaths.flagstone": "碎嵌%s", + "block_type.mcwpaths.crystal_floor_path": "铺嵌%s小径", + "block_type.mcwpaths.crystal_floor_slab": "铺嵌%s台阶", + "block_type.mcwpaths.crystal_floor": "铺嵌%s", + "block_type.mcwpaths.mossy_running_bond": "顺砌覆苔%s", + "block_type.mcwpaths.mossy_running_bond_slab": "顺砌覆苔%s台阶", + "block_type.mcwpaths.mossy_running_bond_path": "顺砌覆苔%s小径", + "block_type.mcwpaths.mossy_strewn_rocky_path": "覆苔%s碎石小径", + "block_type.mcwpaths.mossy_windmill_weave_path": "风车砌覆苔%s小径", + "block_type.mcwpaths.mossy_windmill_weave_slab": "风车砌覆苔%s台阶", + "block_type.mcwpaths.mossy_windmill_weave": "风车砌覆苔%s", + "block_type.mcwpaths.mossy_flagstone_path": "碎嵌覆苔%s小径", + "block_type.mcwpaths.mossy_flagstone_slab": "碎嵌覆苔%s台阶", + "block_type.mcwpaths.mossy_flagstone": "碎嵌覆苔%s", + "block_type.mcwpaths.mossy_crystal_floor_path": "铺嵌覆苔%s小径", + "block_type.mcwpaths.mossy_crystal_floor_slab": "铺嵌覆苔%s台阶", + "block_type.mcwpaths.mossy_crystal_floor": "铺嵌覆苔%s", + + "block_type.chipped.bricks": "%s砖", + "block_type.chipped.gravel": "%s沙砾", + "block_type.chipped.mini_tiles": "%s小型瓦", + "block_type.chipped.pillar": "%s柱", + "block_type.chipped.pillar_top": "%s柱端", + "block_type.chipped.pointed_dripstone": "%s滴水石锥", + "block_type.chipped.scales": "%s鳞块", + "block_type.chipped.angry": "愤怒雕徽%s", + "block_type.chipped.blank_carving": "空白式刻徽%s", + "block_type.chipped.bordered": "带沿网纹%s", + "block_type.chipped.brick_bordered": "砖沿%s", + "block_type.chipped.carved": "刻制%s", + "block_type.chipped.checkered_tiles": "棋盘格%s瓦", + "block_type.chipped.cobbled": "圆石纹%s", + "block_type.chipped.cracked_bricks": "裂纹%s砖", + "block_type.chipped.cracked_disordered_bricks": "裂纹乱砌%s砖", + "block_type.chipped.cracked_flat_tiles": "裂纹平整%s瓦", + "block_type.chipped.creeper_carving": "苦力怕徽%s", + "block_type.chipped.crying": "哭泣雕徽%s", + "block_type.chipped.curly_pillar": "螺卷纹%s柱", + "block_type.chipped.cut_column": "切制%s柱石", + "block_type.chipped.cut_blank": "空白式雕徽%s", + "block_type.chipped.duh": "疑惑雕徽%s", + "block_type.chipped.edged_bricks": "刻沿%s砖", + "block_type.chipped.engraved": "錾纹%s", + "block_type.chipped.eroded": "风蚀%s", + "block_type.chipped.etched_bricks": "蚀刻%s砖", + "block_type.chipped.fine_pillar": "精刻%s柱", + "block_type.chipped.flat_tiles": "平整%s瓦", + "block_type.chipped.glad": "欢愉雕徽%s", + "block_type.chipped.inlayed": "嵌花%s", + "block_type.chipped.inscribed": "篆刻%s", + "block_type.chipped.layed_bricks": "复层%s砖", + "block_type.chipped.loded": "磁石纹%s", + "block_type.chipped.massive_bricks": "巨型%s砖", + "block_type.chipped.offset_bricks": "错排%s砖", + "block_type.chipped.ornate_pillar": "精饰%s柱", + "block_type.chipped.overlapping_tiles": "复纹%s瓦", + "block_type.chipped.pillar_bricks": "柱式%s砖", + "block_type.chipped.polished": "磨制%s", + "block_type.chipped.prismal_remnants": "海晶残纹%s", + "block_type.chipped.rough": "粗糙%s", + "block_type.chipped.rounded_bricks": "圆角%s砖", + "block_type.chipped.runic_carved": "符文刻徽%s", + "block_type.chipped.sad": "悲伤雕徽%s", + "block_type.chipped.sanded": "沙纹%s", + "block_type.chipped.simple_pillar": "简单%s柱", + "block_type.chipped.small_bricks": "%s小型砖", + "block_type.chipped.smooth_column": "平滑%s柱石", + "block_type.chipped.smooth_inlayed": "平滑嵌花%s", + "block_type.chipped.smooth_ringed": "平滑回纹%s", + "block_type.chipped.smoothed_double_inlayed": "平滑双重嵌花%s", + "block_type.chipped.spider_carving": "蜘蛛雕徽%s", + "block_type.chipped.spiraled": "螺旋纹%s", + "block_type.chipped.stacked_bricks": "叠层%s砖", + "block_type.chipped.thick_inlayed": "厚沿嵌花%s", + "block_type.chipped.tiled": "方纹%s", + "block_type.chipped.tiled_column": "方纹%s柱石", + "block_type.chipped.tiled_bordered": "方砖沿%s", + "block_type.chipped.tiny_bricks": "%s微型砖", + "block_type.chipped.tiny_brick_bordered": "窄砖沿%s", + "block_type.chipped.tiny_layered_bricks": "密层%s砖", + "block_type.chipped.tiny_layered_slabs": "细层%s砖", + "block_type.chipped.trodden": "踏裂%s", + "block_type.chipped.unamused": "不悦雕徽%s", + "block_type.chipped.vertical_cut": "竖纹切制%s", + "block_type.chipped.vertical_disordered_bricks": "竖纹乱砌%s砖", + "block_type.chipped.weathered": "风化%s", + + "block_type.additional_lights.al_lamp": "%s灯", + "block_type.additional_lights.al_torch": "%s火把", + "block_type.additional_lights.al_torch_bricks": "%s砖火把", + "block_type.additional_lights.al_torch_mossy_bricks": "覆苔%s砖火把", + "block_type.additional_lights.al_torch_smooth": "平滑%s火把", + "block_type.additional_lights.fire_pit_s_bricks": "%s砖火盆", + "block_type.additional_lights.fire_pit_s_mossy_bricks": "覆苔%s砖火盆", + "block_type.additional_lights.fire_pit_s_smooth": "平滑%s火盆", + "block_type.additional_lights.fire_pit_s": "%s火盆", + "block_type.additional_lights.fire_pit_l_bricks": "%s砖高火盆", + "block_type.additional_lights.fire_pit_l_mossy_bricks": "覆苔%s砖高火盆", + "block_type.additional_lights.fire_pit_l_smooth": "平滑%s高火盆", + "block_type.additional_lights.fire_pit_l": "%s高火盆", + "block_type.additional_lights.standing_torch_s_bricks": "%s砖立式火把", + "block_type.additional_lights.standing_torch_s_mossy_bricks": "覆苔%s砖立式火把", + "block_type.additional_lights.standing_torch_s_smooth": "平滑%s立式火把", + "block_type.additional_lights.standing_torch_s": "%s立式火把", + "block_type.additional_lights.standing_torch_l_bricks": "%s砖高立式火把", + "block_type.additional_lights.standing_torch_l_mossy_bricks": "覆苔%s砖高立式火把", + "block_type.additional_lights.standing_torch_l_smooth": "平滑%s高立式火把", + "block_type.additional_lights.standing_torch_l": "%s高立式火把", + "block_type.additional_lights.fire_pit_s_polished": "磨制%s火盆", + "block_type.additional_lights.fire_pit_l_polished": "磨制%s高火盆", + "block_type.additional_lights.standing_torch_s_polished": "磨制%s立式火把", + "block_type.additional_lights.standing_torch_l_polished": "磨制%s高立式火把", + + "block_type.more_beautiful_torches.torch": "%s火把", + "block_type.more_beautiful_torches.soul_torch": "%s灵魂火把", + "block_type.more_beautiful_torches.redstone_torch": "%s红石火把", + "block_type.more_beautiful_torches.bricks_torch": "%s砖火把", + "block_type.more_beautiful_torches.bricks_soul_torch": "%s砖灵魂火把", + "block_type.more_beautiful_torches.bricks_redstone_torch": "%s砖红石火把", + "block_type.more_beautiful_torches.smooth_torch": "平滑%s火把", + "block_type.more_beautiful_torches.smooth_soul_torch": "平滑%s灵魂火把", + "block_type.more_beautiful_torches.smooth_redstone_torch": "平滑%s红石火把", + "block_type.more_beautiful_torches.polished_torch": "磨制%s火把", + "block_type.more_beautiful_torches.polished_soul_torch": "磨制%s灵魂火把", + "block_type.more_beautiful_torches.polished_redstone_torch": "磨制%s红石火把", + + + + "stone_type.minecraft.stone": "石头", + "stone_type.minecraft.andesite": "安山岩", + "stone_type.minecraft.diorite": "闪长岩", + "stone_type.minecraft.granite": "花岗岩", + "stone_type.minecraft.deepslate": "深板岩", + "stone_type.minecraft.tuff": "凝灰岩", + "stone_type.minecraft.calcite": "方解石", + "stone_type.minecraft.dripstone": "滴水石", + "stone_type.minecraft.sandstone": "砂岩", + "stone_type.minecraft.obsidian": "黑曜石", + "stone_type.minecraft.red_sandstone": "红砂岩", + "stone_type.minecraft.prismarine": "海晶石", + "stone_type.minecraft.netherrack": "下界岩", + "stone_type.minecraft.basalt": "玄武岩", + "stone_type.minecraft.blackstone": "黑石", + "stone_type.minecraft.end_stone": "末地石", + "stone_type.minecraft.purpur": "紫珀", + "mud_type.minecraft.mud": "泥巴", + + "stone_type.ad_astra.permafrost": "冻土", + "stone_type.ad_astra.moon_stone": "月石", + "stone_type.ad_astra.mars_stone": "火星石", + "stone_type.ad_astra.mercury_stone": "水星石", + "stone_type.ad_astra.venus_stone": "金星石", + "stone_type.ad_astra.glacio_stone": "霜原石", + "stone_type.ad_astra.conglomerate": "砾岩", + + "stone_type.aether.holystone": "圣石", + "stone_type.aether.carved_stone": "雕纹石", + "stone_type.aether.angelic_stone": "天灵石", + "stone_type.aether.hellfire_stone": "狱炎石", + + "stone_type.aetherworks.suevite": "陨磺砾岩", + + "stone_type.aether_redux.sentrite": "哨戒岩", + "stone_type.aether_redux.divinite": "神圣石", + "stone_type.aether_redux.driftshale": "速页岩", + + "stone_type.alexscaves.galena": "方铅岩", + "stone_type.alexscaves.radrock": "辐射石", + "stone_type.alexscaves.abyssmarine": "渊海石", + "stone_type.alexscaves.guanostone": "粪石", + "stone_type.alexscaves.limestone": "石灰岩", + + "stone_type.ancient_aether.aerogetic_stone": "空凝石", + + "stone_type.aoa3.abyssal_stone": "深渊石", + "stone_type.aoa3.aromatic_stone": "芬芳石", + "stone_type.aoa3.baron_stone": "爵士石", + "stone_type.aoa3.creep_stone": "蠕变石", + "stone_type.aoa3.dense_stone": "致密石", + "stone_type.aoa3.greckon_stone": "格瑞克石", + "stone_type.aoa3.hellstone": "地狱石", + "stone_type.aoa3.irostone": "钢铁石", + "stone_type.aoa3.lelyetian_stone": "赫尔维蒂石", + "stone_type.aoa3.polluted_stone": "污浊石", + "stone_type.aoa3.precasian_stone": "传说石", + "stone_type.aoa3.primed_stone": "坚固石", + "stone_type.aoa3.runic_stone": "符文石", + "stone_type.aoa3.weightless_stone": "轻盈石", + + "stone_type.architects_palette.abyssaline": "渊晶石", + "stone_type.architects_palette.hadaline": "渊溟石", + "stone_type.architects_palette.myonite": "蘑菇石", + "stone_type.architects_palette.esoterrack": "隐秘岩", + "stone_type.architects_palette.onyx": "缟玛瑙", + "stone_type.architects_palette.wardstone": "青卫石", + "stone_type.architects_palette.moonshale": "月页岩", + "stone_type.architects_palette.nebulite": "星云岩", + "stone_type.architects_palette.warpstone": "跃迁石", + "stone_type.architects_palette.craterstone": "陨坑石", + + "stone_type.ars_nouveau.sourcestone": "魔源石", + + "stone_type.arts_and_crafts.gypsum": "石膏石", + "stone_type.arts_and_crafts.soapstone": "皂石", + "stone_type.arts_and_crafts.white_chalk": "白色白垩岩", + + "stone_type.atmospheric.dolerite": "粗玄岩", + "stone_type.atmospheric.ivory_travertine": "象牙白石灰华", + "stone_type.atmospheric.peach_travertine": "桃红石灰华", + "stone_type.atmospheric.persimmon_travertine": "柿子橙石灰华", + "stone_type.atmospheric.saffron_travertine": "藏红石灰华", + + "stone_type.betterend.azure_jadestone": "湛蓝玉石", + "stone_type.betterend.sandy_jadestone": "沙色玉石", + "stone_type.betterend.virid_jadestone": "碧绿玉石", + "stone_type.betterend.sulphuric_rock": "硫磺岩", + "stone_type.betterend.flavolite": "苍黄石", + "stone_type.betterend.violecite": "紫罗兰石", + "stone_type.betterend.umbralith": "暗影岩", + + "stone_type.biomemakeover.mesmerite": "迷魂石", + + "stone_type.biomesoplenty.brimstone": "硫磺石", + "stone_type.biomesoplenty.black_sandstone": "黑砂岩", + "stone_type.biomesoplenty.white_sandstone": "白砂岩", + "stone_type.biomesoplenty.orange_sandstone": "橙砂岩", + + "stone_type.biomeswevegone.dacite": "英安岩", + "stone_type.biomeswevegone.red_rock": "红岩", + "stone_type.biomeswevegone.black_sandstone": "黑砂岩", + "stone_type.biomeswevegone.blue_sandstone": "蓝砂岩", + "stone_type.biomeswevegone.pink_sandstone": "粉红砂岩", + "stone_type.biomeswevegone.purple_sandstone": "紫砂岩", + "stone_type.biomeswevegone.white_sandstone": "白砂岩", + "stone_type.biomeswevegone.windswept_sandstone": "风袭砂岩", + "stone_type.biomeswevegone.mossy_stone": "苔藓石", + "stone_type.biomeswevegone.rocky_stone": "鹅卵岩", + + "stone_type.blockus.limestone": "石灰岩", + "stone_type.blockus.marble": "大理石", + "stone_type.blockus.bluestone": "蓝石", + "stone_type.blockus.viridite": "青绿石", + "stone_type.blockus.asphalt": "沥青", + "stone_type.blockus.shingles": "瓦片", + + "stone_type.bloomingnature.travertin": "石灰华", + "stone_type.bloomingnature.laterit": "红土", + "stone_type.bloomingnature.slate": "板岩", + + "stone_type.blue_skies.taratite": "碧石", + "stone_type.blue_skies.rimestone": "寒石", + "stone_type.blue_skies.brumble": "泡棘藻", + "stone_type.blue_skies.umber": "焦石", + "stone_type.blue_skies.cinderstone": "余烬石", + "stone_type.blue_skies.blinding_stone": "惑乱石", + "stone_type.blue_skies.nature_stone": "自然石", + "stone_type.blue_skies.poison_stone": "猛毒石", + "stone_type.blue_skies.aquatic_stone": "水渊石", + "stone_type.blue_skies.life_stone": "生灵石", + "stone_type.blue_skies.turquoise_stone": "绿松岩", + "stone_type.blue_skies.lunar_stone": "明月岩", + + "stone_type.botania.livingrock": "活石", + "stone_type.botania.shimmerrock": "微光石", + + "stone_type.bountifulfares.feldspar": "长石", + + "stone_type.caverns_and_chasms.sugilite": "苏纪石", + + "stone_type.create.asurine": "皓蓝石", + "stone_type.create.crimsite": "绯红岩", + "stone_type.create.limestone": "石灰岩", + "stone_type.create.ochrum": "赭金砂", + "stone_type.create.scoria": "熔渣", + "stone_type.create.scorchia": "焦黑熔渣", + "stone_type.create.veridium": "辉绿岩", + + "stone_type.create_dd.gabbro": "辉长岩", + "stone_type.create_dd.weathered_limestone": "风化石灰岩", + "stone_type.create_dd.cut_stone": "切制石", + + "stone_type.deep_aether.aseterite": "紫菀石", + "stone_type.deep_aether.clorite": "绿蔚石", + "stone_type.deep_aether.raw_clorite": "粗绿蔚石", + "stone_type.deep_aether.nimbus_stone": "疾雨石", + "mud_type.deep_aether.aether_mud": "天泥", + + "stone_type.deeperdarker.sculk_stone": "幽匿石", + "stone_type.deeperdarker.gloomslate": "幽暗板岩", + "mud_type.deeperdarker.sculk_grime": "幽匿尘垢", + + "stone_type.divinerpg.twilight_stone": "暮光石", + "stone_type.divinerpg.milk_stone": "乳石", + "stone_type.divinerpg.darkstone": "暗黑石", + "stone_type.divinerpg.frozen_stone": "冰冻石", + "stone_type.divinerpg.icy_stone": "寒冰石", + "stone_type.divinerpg.asphalt": "沥青", + "stone_type.divinerpg.coalstone": "煤石", + "stone_type.divinerpg.cobaltite": "辉钴石", + "stone_type.divinerpg.ancient_stone": "坚固远古石", + "stone_type.divinerpg.luna_stone": "月影石", + + "stone_type.eldritch_end.spire_stone": "尖塔石", + + "stone_type.endlessbiomes.arkan": "阿肯岩", + "stone_type.endlessbiomes.slipstone": "滑溜岩", + + "stone_type.enlighend_end.palerock": "苍白岩", + "stone_type.enlighend_end.void_shale": "虚空页岩", + + "stone_type.eternal_starlight.toxite": "毒石", + "stone_type.eternal_starlight.grimstone": "阴沉石", + "stone_type.eternal_starlight.glowing_grimstone": "发光阴沉石", + "stone_type.eternal_starlight.voidstone": "虚空石", + "stone_type.eternal_starlight.glowing_voidstone": "发光虚空石", + "stone_type.eternal_starlight.eternal_ice": "恒冰", + "stone_type.eternal_starlight.stellagmite": "星泉岩", + "stone_type.eternal_starlight.molten_stellagmite": "熔融星泉岩", + "stone_type.eternal_starlight.abyssalate": "深渊石", + "stone_type.eternal_starlight.springstone": "泉石", + "mud_type.eternal_starlight.nightfall_mud": "夜泥", + "mud_type.eternal_starlight.glowing_nightfall_mud": "发光夜泥", + + "stone_type.excessive_building.almentra": "埃门岩", + "stone_type.excessive_building.brimstone": "硫磺石", + + "stone_type.flying_stuff.skyrock": "空岩", + "stone_type.flying_stuff.grimstone": "幽暗石", + + "stone_type.forbidden_arcanus.darkstone": "暗黑石", + + "stone_type.goety.shade_stone": "阴影石", + "stone_type.goety.crypt_stone": "墓穴石", + "stone_type.goety.highrock": "高岭石", + "stone_type.goety.siltstone": "粉砂岩", + "stone_type.goety.marble": "大理石", + "stone_type.goety.cragrocks": "峭壁岩", + + "stone_type.gravitation.conglomerate": "砾岩", + + "stone_type.hexcasting.slate": "板岩", + + "stone_type.hibernalherbs.idiosyncratic_stone": "幻融石", + "stone_type.hibernalherbs.necromantic_stone": "凝灵石", + + "stone_type.lost_aether_content.gale_stone": "飓风石", + + "stone_type.malum.tainted_rock": "污秽石", + "stone_type.malum.twisted_rock": "扭曲石", + + "stone_type.meadow.limestone": "石灰石", + + "stone_type.minecells.prison_stone": "牢房石", + "stone_type.minecells.bloomrock": "泛光岩", + + "stone_type.mint.coralsoil": "珊瑚壤", + + "stone_type.natures_spirit.travertine": "洞石", + "stone_type.natures_spirit.chert": "黑硅岩", + "stone_type.natures_spirit.kaolin": "高岭土", + "stone_type.natures_spirit.pink_sandstone": "粉红砂岩", + "stone_type.natures_spirit.white_chalk": "白色白垩岩", + "stone_type.natures_spirit.light_gray_chalk": "淡灰色白垩岩", + "stone_type.natures_spirit.gray_chalk": "灰色白垩岩", + "stone_type.natures_spirit.black_chalk": "黑色白垩岩", + "stone_type.natures_spirit.brown_chalk": "棕色白垩岩", + "stone_type.natures_spirit.red_chalk": "红色白垩岩", + "stone_type.natures_spirit.orange_chalk": "橙色白垩岩", + "stone_type.natures_spirit.yellow_chalk": "黄色白垩岩", + "stone_type.natures_spirit.lime_chalk": "黄绿色白垩岩", + "stone_type.natures_spirit.green_chalk": "绿色白垩岩", + "stone_type.natures_spirit.cyan_chalk": "青色白垩岩", + "stone_type.natures_spirit.light_blue_chalk": "淡蓝色白垩岩", + "stone_type.natures_spirit.blue_chalk": "蓝色白垩岩", + "stone_type.natures_spirit.purple_chalk": "紫色白垩岩", + "stone_type.natures_spirit.magenta_chalk": "品红色白垩岩", + "stone_type.natures_spirit.pink_chalk": "粉红色白垩岩", + "stone_type.natures_spirit.bleached_chalk": "漂色白垩岩", + + "stone_type.netherexp.soul_slate": "魂板岩", + + "stone_type.outer_end.himmel": "天蓝石", + + "stone_type.pasterdream.shadow_stone": "阴影石", + "stone_type.pasterdream.cyan_stone": "苍青岩", + + "stone_type.phantasm.cirite": "黄晶岩", + + "stone_type.pokecube_legends.ultra_stone": "究极石", + "stone_type.pokecube_legends.distortic_stone": "扭曲石", + + "stone_type.promenade.asphalt": "沥青", + "stone_type.promenade.blunite": "蓝岩", + + "stone_type.quark.limestone": "石灰石", + "stone_type.quark.jasper": "碧玉石", + "stone_type.quark.shale": "页岩", + "stone_type.quark.myalite": "幻境石", + "stone_type.quark.permafrost": "永冻石", + "stone_type.quark.soul_sandstone": "灵魂砂岩", + "stone_type.quark.midori": "绿", + "stone_type.quark.duskbound": "黯缚", + "stone_type.quark.shingles": "陶瓦砖瓦", + + "stone_type.railcraft.quarried_stone": "采掘岩", + "stone_type.railcraft.abyssal_stone": "深渊岩", + + "stone_type.regions_unexplored.chalk": "白垩岩", + "stone_type.regions_unexplored.argillite": "泥板岩", + + "stone_type.rubinated_nether.altar_stone": "祭坛石", + + "stone_type.slayersbeasts.pegmatite": "伟晶岩", + + "stone_type.solarcraft.solar_stone": "光芒石", + "stone_type.solarcraft.magistone": "魔石", + + "stone_type.spectrum.blackslag": "黑渣岩", + "stone_type.spectrum.preservation_stone": "保护石", + + "stone_type.spelunkery.nephrite": "软玉", + + "stone_type.supplementaries.ash": "灰烬", + + "stone_type.tconstruct.seared_stone": "焦黑石", + "stone_type.tconstruct.scorched_stone": "焦褐石", + + "stone_type.terrestria.basalt": "火山岩", + + "stone_type.tropicraft.chunk": "集块岩", + + "stone_type.tfc.granite": "花岗岩", + "stone_type.tfc.diorite": "闪长岩", + "stone_type.tfc.gabbro": "辉长岩", + "stone_type.tfc.shale": "页岩", + "stone_type.tfc.claystone": "粘土岩", + "stone_type.tfc.limestone": "石灰岩", + "stone_type.tfc.conglomerate": "砾岩", + "stone_type.tfc.dolomite": "白云岩", + "stone_type.tfc.chert": "硅质岩", + "stone_type.tfc.chalk": "白垩岩", + "stone_type.tfc.rhyolite": "流纹岩", + "stone_type.tfc.basalt": "玄武岩", + "stone_type.tfc.andesite": "安山岩", + "stone_type.tfc.dacite": "英安岩", + "stone_type.tfc.quartzite": "石英岩", + "stone_type.tfc.slate": "板岩", + "stone_type.tfc.phyllite": "千枚岩", + "stone_type.tfc.schist": "片岩", + "stone_type.tfc.gneiss": "片麻岩", + "stone_type.tfc.marble": "大理岩", + "stone_type.tfc.granite_slab": "花岗岩台阶", + "stone_type.tfc.granite_stairs": "花岗岩楼梯", + "stone_type.tfc.granite_wall": "花岗岩墙", + "stone_type.tfc.diorite_slab": "闪长岩台阶", + "stone_type.tfc.diorite_stairs": "闪长岩楼梯", + "stone_type.tfc.diorite_wall": "闪长岩墙", + "stone_type.tfc.gabbro_slab": "辉长岩台阶", + "stone_type.tfc.gabbro_stairs": "辉长岩楼梯", + "stone_type.tfc.gabbro_wall": "辉长岩墙", + "stone_type.tfc.shale_slab": "页岩台阶", + "stone_type.tfc.shale_stairs": "页岩楼梯", + "stone_type.tfc.shale_wall": "页岩墙", + "stone_type.tfc.claystone_slab": "粘土岩台阶", + "stone_type.tfc.claystone_stairs": "粘土岩楼梯", + "stone_type.tfc.claystone_wall": "粘土岩墙", + "stone_type.tfc.limestone_slab": "石灰岩台阶", + "stone_type.tfc.limestone_stairs": "石灰岩楼梯", + "stone_type.tfc.limestone_wall": "石灰岩墙", + "stone_type.tfc.conglomerate_slab": "砾岩台阶", + "stone_type.tfc.conglomerate_stairs": "砾岩楼梯", + "stone_type.tfc.conglomerate_wall": "砾岩墙", + "stone_type.tfc.dolomite_slab": "白云岩台阶", + "stone_type.tfc.dolomite_stairs": "白云岩楼梯", + "stone_type.tfc.dolomite_wall": "白云岩墙", + "stone_type.tfc.chert_slab": "硅质岩台阶", + "stone_type.tfc.chert_stairs": "硅质岩楼梯", + "stone_type.tfc.chert_wall": "硅质岩墙", + "stone_type.tfc.chalk_slab": "白垩岩台阶", + "stone_type.tfc.chalk_stairs": "白垩岩楼梯", + "stone_type.tfc.chalk_wall": "白垩岩墙", + "stone_type.tfc.rhyolite_slab": "流纹岩台阶", + "stone_type.tfc.rhyolite_stairs": "流纹岩楼梯", + "stone_type.tfc.rhyolite_wall": "流纹岩墙", + "stone_type.tfc.basalt_slab": "玄武岩台阶", + "stone_type.tfc.basalt_stairs": "玄武岩楼梯", + "stone_type.tfc.basalt_wall": "玄武岩墙", + "stone_type.tfc.andesite_slab": "安山岩台阶", + "stone_type.tfc.andesite_stairs": "安山岩楼梯", + "stone_type.tfc.andesite_wall": "安山岩墙", + "stone_type.tfc.dacite_slab": "英安岩台阶", + "stone_type.tfc.dacite_stairs": "英安岩楼梯", + "stone_type.tfc.dacite_wall": "英安岩墙", + "stone_type.tfc.quartzite_slab": "石英岩台阶", + "stone_type.tfc.quartzite_stairs": "石英岩楼梯", + "stone_type.tfc.quartzite_wall": "石英岩墙", + "stone_type.tfc.slate_slab": "板岩台阶", + "stone_type.tfc.slate_stairs": "板岩楼梯", + "stone_type.tfc.slate_wall": "板岩墙", + "stone_type.tfc.phyllite_slab": "千枚岩台阶", + "stone_type.tfc.phyllite_stairs": "千枚岩楼梯", + "stone_type.tfc.phyllite_wall": "千枚岩墙", + "stone_type.tfc.schist_slab": "片岩台阶", + "stone_type.tfc.schist_stairs": "片岩楼梯", + "stone_type.tfc.schist_wall": "片岩墙", + "stone_type.tfc.gneiss_slab": "片麻岩台阶", + "stone_type.tfc.gneiss_stairs": "片麻岩楼梯", + "stone_type.tfc.gneiss_wall": "片麻岩墙", + "stone_type.tfc.marble_slab": "大理岩台阶", + "stone_type.tfc.marble_stairs": "大理岩楼梯", + "stone_type.tfc.marble_wall": "大理岩墙", + + "stone_type.twigs.silt": "粉砂", + "stone_type.twigs.rhyolite": "流纹岩", + "stone_type.twigs.schist": "片岩", + "stone_type.twigs.bloodstone": "血石", + + "stone_type.undergarden.depthrock": "渊邃石", + "stone_type.undergarden.shiverstone": "寒栗石", + "stone_type.undergarden.tremblecrust": "颤动地壳", + + "stone_type.unearthed.dacite": "英安岩", + + "stone_type.unusualend.gneiss": "片麻岩", + "stone_type.unusualend.gloopstone": "颂黏石", + "stone_type.unusualend.gloopslate": "颂黏板岩", + "stone_type.unusualend.warped_stone": "诡异石", + + "stone_type.upgrade_aquatic.coralstone": "珊瑚石", + + "stone_type.what_is_stone.anthracite": "无烟煤", + "stone_type.what_is_stone.white_granite": "白色花岗岩", + "stone_type.what_is_stone.white_limestone": "白色石灰岩", + "stone_type.what_is_stone.arkosic_sandstone": "长石砂岩", + "stone_type.what_is_stone.black_marble": "黑色大理岩", + "stone_type.what_is_stone.grey_limestone": "灰色石灰岩", + "stone_type.what_is_stone.pumice": "浮岩", + "stone_type.what_is_stone.gneiss": "片麻岩", + "stone_type.what_is_stone.marble": "白色大理岩", + "stone_type.what_is_stone.limestone": "淡棕色石灰岩", + "stone_type.what_is_stone.conglomerate": "砾岩", + "stone_type.what_is_stone.dacite": "英安岩", + "stone_type.what_is_stone.gabbro": "辉长岩", + "stone_type.what_is_stone.breccia": "角砾岩", + "stone_type.what_is_stone.dolomite": "白云岩", + "stone_type.what_is_stone.rhyolite": "流纹岩", + "stone_type.what_is_stone.shale": "页岩", + "stone_type.what_is_stone.pegmatite": "伟晶岩", + "stone_type.what_is_stone.slate": "板岩", + "stone_type.what_is_stone.schist": "片岩", + "stone_type.what_is_stone.scoria": "熔渣", + "stone_type.what_is_stone.serpentinite": "蛇纹岩", + "stone_type.what_is_stone.soapstone": "皂石", + "stone_type.what_is_stone.mudstone": "泥岩", + "stone_type.what_is_stone.peridotite": "橄榄岩", + "stone_type.what_is_stone.quartzite": "石英岩", + + "stone_type.wildlands.conglomerate": "砾岩", + "stone_type.wildlands.gabbro": "辉长岩", + "stone_type.wildlands.dolerite": "粗玄岩" +} \ No newline at end of file From ffba314ca630f1f4922ef03eaed9195ce8b0e077 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Tue, 20 May 2025 18:04:51 +0800 Subject: [PATCH 55/55] =?UTF-8?q?StoneZone=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 --- .../stone-zone/stonezone/lang/en_us.json | 2 ++ .../stone-zone/stonezone/lang/zh_cn.json | 35 ++++++++++++++++--- .../stone-zone/stonezone/lang/zh_cn.json | 33 ++++++++++++++--- 3 files changed, 60 insertions(+), 10 deletions(-) diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json index 75b1fe02c0c4..02c8b802bf47 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/en_us.json @@ -120,6 +120,8 @@ "block_type.stonechest.chest": "%s Chest", "item_type.stonechest.part": "%s Part", + + "block_type.mcwbridges.bridge":"%s Bridge", "block_type.mcwbridges.brick_bridge":"%s Brick Bridge", "block_type.mcwbridges.mossy_brick_bridge":"Mossy %s Brick Bridge", "block_type.mcwbridges.bridge_pier":"%s Bridge Support", diff --git a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json index 0e73b826a780..2225075e6ee6 100644 --- a/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.20/assets/stone-zone/stonezone/lang/zh_cn.json @@ -117,6 +117,8 @@ "block_type.stonechest.chest": "%s箱子", "item_type.stonechest.part": "%s部件", + + "block_type.mcwbridges.bridge": "%s桥", "block_type.mcwbridges.brick_bridge": "%s砖桥", "block_type.mcwbridges.mossy_brick_bridge": "覆苔%s砖桥", "block_type.mcwbridges.bridge_pier": "%s桥梁支架", @@ -364,6 +366,15 @@ "stone_type.ad_astra.glacio_stone": "霜原石", "stone_type.ad_astra.conglomerate": "砾岩", + "stone_type.aerialhell.aerial_stone": "天星石", + "stone_type.aerialhell.glaucophanite": "蓝闪岩", + "stone_type.aerialhell.lunatic_stone": "月光石", + "stone_type.aerialhell.volucite_stone": "蓝晶石", + "stone_type.aerialhell.dark_lunatic_stone": "暗月光石", + "stone_type.aerialhell.slippery_sand_stone": "滑沙砂岩", + "stone_type.aerialhell.smoky_quartz": "烟黑石英", + "stone_type.aerialhell.aerial_netherrack": "界炎石", + "stone_type.aether.holystone": "圣石", "stone_type.aether.carved_stone": "雕纹石", "stone_type.aether.angelic_stone": "天灵石", @@ -477,6 +488,7 @@ "stone_type.bountifulfares.feldspar": "长石", "stone_type.caverns_and_chasms.sugilite": "苏纪石", + "stone_type.caverns_and_chasms.cassiterite": "锡石", "stone_type.create.asurine": "皓蓝石", "stone_type.create.crimsite": "绯红岩", @@ -590,7 +602,7 @@ "stone_type.netherexp.soul_slate": "魂板岩", - "stone_type.outer_end.himmel": "天蓝石", + "stone_type.outer_end.violite": "紫暗石", "stone_type.pasterdream.shadow_stone": "阴影石", "stone_type.pasterdream.cyan_stone": "苍青岩", @@ -600,6 +612,13 @@ "stone_type.pokecube_legends.ultra_stone": "究极石", "stone_type.pokecube_legends.distortic_stone": "扭曲石", + "stone_type.prehistoricfauna.chalk": "白垩岩", + "stone_type.prehistoricfauna.henostone": "埃诺斯石", + "stone_type.prehistoricfauna.sandstone": "砂岩", + "stone_type.prehistoricfauna.siltstone": "粉砂岩", + + "stone_type.projectred_exploration.marble": "沥青", + "stone_type.promenade.asphalt": "沥青", "stone_type.promenade.blunite": "蓝岩", @@ -609,7 +628,6 @@ "stone_type.quark.myalite": "幻境石", "stone_type.quark.permafrost": "永冻石", "stone_type.quark.soul_sandstone": "灵魂砂岩", - "stone_type.quark.midori": "绿", "stone_type.quark.duskbound": "黯缚", "stone_type.quark.shingles": "陶瓦砖瓦", @@ -619,7 +637,17 @@ "stone_type.regions_unexplored.chalk": "白垩岩", "stone_type.regions_unexplored.argillite": "泥板岩", + "stone_type.rockyminerals.anhydrite": "硬石膏", + "stone_type.rockyminerals.blue_calcite": "蓝色方解石", + "stone_type.rockyminerals.halite": "石盐", + "stone_type.rockyminerals.opal": "蛋白石", + "stone_type.rockyminerals.pumice": "浮岩", + "stone_type.rockyminerals.rhyolite": "流纹岩", + "stone_type.rockyminerals.saltstone": "盐岩", + "stone_type.rockyminerals.worn_granite": "风化花岗岩", + "stone_type.rubinated_nether.altar_stone": "祭坛石", + "stone_type.rubinated_nether.shrine_stone": "神殿石", "stone_type.slayersbeasts.pegmatite": "伟晶岩", @@ -631,8 +659,6 @@ "stone_type.spelunkery.nephrite": "软玉", - "stone_type.supplementaries.ash": "灰烬", - "stone_type.tconstruct.seared_stone": "焦黑石", "stone_type.tconstruct.scorched_stone": "焦褐石", @@ -721,7 +747,6 @@ "stone_type.tfc.marble_stairs": "大理岩楼梯", "stone_type.tfc.marble_wall": "大理岩墙", - "stone_type.twigs.silt": "粉砂", "stone_type.twigs.rhyolite": "流纹岩", "stone_type.twigs.schist": "片岩", "stone_type.twigs.bloodstone": "血石", diff --git a/projects/1.21/assets/stone-zone/stonezone/lang/zh_cn.json b/projects/1.21/assets/stone-zone/stonezone/lang/zh_cn.json index 78c843b4e93f..28212a69cb21 100644 --- a/projects/1.21/assets/stone-zone/stonezone/lang/zh_cn.json +++ b/projects/1.21/assets/stone-zone/stonezone/lang/zh_cn.json @@ -339,6 +339,15 @@ "stone_type.ad_astra.glacio_stone": "霜原石", "stone_type.ad_astra.conglomerate": "砾岩", + "stone_type.aerialhell.aerial_stone": "天星石", + "stone_type.aerialhell.glaucophanite": "蓝闪岩", + "stone_type.aerialhell.lunatic_stone": "月光石", + "stone_type.aerialhell.volucite_stone": "蓝晶石", + "stone_type.aerialhell.dark_lunatic_stone": "暗月光石", + "stone_type.aerialhell.slippery_sand_stone": "滑沙砂岩", + "stone_type.aerialhell.smoky_quartz": "烟黑石英", + "stone_type.aerialhell.aerial_netherrack": "界炎石", + "stone_type.aether.holystone": "圣石", "stone_type.aether.carved_stone": "雕纹石", "stone_type.aether.angelic_stone": "天灵石", @@ -452,6 +461,7 @@ "stone_type.bountifulfares.feldspar": "长石", "stone_type.caverns_and_chasms.sugilite": "苏纪石", + "stone_type.caverns_and_chasms.cassiterite": "锡石", "stone_type.create.asurine": "皓蓝石", "stone_type.create.crimsite": "绯红岩", @@ -565,7 +575,7 @@ "stone_type.netherexp.soul_slate": "魂板岩", - "stone_type.outer_end.himmel": "天蓝石", + "stone_type.outer_end.violite": "紫暗石", "stone_type.pasterdream.shadow_stone": "阴影石", "stone_type.pasterdream.cyan_stone": "苍青岩", @@ -575,6 +585,13 @@ "stone_type.pokecube_legends.ultra_stone": "究极石", "stone_type.pokecube_legends.distortic_stone": "扭曲石", + "stone_type.prehistoricfauna.chalk": "白垩岩", + "stone_type.prehistoricfauna.henostone": "埃诺斯石", + "stone_type.prehistoricfauna.sandstone": "砂岩", + "stone_type.prehistoricfauna.siltstone": "粉砂岩", + + "stone_type.projectred_exploration.marble": "沥青", + "stone_type.promenade.asphalt": "沥青", "stone_type.promenade.blunite": "蓝岩", @@ -584,7 +601,6 @@ "stone_type.quark.myalite": "幻境石", "stone_type.quark.permafrost": "永冻石", "stone_type.quark.soul_sandstone": "灵魂砂岩", - "stone_type.quark.midori": "绿", "stone_type.quark.duskbound": "黯缚", "stone_type.quark.shingles": "陶瓦砖瓦", @@ -594,7 +610,17 @@ "stone_type.regions_unexplored.chalk": "白垩岩", "stone_type.regions_unexplored.argillite": "泥板岩", + "stone_type.rockyminerals.anhydrite": "硬石膏", + "stone_type.rockyminerals.blue_calcite": "蓝色方解石", + "stone_type.rockyminerals.halite": "石盐", + "stone_type.rockyminerals.opal": "蛋白石", + "stone_type.rockyminerals.pumice": "浮岩", + "stone_type.rockyminerals.rhyolite": "流纹岩", + "stone_type.rockyminerals.saltstone": "盐岩", + "stone_type.rockyminerals.worn_granite": "风化花岗岩", + "stone_type.rubinated_nether.altar_stone": "祭坛石", + "stone_type.rubinated_nether.shrine_stone": "神殿石", "stone_type.slayersbeasts.pegmatite": "伟晶岩", @@ -606,8 +632,6 @@ "stone_type.spelunkery.nephrite": "软玉", - "stone_type.supplementaries.ash": "灰烬", - "stone_type.tconstruct.seared_stone": "焦黑石", "stone_type.tconstruct.scorched_stone": "焦褐石", @@ -696,7 +720,6 @@ "stone_type.tfc.marble_stairs": "大理岩楼梯", "stone_type.tfc.marble_wall": "大理岩墙", - "stone_type.twigs.silt": "粉砂", "stone_type.twigs.rhyolite": "流纹岩", "stone_type.twigs.schist": "片岩", "stone_type.twigs.bloodstone": "血石",