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
parent 7c6c3b9679
commit 045bc3b0f1

View File

@ -129,3 +129,10 @@ minetest.register_craft({
burntime = 50, 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