mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Add blaze rod as fuel
This commit is contained in:
parent
88436b1ae9
commit
17e6d3afaa
@ -197,3 +197,9 @@ minetest.register_craft({
|
||||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mobs:blaze_rod",
|
||||
burntime = 120,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user