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.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/technic_chests/gold_chest.lua b/technic_chests/gold_chest.lua
index 941834d..386d1c7 100644
--- a/technic_chests/gold_chest.lua
+++ b/technic_chests/gold_chest.lua
@@ -26,7 +26,8 @@ minetest.register_craft({
})
technic.chests:register("Gold", {
- width = 12,
+ width = 15,
+ height = 6,
sort = true,
autosort = true,
infotext = true,
@@ -35,7 +36,8 @@ technic.chests:register("Gold", {
})
technic.chests:register("Gold", {
- width = 12,
+ width = 15,
+ height = 6,
sort = true,
autosort = true,
infotext = true,