From a5915a4beb6ddddaadd966b4c9a16f7fa6c843ae Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 14:53:14 -0400 Subject: [PATCH] Changed Mushroom names to match in game names --- PCK-Studio/Resources/tileData.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index 023d0ea7..056d6d9c 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -30,8 +30,8 @@ { "emerald_block": "Block of Emerald" }, { "redstone_block": "Redstone Block" }, { "dropper_front_horizontal": "Dropper (Front)" }, - { "mushroom_red": "Red Mushroom" }, - { "mushroom_brown": "Brown Mushroom" }, + { "mushroom_red": "Mushroom (Red)" }, + { "mushroom_brown": "Mushroom (Brown)" }, { "sapling_jungle": "Jungle Tree Sapling" }, { "fire_0": "Fire (Layer 1)" }, { "gold_ore": "Gold Ore" },