From 8d75144bbff86e2a9c059079bcf8e27abeb595cd Mon Sep 17 00:00:00 2001 From: mfishma Date: Mon, 14 Sep 2026 12:33:47 -0700 Subject: [PATCH 1/3] =?UTF-8?q?straw=20bed=20sounds,=20red=5Fshrub=20?= =?UTF-8?q?=E2=86=92=20crimson=5Froots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mappings/diff/mapping-26.3to26.2.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/mappings/diff/mapping-26.3to26.2.json b/mappings/diff/mapping-26.3to26.2.json index bdc49ed..f550e67 100644 --- a/mappings/diff/mapping-26.3to26.2.json +++ b/mappings/diff/mapping-26.3to26.2.json @@ -1,7 +1,7 @@ { "blockstates": { "poplar_planks": "birch_planks", - "red_shrub": "bush", + "red_shrub": "crimson_roots", "potted_poplar_sapling": "potted_birch_sapling", "yellow_wool_slab": "polished_sulfur_slab[", "yellow_wool_stairs": "polished_sulfur_stairs[", @@ -135,7 +135,7 @@ "red_poplar_leaves": "oak_leaves", "orange_poplar_leaves": "oak_leaves", "yellow_poplar_leaves": "oak_leaves", - "red_shrub": "bush", + "red_shrub": "crimson_roots", "white_wool_stairs": "quartz_stairs", "orange_wool_stairs": "acacia_stairs", "magenta_wool_stairs": "purpur_stairs", @@ -237,7 +237,6 @@ "snowy_village_map": "filled_map", "taiga_village_map": "filled_map", "buried_treasure_map": "filled_map", - "ancient_city_map": "filled_map", "desert_pyramid_map": "filled_map", "warm_ocean_ruins_map": "filled_map", "buried_ancient_city_map": "filled_map", @@ -265,12 +264,12 @@ "block.poplar_leaves.fall": "block.leaf_litter.fall", "block.poplar_leaves.place": "block.leaf_litter.place", "block.poplar_leaves.step": "block.leaf_litter.step", - "block.straw_bed.break": "block.grass.break", - "block.straw_bed.break_leave": "", - "block.straw_bed.step": "", - "block.straw_bed.place": "", - "block.straw_bed.hit": "", - "block.straw_bed.fall": "", + "block.straw_bed.break": "block.spore_blossom.break", + "block.straw_bed.break_leave": "block.grass.break", + "block.straw_bed.step": "block.grass.step", + "block.straw_bed.place": "block.spore_blossom.place", + "block.straw_bed.hit": "block.grass.hit", + "block.straw_bed.fall": "block.grass.fall", "block.red_shrub.break": "block.leaf_litter.break", "block.red_shrub.place": "block.leaf_litter.place" }, From 2ff7f8ce7536e3e5bf5c5e6d45c87baba95f070b Mon Sep 17 00:00:00 2001 From: mfishma Date: Mon, 14 Sep 2026 20:01:27 -0700 Subject: [PATCH 2/3] =?UTF-8?q?straw=5Fbed=20=E2=86=92=20yellow=5Fbed=20(n?= =?UTF-8?q?ot=20yellow=5Fcarpet)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mappings/diff/mapping-26.3to26.2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/diff/mapping-26.3to26.2.json b/mappings/diff/mapping-26.3to26.2.json index f550e67..2d749c1 100644 --- a/mappings/diff/mapping-26.3to26.2.json +++ b/mappings/diff/mapping-26.3to26.2.json @@ -198,7 +198,7 @@ "green_cushion": "green_carpet", "red_cushion": "red_carpet", "black_cushion": "black_carpet", - "straw_bed": "yellow_carpet", + "straw_bed": "yellow_bed", "white_concrete_stairs": "quartz_stairs", "orange_concrete_stairs": "acacia_stairs", "magenta_concrete_stairs": "purpur_stairs", From 141c9ef8ab17b053f3b50e44e49952817b6c4c65 Mon Sep 17 00:00:00 2001 From: mfishma Date: Wed, 16 Sep 2026 01:40:55 -0700 Subject: [PATCH 3/3] reverses "facing" direction because consistency? --- mappings/diff/mapping-26.3to26.2.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mappings/diff/mapping-26.3to26.2.json b/mappings/diff/mapping-26.3to26.2.json index 2d749c1..dd263f5 100644 --- a/mappings/diff/mapping-26.3to26.2.json +++ b/mappings/diff/mapping-26.3to26.2.json @@ -56,7 +56,14 @@ "poplar_wood": "birch_log[", "stripped_poplar_log": "stripped_birch_log[", "stripped_poplar_wood": "stripped_birch_wood[", - "shelf_mushroom": "cocoa[", + "shelf_mushroom[age=0,facing=north]": "cocoa[age=0,facing=south]", + "shelf_mushroom[age=0,facing=south]": "cocoa[age=0,facing=north]", + "shelf_mushroom[age=0,facing=west]": "cocoa[age=0,facing=east]", + "shelf_mushroom[age=0,facing=east]": "cocoa[age=0,facing=west]", + "shelf_mushroom[age=1,facing=north]": "cocoa[age=1,facing=south]", + "shelf_mushroom[age=1,facing=south]": "cocoa[age=1,facing=north]", + "shelf_mushroom[age=1,facing=west]": "cocoa[age=1,facing=east]", + "shelf_mushroom[age=1,facing=east]": "cocoa[age=1,facing=west]", "straw_bed": "yellow_bed[", "white_concrete_stairs": "quartz_stairs[", "orange_concrete_stairs": "acacia_stairs[",