forked from Mineclonia/Mineclonia
Add blaze rod as fuel
This commit is contained in:
parent
88436b1ae9
commit
17e6d3afaa
|
@ -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 New Issue