use basic_materials for padlock

to make locked sign
This commit is contained in:
Vanessa Dannenberg 2018-10-31 13:29:06 -04:00
parent 0f78ef70de
commit eee4cb8112
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
default default
basic_materials
intllib? intllib?
screwdriver? screwdriver?
keyword_interact? keyword_interact?

View File

@ -1098,7 +1098,7 @@ minetest.register_craft({
output = "locked_sign:sign_wall_locked", output = "locked_sign:sign_wall_locked",
recipe = { recipe = {
{default_sign}, {default_sign},
{"default:steel_ingot"}, {"basic_materials:padlock"},
}, },
}) })