forked from minetest-mods/technic
Add gloopores' Kalite dust as a more effecient fuel than lumps
This commit is contained in:
parent
bc0ac581aa
commit
2e04374de8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user