Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently Gasoline recipes use Acetone, which is only obtainable when using complicated chemistry.
They now use AceticAcid for simple chemistry.
The recipe for High-Octane Gasoline currently has an output FluidStack size of 32000L, which exceeds the 8000L output tank size of the Mixer.
To fix this the recipe now outputs a stack of Cells rather than a FluidStack.
Since this reduces the number of available inputs from five to four Octane is no longer required for producing GasolinePremium.
I think that this change will also make Gasoline production less rigid since the only way to obtain Octane was by cracking LightFuel.
The Octane Material has been removed since it no longer has any use.
Currently Gasoline requires the following five starting Materials: Naphtha, Refinery Gas, Methanol, Acetone/Acetic Acid, and Toluene.
I changed the recipes for Gasoline so that it no longer requires Gas.
I think that having five different starting materials makes the setup you'd need for producing Gasoline too complicated when compared to the reward.
Since this makes the Raw Gasoline intermediary material obsolete it has been removed.