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/gold_chest.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'technic_chests/gold_chest.lua') diff --git a/technic_chests/gold_chest.lua b/technic_chests/gold_chest.lua index 71aadb0..d173fde 100644 --- a/technic_chests/gold_chest.lua +++ b/technic_chests/gold_chest.lua @@ -27,6 +27,8 @@ minetest.register_craft({ technic.chests:register("Gold", { width = 12, + sort = true, + autosort = true, infotext = true, color = true, locked = false, @@ -34,6 +36,8 @@ technic.chests:register("Gold", { technic.chests:register("Gold", { width = 12, + sort = true, + autosort = true, infotext = true, color = true, locked = true, -- cgit v1.2.3