Update all fuel recipes
This commit is contained in:
parent
a8fc75bc78
commit
4bed5f7c10
14 changed files with 173 additions and 10 deletions
|
@ -568,8 +568,16 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "fences:fence_wood",
|
||||
burntime = 15,
|
||||
})
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "fences:fencegate",
|
||||
burntime = 15,
|
||||
})
|
||||
|
||||
local meta2
|
||||
local state2 = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue