Make straw stairs usable as fuel (#2627)
This commit is contained in:
parent
36b2bcb5f3
commit
ea4ce80f7c
2 changed files with 7 additions and 6 deletions
|
@ -115,12 +115,6 @@ minetest.register_craft({
|
|||
|
||||
-- Fuels
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "farming:straw",
|
||||
burntime = 3,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "farming:wheat",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue