mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Add blaze rod as fuel
This commit is contained in:
parent
88436b1ae9
commit
17e6d3afaa
1 changed files with 6 additions and 0 deletions
|
@ -197,3 +197,9 @@ minetest.register_craft({
|
||||||
cooktime = 10,
|
cooktime = 10,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "fuel",
|
||||||
|
recipe = "mobs:blaze_rod",
|
||||||
|
burntime = 120,
|
||||||
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue