Natural Gas

by brevven

Adds a natural gas resource, along with early game plastic. Integrates ElAdamo's gas-fired boiler. Compatible with Krastorio 2 and Space Exploration. A standalone piece of BZ Mods.

Content
a month ago
1.1
21.5K
Mining Fluids Manufacturing

b [FIXED] Phenol doesn't show up entirely after researching automation then installing the mod

1 year, 4 months ago
(updated 1 year, 4 months ago)

Phenol Doesn't show up after i installed the mod a bit later and not at the beginning of the game

1 year, 4 months ago

I've added a command NaturalGasRecipes (just type as if chat, no slashes or anything) to unlock recipes.

This seems to be an issue in Factorio where sometimes it does not recalculate recipe unlocks when mods are added.

1 year, 4 months ago

Thanks for fixing it, You really saved my day.

1 year, 4 months ago

if it happens again with a different mod you can fix this by opening console and doing this all on one line (but it's unreadable then so formatted here)
this is the full command that works for multiplayer:

/c
for _, force in pairs(game.forces) do
force.reset_recipes()
force.reset_technologies()
force.reset_technology_effects()
end

easier ones for single:
/c game.player.force.reset_recipes()
/c game.player.force.reset_technologies()
/c game.player.force.reset_technology_effects()

New response