mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 00:21:07 +01:00
Use azaleas as fuel
This commit is contained in:
parent
4827730d07
commit
4fcc7da417
1 changed files with 12 additions and 0 deletions
|
@ -207,3 +207,15 @@ mcl_mapgen_core.register_generator("lush_caves",nil, function(minp, maxp, blocks
|
|||
end
|
||||
end, 99999, true)
|
||||
--]]
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mcl_lush_caves:azalea",
|
||||
burntime = 5,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mcl_lush_caves:azalea_flowering",
|
||||
burntime = 5,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue