From 14d750f6549e5e5571d7634c29784ffdc87d3cc5 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:21:12 -0400 Subject: [PATCH] Fixed "Tropical Helmet" incorrectly displaying as "Turtle Shell" --- 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 f15f6019..ae1df78b 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -816,7 +816,7 @@ { "sea_pickle": "Sea Pickle" }, { "nautilus": "Nautilus Shell" }, { "nautilus_core": "Heart of the Sea" }, - { "turtle_helmet": "Turtle Helmet" }, + { "turtle_helmet": "Turtle Shell" }, { "turtle_shell_piece": "Scute" }, { "trident": "Trident" }, { "phantom_membrane": "Phantom Membrane" }