Bob's Metals, Chemicals and Intermediates


Smelt extra ores into plates, and make useful intermediate products. A key part of the Bob's mods suite.

Overhaul
3 months ago
0.13 - 2.0
269K
Fluids Manufacturing

i Jetpack "Enriched fuel block" compatibility

4 months ago
(updated 4 months ago)

I am playing Bob's mods playthrough with Earendel's Jetpack mod. I am currently running my factory on "Enriched fuel block" as a source of fuel, instead of solid fuel (which works fine in Jetpack). But Jetpack doesn't accept this fuel, would it be possible to add compatibility?

I already reported this to Earendel's Discord, and they said that it needs to be implemented by Bob's mod:
-- To add your own custom fuels, have your mod implement a "jetpack_fuels" interface, which the Jetpack mod will call (in jetpack.lua).
-- Example:
-- remote.add_interface("your-mod", {
-- jetpack_fuels = function() return {["slow-fuel"] = 0.5, ["fast-fuel"] = 1.1} end
-- })

4 months ago

Yup, makes sense to me

4 months ago

Thank you!

New response