From e12e79506b70cea99bda2555aabf78f92d391727 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 14:47:25 -0400 Subject: [PATCH] Added "Shrub" to "Dead Bush" name to help find it --- 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 18eed314..023d0ea7 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -57,7 +57,7 @@ { "leaves": "Oak Leaves" }, { "leaves_opaque": "Oak Leaves (Opaque)" }, { "stonebrick": "Stone Bricks" }, - { "deadbush": "Dead Bush" }, + { "deadbush": "Dead Bush/Shrub" }, { "fern": "Fern" }, { "daylight_detector_top": "Daylight Sensor (Top)" }, { "daylight_detector_side": "Daylight Sensor (Side)" },