merge upstream commit: Default: Craft locked chest from chest plus steel ingot
This commit is contained in:
parent
9c288600dd
commit
d239deccff
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue