forked from mtcontrib/moretrees
added fuel recipes for saplings, and for moretrees leaves group.
(planks and trunks are already covered by default mod via wood and tree groups).
This commit is contained in:
parent
bc86a3e2ab
commit
d21d4d2fb4
12
crafts.lua
12
crafts.lua
|
@ -32,8 +32,20 @@ for i in ipairs(moretrees.treelist) do
|
|||
"moretrees:"..treename.."_trunk_sideways"
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "moretrees:"..treename.."_sapling",
|
||||
burntime = 10,
|
||||
})
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "group:moretrees_leaves",
|
||||
burntime = 1,
|
||||
})
|
||||
|
||||
-- extra crafting in case user has old jungle trees.
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Reference in New Issue
Block a user