From 3d1735fc476f2475bf8c4666e0eb3634c66cf869 Mon Sep 17 00:00:00 2001 From: MattNL Date: Sat, 1 Oct 2022 18:42:26 -0400 Subject: [PATCH] Changed "Cooked Beef" to "Steak" to match the in game name --- 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 e183ac85..2f17c8f5 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -654,7 +654,7 @@ { "leather": "Leather" }, { "saddle": "Saddle" }, { "beefRaw": "Raw Beef" }, - { "beefCooked": "Cooked Beef" }, + { "beefCooked": "Steak" }, { "enderPearl": "Ender Pearl" }, { "blazeRod": "Blaze Rod" }, { "melon": "Melon" },