diff options
Diffstat (limited to 'technic_chests/copper_chest.lua')
-rw-r--r-- | technic_chests/copper_chest.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/technic_chests/copper_chest.lua b/technic_chests/copper_chest.lua index cba9e60..a2a5a28 100644 --- a/technic_chests/copper_chest.lua +++ b/technic_chests/copper_chest.lua @@ -26,6 +26,8 @@ minetest.register_craft({ technic.chests:register("Copper", { width = 10, + sort = true, + autosort = true, infotext = false, color = false, locked = false, @@ -33,6 +35,8 @@ technic.chests:register("Copper", { technic.chests:register("Copper", { width = 10, + sort = true, + autosort = true, infotext = false, color = false, locked = true, |