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/mithril_chest.lua | |
parent | 00d7c9bdead4d77f0ca88036eda44b8cce6cca34 (diff) |
Chests sorting by Zefram_Fysh
Diffstat (limited to 'technic_chests/mithril_chest.lua')
-rw-r--r-- | technic_chests/mithril_chest.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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, |