Add gloopores' Kalite dust as a more effecient fuel than lumps

This commit is contained in:
ThatGraemeGuy 2014-10-09 14:06:05 +02:00 committed by ShadowNinja
parent bc0ac581aa
commit 2e04374de8
1 changed files with 7 additions and 0 deletions

View File

@ -129,3 +129,10 @@ minetest.register_craft({
burntime = 50,
})
if minetest.get_modpath("gloopores") or minetest.get_modpath("glooptest") then
minetest.register_craft({
type = "fuel",
recipe = "technic:kalite_dust",
burntime = 37.5,
})
end