From d3ecbdd78352bccad34bcd494e457152f07e4c53 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:04:27 -0400 Subject: [PATCH] Fixed "Dandelion Yellow" incorrectly displayed as "Yellow Dye" --- 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 051cabfe..3b12eef6 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -675,7 +675,7 @@ { "goldNugget": "Gold Nugget" }, { "netherStalkSeeds": "Nether Wart" }, { "dyePowder_brown": "Cocoa Beans" }, - { "dyePowder_yellow": "Yellow Dye" }, + { "dyePowder_yellow": "Dandelion Yellow" }, { "hoeWood": "Wooden Hoe" }, { "hoeStone": "Stone Hoe" }, { "hoeIron": "Iron Hoe" },