From 6dcaf93e65215dccc1f106a0777d990b15677c0e Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 14:17:44 -0400 Subject: [PATCH] Changed "Jungle Sapling" to "Jungle Tree Sapling" to match in game name --- PCK-Studio/Resources/tileData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index f18a8874..20e89184 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -32,7 +32,7 @@ { "dropper_front_horizontal": "Dropper (Front)" }, { "mushroom_red": "Red Mushroom" }, { "mushroom_brown": "Brown Mushroom" }, - { "sapling_jungle": "Jungle Sapling" }, + { "sapling_jungle": "Jungle Tree Sapling" }, { "fire_0": "Fire (Layer 1)" }, { "gold_ore": "Gold Ore" }, { "iron_ore": "Iron Ore" },