summaryrefslogtreecommitdiff
path: root/technic_chests/gold_chest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic_chests/gold_chest.lua')
-rw-r--r--technic_chests/gold_chest.lua4
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,