From 14d3752154dae0706ea1c7d6fabece2882ca71d1 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 13:53:33 -0400 Subject: [PATCH] Tweaked "Grass Block (Snow)" name to "(Snowy)" so it's easier to find --- 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 93237e02..f3e46eb8 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -70,7 +70,7 @@ { "mob_spawner": "Monster Spawner" }, { "snow": "Snow" }, { "ice": "Ice" }, - { "snow_side": "Grass Block (Snow) (Side)" }, + { "snow_side": "Grass Block (Snowy) (Side)" }, { "cactus_top": "Cactus (Top)" }, { "cactus_side": "Cactus (Side)" }, { "cactus_bottom": "Cactus (Bottom)" },