Update all fuel recipes

This commit is contained in:
Wuzzy 2017-01-10 06:43:07 +01:00
parent a8fc75bc78
commit 4bed5f7c10
14 changed files with 173 additions and 10 deletions

View file

@ -408,6 +408,36 @@ minetest.register_craft({
}
})
minetest.register_craft({
type = "fuel",
recipe = "doors:door_wood",
burntime = 10,
})
minetest.register_craft({
type = "fuel",
recipe = "doors:door_jungle",
burntime = 10,
})
minetest.register_craft({
type = "fuel",
recipe = "doors:door_dark_oak",
burntime = 10,
})
minetest.register_craft({
type = "fuel",
recipe = "doors:door_birch",
burntime = 10,
})
minetest.register_craft({
type = "fuel",
recipe = "doors:door_acacia",
burntime = 10,
})
minetest.register_craft({
type = "fuel",
recipe = "doors:door_spruce",
burntime = 10,
})
--- Door in Iron ---
doors:register_door("doors:door_steel", {
@ -556,6 +586,12 @@ minetest.register_craft({
}
})
minetest.register_craft({
type = "fuel",
recipe = "doors:trapdoor",
burntime = 15,
})
--- Iron Trapdoor ----
local me
local meta