Update all fuel recipes
This commit is contained in:
parent
a8fc75bc78
commit
4bed5f7c10
14 changed files with 173 additions and 10 deletions
|
@ -73,3 +73,14 @@ for _, row in ipairs(wool.dyes) do
|
|||
end
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "group:wool",
|
||||
burntime = 5,
|
||||
})
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "group:carpet",
|
||||
-- Original value: 3.35
|
||||
burntime = 3,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue