From 904d71b509421a434db3afeec0eb9fe835640d1b Mon Sep 17 00:00:00 2001 From: MattNL Date: Thu, 1 Jun 2023 02:33:53 -0400 Subject: [PATCH] Fixed cocoa names in TileData.json file --- PCK-Studio/Resources/tileData.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index 70503013..fc7e606b 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -170,9 +170,9 @@ { "redstone_dust_line": "Redstone Dust (Line)" }, { "enchantment_top": "Enchantment Table (Top)" }, { "dragon_egg": "Dragon Egg" }, - { "cocoa_2": "Cocoa (Stage 2)" }, - { "cocoa_1": "Cocoa (Stage 1)" }, - { "cocoa_0": "Cocoa (Stage 0)" }, + { "cocoa_2": "Cocoa (Stage 3)" }, + { "cocoa_1": "Cocoa (Stage 2)" }, + { "cocoa_0": "Cocoa (Stage 1)" }, { "emerald_ore": "Emerald Ore" }, { "trip_wire_source": "Tripwire Hook" }, { "trip_wire": "Tripwire" },