Bob's Revamp mod


Technology and Recipe restructuring.

Tweaks
2 months ago
0.13 - 1.1
202K

b Coal Liquefaction input

4 years ago

"- reduced heavy oil input from coal liquifaction to help with balance."
You actually reduced the output not the input. Currently the Coal Liquefaction takes 25 Heavy-Oil and produces 10 Heavy-Oil.

I think bobmods.lib.recipe.set_result("coal-liquefaction", {"heavy-oil", 10}) is wrong, you wanted to set the ingredient, not the result. Currently my complete oil-production broke.

4 years ago

Yeah, I should be using the set_ingredient function instead of set_result. I'll fix that.

New response