From 5c689acc22ab389959f3d86873b7c23aed41f762 Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Thu, 1 May 2014 09:32:01 +0200 Subject: Chests sorting by Zefram_Fysh --- technic_chests/mithril_chest.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'technic_chests/mithril_chest.lua') diff --git a/technic_chests/mithril_chest.lua b/technic_chests/mithril_chest.lua index 4c8b0c7..b39fc9d 100644 --- a/technic_chests/mithril_chest.lua +++ b/technic_chests/mithril_chest.lua @@ -26,6 +26,8 @@ minetest.register_craft({ technic.chests:register("Mithril", { width = 13, + sort = true, + autosort = true, infotext = false, color = false, locked = false, @@ -33,6 +35,8 @@ technic.chests:register("Mithril", { technic.chests:register("Mithril", { width = 13, + sort = true, + autosort = true, infotext = false, color = false, locked = true, -- cgit v1.2.3