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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic_chests/gold_chest.lua b/technic_chests/gold_chest.lua
index d173fde..941834d 100644
--- a/technic_chests/gold_chest.lua
+++ b/technic_chests/gold_chest.lua
@@ -20,7 +20,7 @@ minetest.register_craft({
minetest.register_craft({
output = 'technic:gold_locked_chest',
recipe = {
- {'default:steel_ingot'},
+ {'technic:wrought_iron_ingot'},
{'technic:gold_chest'},
}
})