From b9727c2ac731178c7137603c80e969983a51a217 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:25:20 -0400 Subject: [PATCH] Fixed "Bottle o'Enchanting" incorrectly displaying as "Experience Bottle" --- 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 ae1df78b..a1ebcbc8 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -719,7 +719,7 @@ { "charcoal": "Charcoal" }, { "monsterPlacer_overlay": "Spawn Egg (Overlay)" }, { "bed_overlay": "Bed (Overlay)" }, - { "expBottle": "Experience Bottle" }, + { "expBottle": "Bottle o'Enchanting" }, { "brewingStand": "Brewing Stand" }, { "magmaCream": "Magma Cream" }, { "dyePowder_cyan": "Cyan Dye" },