From 5cf3542e8b54d06d849eb65356b3cc64fabfd1e4 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 15:43:49 -0400 Subject: [PATCH] Fixed "Dead Coral Fan" names to match in game names --- PCK-Studio/Resources/tileData.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index 45d8c1fd..558be9ec 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -523,11 +523,11 @@ { "": "" }, { "": "" }, { "seagrass": "Seagrass" }, - { "coral_fan_blue_dead": "Tube Coral Fan (Dead)" }, - { "coral_fan_purple_dead": "Bubble Coral Fan (Dead)" }, - { "coral_fan_pink_dead": "Brain Coral Fan (Dead)" }, - { "coral_fan_red_dead": "Red Coral Fan (Dead)" }, - { "coral_fan_yellow_dead": "Horn Coral Fan (Dead)" }, + { "coral_fan_blue_dead": "Dead Tube Coral Fan" }, + { "coral_fan_purple_dead": "Dead Bubble Coral Fan" }, + { "coral_fan_pink_dead": "Dead Brain Coral Fan" }, + { "coral_fan_red_dead": "Dead Fire Coral Fan" }, + { "coral_fan_yellow_dead": "Dead Horn Coral Fan" }, { "": "" }, { "spruce_trapdoor": "Spruce Trapdoor" }, { "stripped_log_oak": "Stripped Oak Log (Side)" },