From 6781c4197b90fd0930f7309cab7414f610cc22e3 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:46:21 +0900 Subject: [PATCH] Change wildflowers and leaf_litter mappings --- mappings/diff/mapping-1.21.5to1.21.4.json | 25 ++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/mappings/diff/mapping-1.21.5to1.21.4.json b/mappings/diff/mapping-1.21.5to1.21.4.json index 8e9f352..67c1484 100644 --- a/mappings/diff/mapping-1.21.5to1.21.4.json +++ b/mappings/diff/mapping-1.21.5to1.21.4.json @@ -18,8 +18,23 @@ "creaking_heart[axis=z,creaking_heart_state=dormant,natural=false]": "creaking_heart[active=false,axis=z,natural=false]", "creaking_heart[axis=z,creaking_heart_state=awake,natural=true]": "creaking_heart[active=true,axis=z,natural=true]", "creaking_heart[axis=z,creaking_heart_state=awake,natural=false]": "creaking_heart[active=true,axis=z,natural=false]", - "wildflowers": "glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false]", - "leaf_litter": "glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false]", + "wildflowers": "pink_petals[", + "leaf_litter[facing=north,segment_amount=1]": "pink_petals[facing=north,flower_amount=1]", + "leaf_litter[facing=north,segment_amount=2]": "pink_petals[facing=north,flower_amount=2]", + "leaf_litter[facing=north,segment_amount=3]": "pink_petals[facing=north,flower_amount=3]", + "leaf_litter[facing=north,segment_amount=4]": "pink_petals[facing=north,flower_amount=4]", + "leaf_litter[facing=south,segment_amount=1]": "pink_petals[facing=south,flower_amount=1]", + "leaf_litter[facing=south,segment_amount=2]": "pink_petals[facing=south,flower_amount=2]", + "leaf_litter[facing=south,segment_amount=3]": "pink_petals[facing=south,flower_amount=3]", + "leaf_litter[facing=south,segment_amount=4]": "pink_petals[facing=south,flower_amount=4]", + "leaf_litter[facing=west,segment_amount=1]": "pink_petals[facing=west,flower_amount=1]", + "leaf_litter[facing=west,segment_amount=2]": "pink_petals[facing=west,flower_amount=2]", + "leaf_litter[facing=west,segment_amount=3]": "pink_petals[facing=west,flower_amount=3]", + "leaf_litter[facing=west,segment_amount=4]": "pink_petals[facing=west,flower_amount=4]", + "leaf_litter[facing=east,segment_amount=1]": "pink_petals[facing=east,flower_amount=1]", + "leaf_litter[facing=east,segment_amount=2]": "pink_petals[facing=east,flower_amount=2]", + "leaf_litter[facing=east,segment_amount=3]": "pink_petals[facing=east,flower_amount=3]", + "leaf_litter[facing=east,segment_amount=4]": "pink_petals[facing=east,flower_amount=4]", "test_block[mode=start]": "structure_block[mode=load]", "test_block[mode=log]": "structure_block[mode=load]", "test_block[mode=fail]": "structure_block[mode=load]", @@ -32,8 +47,8 @@ "cactus_flower": "brain_coral_fan[waterlogged=false]" }, "items": { - "wildflowers": "glow_lichen", - "leaf_litter": "glow_lichen", + "wildflowers": "pink_petals", + "leaf_litter": "pink_petals", "test_block": "structure_block", "test_instance_block": "structure_block", "bush": "short_grass", @@ -159,4 +174,4 @@ "splash_potion": "potion", "lingering_potion": "potion" } -} \ No newline at end of file +}