mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-13 11:30:19 +02:00
use basic_materials padlock instead of steel ingot
for lockable items.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user