use basic_materials padlock instead of steel ingot

for lockable items.
This commit is contained in:
Vanessa Dannenberg 2018-10-31 12:16:50 -04:00
parent 13a35d12a0
commit 12bdbd6684
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ function homedecor.handle_inventory(name, def, original_def)
minetest.register_craft({
type = "shapeless",
output = "homedecor:" .. locked_name,
recipe = { "homedecor:" .. name, "default:steel_ingot" }
recipe = { "homedecor:" .. name, "basic_materials:padlock" }
})
end