mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Add blaze rod as fuel
This commit is contained in:
@ -197,3 +197,9 @@ minetest.register_craft({
|
||||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mobs:blaze_rod",
|
||||
burntime = 120,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user