Corrode to Coal


This mod adds an additional recipe to generate coal from oil products.

Tweaks
12 days ago
1.1 - 2.0
992

i Updated to 2.0!

18 days ago

I analysed code of the mod and all required changes are setting:
"factorio_version": "2.0"

and since 2.0 no longer supports expensive recipes it ia also necessary to remove:
normal = {
//keep either stuff here
}.=,
expensive = {
//or stuff here
}
then

and finaly keep only one definition of tag:
enabled = false,

It now needs to be without "" as it is hard typed to bool.

Then mod works without issues.

12 days ago

Good idea, will do.
Thanks for the analysis and reminder.

This thread has been locked.