From 14ecdffaf5c02bacf454fcda2d5a82542030dbae Mon Sep 17 00:00:00 2001 From: jhqwqmc <2110242767@qq.com> Date: Fri, 28 Mar 2025 12:53:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(crop):=20=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/configuration/categories.yml | 3 +- .../default/configuration/plants.yml | 44 +++---------------- 2 files changed, 8 insertions(+), 39 deletions(-) diff --git a/bukkit/loader/src/main/resources/resources/default/configuration/categories.yml b/bukkit/loader/src/main/resources/resources/default/configuration/categories.yml index e99de8717..328706d8c 100644 --- a/bukkit/loader/src/main/resources/resources/default/configuration/categories.yml +++ b/bukkit/loader/src/main/resources/resources/default/configuration/categories.yml @@ -61,4 +61,5 @@ categories: - default:reed - default:flame_cane - default:gunpowder_block - - default:solid_gunpowder_block \ No newline at end of file + - default:solid_gunpowder_block + - default:ender_pearl_crop_seed \ No newline at end of file diff --git a/bukkit/loader/src/main/resources/resources/default/configuration/plants.yml b/bukkit/loader/src/main/resources/resources/default/configuration/plants.yml index 93b12fd24..46421ed0c 100644 --- a/bukkit/loader/src/main/resources/resources/default/configuration/plants.yml +++ b/bukkit/loader/src/main/resources/resources/default/configuration/plants.yml @@ -227,7 +227,7 @@ blocks: parent: "minecraft:block/crop" textures: "crop": "minecraft:block/custom/ender_pearl_crop_stage1" - age1: + ripe: state: "sugar_cane:4" models: - path: "minecraft:block/custom/ender_pearl_crop_stage2" @@ -235,56 +235,24 @@ blocks: parent: "minecraft:block/crop" textures: "crop": "minecraft:block/custom/ender_pearl_crop_stage2" - age2: - state: "sugar_cane:5" - models: - - path: "minecraft:block/custom/ender_pearl_crop_stage3" - generation: - parent: "minecraft:block/crop" - textures: - "crop": "minecraft:block/custom/ender_pearl_crop_stage3" - age3: - state: "sugar_cane:6" - models: - - path: "minecraft:block/custom/ender_pearl_crop_stage4" - generation: - parent: "minecraft:block/crop" - textures: - "crop": "minecraft:block/custom/ender_pearl_crop_stage4" - age4: - state: "sugar_cane:7" - models: - - path: "minecraft:block/custom/ender_pearl_crop_stage5" - generation: - parent: "minecraft:block/crop" - textures: - "crop": "minecraft:block/custom/ender_pearl_crop_stage5" - age5: - state: "sugar_cane:8" - models: - - path: "minecraft:block/custom/ender_pearl_crop_stage6" - generation: - parent: "minecraft:block/crop" - textures: - "crop": "minecraft:block/custom/ender_pearl_crop_stage6" variants: age=0: appearance: default id: 8 age=1: - appearance: age1 + appearance: default id: 9 age=2: - appearance: age2 + appearance: default id: 10 age=3: - appearance: age3 + appearance: default id: 11 age=4: - appearance: age4 + appearance: default id: 12 age=5: - appearance: age5 + appearance: ripe id: 13 recipes: default:paper_from_reed: