summaryrefslogtreecommitdiff
path: root/technic_chests/copper_chest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic_chests/copper_chest.lua')
-rw-r--r--technic_chests/copper_chest.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/technic_chests/copper_chest.lua b/technic_chests/copper_chest.lua
index 21f0563..2d58379 100644
--- a/technic_chests/copper_chest.lua
+++ b/technic_chests/copper_chest.lua
@@ -25,7 +25,8 @@ minetest.register_craft({
})
technic.chests:register("Copper", {
- width = 10,
+ width = 12,
+ height = 5,
sort = true,
autosort = true,
infotext = false,
@@ -34,7 +35,8 @@ technic.chests:register("Copper", {
})
technic.chests:register("Copper", {
- width = 10,
+ width = 12,
+ height = 5,
sort = true,
autosort = true,
infotext = false,