mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
adds recipe to make locked chests
adds recipe to make locked chests out of chests and steel
This commit is contained in:
parent
716397819d
commit
93d5f3fa1c
1 changed files with 9 additions and 0 deletions
|
@ -389,6 +389,15 @@ 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
Reference in a new issue