mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-26 02:40:29 +01:00
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,
|
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