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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic_chests/copper_chest.lua b/technic_chests/copper_chest.lua
index d40284b..fda1db0 100644
--- a/technic_chests/copper_chest.lua
+++ b/technic_chests/copper_chest.lua
@@ -19,7 +19,7 @@ minetest.register_craft({
minetest.register_craft({
output = 'technic:copper_locked_chest 1',
recipe = {
- {'default:steel_ingot'},
+ {'basic_materials:padlock'},
{'technic:copper_chest'},
}
})