From 283f3246af9a909370aac0f4de1dbaa1efac9434 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:03:41 -0400 Subject: [PATCH] Fixed "Cocoa Beans" incorrectly displayed as "Brown 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 b253758b..051cabfe 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -674,7 +674,7 @@ { "ghastTear": "Ghast Tear" }, { "goldNugget": "Gold Nugget" }, { "netherStalkSeeds": "Nether Wart" }, - { "dyePowder_brown": "Brown Dye" }, + { "dyePowder_brown": "Cocoa Beans" }, { "dyePowder_yellow": "Yellow Dye" }, { "hoeWood": "Wooden Hoe" }, { "hoeStone": "Stone Hoe" },