summaryrefslogtreecommitdiff
path: root/technic_chests/iron_chest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic_chests/iron_chest.lua')
-rw-r--r--technic_chests/iron_chest.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/technic_chests/iron_chest.lua b/technic_chests/iron_chest.lua
index eb016c6..c21fcfb 100644
--- a/technic_chests/iron_chest.lua
+++ b/technic_chests/iron_chest.lua
@@ -27,6 +27,8 @@ minetest.register_craft({
technic.chests:register("Iron", {
width = 9,
+ sort = true,
+ autosort = false,
infotext = false,
color = false,
locked = false,
@@ -34,6 +36,8 @@ technic.chests:register("Iron", {
technic.chests:register("Iron", {
width = 9,
+ sort = true,
+ autosort = false,
infotext = false,
color = false,
locked = true,