mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-19 07:05:09 +00: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,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mobs:blaze_rod",
|
||||
burntime = 120,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue