From 6b65f0b55a72babac70d4ce8a96dbc551433ee70 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 14:08:37 -0400 Subject: [PATCH] Removed "(Front)" from "Carved Pumpkin (Front)" to match 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 aca220b8..aeac0c7f 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -121,7 +121,7 @@ { "log_spruce": "Spruce Wood (Side)" }, { "log_birch": "Birch Wood (Side)" }, { "pumpkin_side": "Pumpkin (Side)" }, - { "pumpkin_face_off": "Carved Pumpkin (Front)" }, + { "pumpkin_face_off": "Carved Pumpkin" }, { "pumpkin_face_on": "Jack o'Lantern (Front)" }, { "cake_top": "Cake (Top)" }, { "cake_side": "Cake (Side)" },