From 2fb8589650b2472a615ccd27e6f34a1ce9680b39 Mon Sep 17 00:00:00 2001 From: jhqwqmc <2110242767@qq.com> Date: Sat, 21 Jun 2025 08:11:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(block):=20=E5=AE=8C=E6=88=90=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E9=85=8D=E7=BD=AE=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/configuration/palm_tree.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/common-files/src/main/resources/resources/default/configuration/palm_tree.yml b/common-files/src/main/resources/resources/default/configuration/palm_tree.yml index 08e6c92c4..8ea28a920 100644 --- a/common-files/src/main/resources/resources/default/configuration/palm_tree.yml +++ b/common-files/src/main/resources/resources/default/configuration/palm_tree.yml @@ -535,7 +535,7 @@ items: top: minecraft:block/custom/palm_planks model_double_path: minecraft:block/custom/palm_planks default:palm_stairs: - material: paper + material: nether_brick custom-model-data: 1010 model: type: minecraft:model @@ -626,14 +626,14 @@ recipes: result: id: default:palm_slab count: 6 -# default:palm_stairs: -# type: shaped -# pattern: -# - A -# - AA -# - AAA -# ingredients: -# A: default:palm_planks -# result: -# id: default:palm_stairs -# count: 4 \ No newline at end of file + default:palm_stairs: + type: shaped + pattern: + - A + - AA + - AAA + ingredients: + A: default:palm_planks + result: + id: default:palm_stairs + count: 4 \ No newline at end of file