diff options
author | RealBadAngel <maciej.kasatkin@yahoo.com> | 2014-05-01 09:32:01 +0200 |
---|---|---|
committer | RealBadAngel <maciej.kasatkin@yahoo.com> | 2014-05-01 09:32:01 +0200 |
commit | 5c689acc22ab389959f3d86873b7c23aed41f762 (patch) | |
tree | 7bb580b9bab996e3d9b6b0cba506d6dec30c0acd /technic_chests/gold_chest.lua | |
parent | 00d7c9bdead4d77f0ca88036eda44b8cce6cca34 (diff) |
Chests sorting by Zefram_Fysh
Diffstat (limited to 'technic_chests/gold_chest.lua')
-rw-r--r-- | technic_chests/gold_chest.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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, |