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

@ -176,3 +176,14 @@ minetest.register_abm(
end,
})
minetest.register_craft({
type = "fuel",
recipe = "mesecons_solarpanel:solar_panel_off",
burntime = 15
})
minetest.register_craft({
type = "fuel",
recipe = "mesecons_solarpanel:solar_panel_inverted_off",
burntime = 15
})