From 5435ea2c73430d79c47b31c77c0854abd3e4cf5a Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:01:18 -0400 Subject: [PATCH] Changed "Chorus Fruit (Popped)" to "Popped Chorus Fruit" 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 604c2e81..b253758b 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -611,7 +611,7 @@ { "map": "Map" }, { "seeds_pumpkin": "Pumpkin Seeds" }, { "seeds_melon": "Melon Seeds" }, - { "chorus_fruit_popped": "Chorus Fruit (Popped)" }, + { "chorus_fruit_popped": "Popped Chorus Fruit" }, { "swordWood": "Wooden Sword" }, { "swordStone": "Stone Sword" }, { "swordIron": "Iron Sword" },