mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Merge 93d5f3fa1c
into 86cff038a4
This commit is contained in:
commit
f3959c749e
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({
|
minetest.register_craft({
|
||||||
output = 'default:furnace',
|
output = 'default:furnace',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue