Default: Craft locked chest from chest plus steel ingot
This commit is contained in:
parent
6bf552eb10
commit
be918d2d98
|
@ -365,6 +365,12 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
type = "shapeless",
|
||||
output = "default:chest_locked",
|
||||
recipe = {"default:chest", "default:steel_ingot"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'default:furnace',
|
||||
recipe = {
|
||||
|
|
Loading…
Reference in New Issue