Default: Craft locked chest from chest plus steel ingot

This commit is contained in:
tenplus1 2016-05-22 10:31:21 +01:00 committed by paramat
parent 6bf552eb10
commit be918d2d98
1 changed files with 6 additions and 0 deletions

View File

@ -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 = {