diff --git a/technic_chests/mithril_chest.lua b/technic_chests/mithril_chest.lua index 8fb7baa..69e7f17 100644 --- a/technic_chests/mithril_chest.lua +++ b/technic_chests/mithril_chest.lua @@ -26,7 +26,7 @@ minetest.register_craft({ technic.chests:register("Mithril", { width = 15, - height = 7, + height = 6, sort = true, autosort = true, infotext = false, @@ -36,7 +36,7 @@ technic.chests:register("Mithril", { technic.chests:register("Mithril", { width = 15, - height = 7, + height = 6, sort = true, autosort = true, infotext = false, diff --git a/technic_chests/textures/technic_mithril_chest_inventory.png b/technic_chests/textures/technic_mithril_chest_inventory.png index 9bec6fe..d4aa8b3 100644 Binary files a/technic_chests/textures/technic_mithril_chest_inventory.png and b/technic_chests/textures/technic_mithril_chest_inventory.png differ