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:
cx384 2016-10-30 11:29:58 +01:00 committed by paramat
parent 7fee589e03
commit 23ba2d3a0c
7 changed files with 179 additions and 6 deletions

View file

@ -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,
})