diff options
Diffstat (limited to 'technic_chests/mithril_chest.lua')
-rw-r--r-- | technic_chests/mithril_chest.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/technic_chests/mithril_chest.lua b/technic_chests/mithril_chest.lua index f5aa986..8fb7baa 100644 --- a/technic_chests/mithril_chest.lua +++ b/technic_chests/mithril_chest.lua @@ -25,7 +25,8 @@ minetest.register_craft({ }) technic.chests:register("Mithril", { - width = 13, + width = 15, + height = 7, sort = true, autosort = true, infotext = false, @@ -34,7 +35,8 @@ technic.chests:register("Mithril", { }) technic.chests:register("Mithril", { - width = 13, + width = 15, + height = 7, sort = true, autosort = true, infotext = false, |