bobplates_1.1.6
Removed setting New Steel. Now always true #98
What was the logic ? Now the player has to have oxygen before "steel-plate" can be produced
You already have code that could have checked the game progress
if force.technologies["chemical-processing-2"].researched then
force.technologies["steel-chemical-furnace"].researched = true --automatically unlock it
end
You can easily change this back. Just download a 1.1.3.
settings.lua
Copy from there a setting about bobmods-plates-newsteel and add it to settings 1.2.X with false trigger
Data-updates.lua
Copy from 52 - 153 from 1.1.3 into this 1.2.x
And copy from 176-180 from 1.1.3 into 1.2.x ( it's will be around 162 paragraph) and you will see your normal steel back without problem if you really wanna this.If you don't found it , it's called --- data.raw.recipe["steel-plate"].category = "chemical-furnace"
I'm hope the dev doesn't change this thing what i'm talking above. Bcs i'm myself prefer classic steel method over realistic.