merge upstream commit: Default: Craft locked chest from chest plus steel ingot
This commit is contained in:
parent
9c288600dd
commit
d239deccff
@ -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…
x
Reference in New Issue
Block a user