From 5b1bbc9f2c57889d4e3be48e4351f878755f5b6d Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:19:02 -0400 Subject: [PATCH] Fixed "Fire Charge" displaying as "Fireball" --- 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 c3257ab9..f15f6019 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -594,7 +594,7 @@ { "doorWood": "Oak Door" }, { "doorIron": "Iron Door" }, { "bed": "Bed" }, - { "fireball": "Fireball" }, + { "fireball": "Fire Charge" }, { "chorus_fruit": "Chorus Fruit" }, { "bootsCloth": "Leather Boots" }, { "bootsChain": "Chain Boots" },