From 89e52e9c84657d5f25a561cf4a990c08cd0386c9 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 15:55:04 -0400 Subject: [PATCH] Added Dispenser/Dropper/Furnace Side and Top names to show that they share a texture --- PCK-Studio/Resources/tileData.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index e20dc8cf..9a9d609c 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -47,7 +47,7 @@ { "dropper_front_vertical": "Dropper (Vertical) (Front)" }, { "workbench_top": "Crafting Table (Top)" }, { "furnace_front": "Furnace (Front)" }, - { "furnace_side": "Furnace (Side)" }, + { "furnace_side": "Furnace/Dispenser/Dropper (Side)" }, { "dispenser_front": "Dispenser (Front)" }, { "fire_1": "Fire (Layer 2)" }, { "sponge": "Sponge" }, @@ -64,7 +64,7 @@ { "workbench_side": "Crafting Table (Side)" }, { "workbench_front": "Crafting Table (Front)" }, { "furnace_front_lit": "Furnace (Lit) (Front)" }, - { "furnace_top": "Furnace (Top)" }, + { "furnace_top": "Furnace/Dispenser/Dropper (Top)" }, { "sapling_spruce": "Spruce Sapling" }, { "wool_colored_white": "White Wool" }, { "mob_spawner": "Monster Spawner" },