From 8d6cc180eb18afa08f3345aa7cf3428450026a59 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:09:29 -0400 Subject: [PATCH] Fixed "Tropical Fish" incorrectly displaying as "Clownfish" --- 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 803834d2..0e9a5069 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -714,7 +714,7 @@ { "name_tag": "Name Tag" }, { "lead": "Lead" }, { "netherbrick": "Nether Brick" }, - { "fish_clownfish_raw": "Clownfish" }, + { "fish_clownfish_raw": "Tropical Fish" }, { "minecart_furnace": "Minecart with Furnace" }, { "charcoal": "Charcoal" }, { "monsterPlacer_overlay": "Spawn Egg (Overlay)" },