added 2 recipes
This commit is contained in:
parent
65c3a8866c
commit
f0c6f01e58
17
init.lua
17
init.lua
@ -211,6 +211,14 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'more_fire:campfire 1',
|
||||||
|
recipe = {
|
||||||
|
{'more_fire:kindling'},
|
||||||
|
{'default:torch'},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'more_fire:campfire 1',
|
output = 'more_fire:campfire 1',
|
||||||
recipe = {
|
recipe = {
|
||||||
@ -229,6 +237,15 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'more_fire:contained_fire 1',
|
||||||
|
recipe = {
|
||||||
|
{'', '', ''},
|
||||||
|
{'', 'more_fire:campfire', ''},
|
||||||
|
{'default:cobble', 'default:cobble', 'default:cobble'},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'default:torch 4',
|
output = 'default:torch 4',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user