Exotic Industries


Progress through 6 ages of technology, starting with steam and tame exotic matter in the end. Adds various game mechanics, a variety of new resources and big machines. Compatible with Krastorio2.

Overhaul
4 months ago
1.1
27.8K
Transportation Logistics Trains Environment Mining Manufacturing Power

b Lithium

After some research, Lithium crafting is no longer available.
Is there any way to fix this bug?
In the research tree it is clear that the technology with this craft has been researched, but I also noticed that it can be researched twice there.

2 months ago

After some research, Lithium crafting is no longer available.
Is there any way to fix this bug?
In the research tree it is clear that the technology with this craft has been researched, but I also noticed that it can be researched twice there.

That is really odd. You can reset the recipes and techs with a command:

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

New response