From 24a7215e951dc001b6075bb4e4e7484094779b32 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 18:09:51 -0400 Subject: [PATCH] Changed "Turtle Egg" variants to "Sea Turtle Egg" to match in game names --- PCK-Studio/Resources/tileData.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index 13902259..b8a278e3 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -137,7 +137,7 @@ { "leaves_spruce": "Spruce Leaves" }, { "leaves_spruce_opaque": "Spruce Leaves (Opaque)" }, { "conduit_top": "Conduit (Break Particles)" }, - { "turtle_egg_hatch_0": "Turtle Egg (Stage 1)" }, + { "turtle_egg_hatch_0": "Sea Turtle Egg (Stage 1)" }, { "melon_side": "Melon (Side)" }, { "melon_top": "Melon (Top)" }, { "cauldron_top": "Cauldron (Top)" }, @@ -153,8 +153,8 @@ { "glass_pane_top": "Glass Pane (Top)" }, { "chest_top": "Chest (Break Particles)" }, { "ender_chest_top": "Ender Chest (Break Particles)" }, - { "turtle_egg_hatch_1": "Turtle Egg (Stage 2)" }, - { "turtle_egg_hatch_2": "Turtle Egg (Stage 3)" }, + { "turtle_egg_hatch_1": "Sea Turtle Egg (Stage 2)" }, + { "turtle_egg_hatch_2": "Sea Turtle Egg (Stage 3)" }, { "log_jungle": "Jungle Wood (Side)" }, { "cauldron_side": "Cauldron (Side)" }, { "cauldron_bottom": "Cauldron (Bottom)" },