From 17accd692914d3577db6b6fce6fcf65c5abec0c9 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Thu, 10 Aug 2023 13:38:37 +0200 Subject: [PATCH] tileData.json - Added color entry for tall grass and fern --- PCK-Studio/Resources/tileData.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index 7c39e80b..fed76cab 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -182,7 +182,18 @@ }, { "internalName": "tallgrass", - "displayName": "Tall Grass" + "displayName": "Tall Grass", + "hasColourEntry": true, + "colourEntry": { + "isWaterColour": false, + "defaultName": "Grass_Common", + "variants": [ + "Grass_Common", + "Grass_Mesa", + "Grass_Swamp1", + "Grass_Swamp2" + ] + } }, { "internalName": "dispenser_front_vertical", @@ -274,7 +285,18 @@ }, { "internalName": "fern", - "displayName": "Fern" + "displayName": "Fern", + "hasColourEntry": true, + "colourEntry": { + "isWaterColour": false, + "defaultName": "Grass_Common", + "variants": [ + "Grass_Common", + "Grass_Mesa", + "Grass_Swamp1", + "Grass_Swamp2" + ] + } }, { "internalName": "daylight_detector_top",