1
0
Fork 0

Use azaleas as fuel

This commit is contained in:
laireia 2023-11-29 21:21:39 +10:00 committed by the-real-herowl
parent 4827730d07
commit 4fcc7da417
1 changed files with 12 additions and 0 deletions

View File

@ -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,
})