diff options
Diffstat (limited to 'technic_chests/gold_chest.lua')
-rw-r--r-- | technic_chests/gold_chest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic_chests/gold_chest.lua b/technic_chests/gold_chest.lua index c66b2f6..7a50b70 100644 --- a/technic_chests/gold_chest.lua +++ b/technic_chests/gold_chest.lua @@ -30,7 +30,7 @@ end minetest.register_craft({ output = 'technic:gold_locked_chest', recipe = { - {'default:steel_ingot'}, + {'basic_materials:padlock'}, {'technic:gold_chest'}, } }) |