Add and edit fuel registrations
Edited fuels: fences, wooden ladder. New fuels: boat, paper, book, dry shrub, stick, vessels shelf, wooden tools, wooden door, trapdoor, fence gates, farming crops, stairs, slabs, beds.
This commit is contained in:
parent
7fee589e03
commit
23ba2d3a0c
7 changed files with 179 additions and 6 deletions
|
@ -195,3 +195,9 @@ minetest.register_craft( {
|
|||
output = "default:steel_ingot",
|
||||
recipe = "vessels:steel_bottle",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "vessels:shelf",
|
||||
burntime = 30,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue