-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed Gasoline recipe input Materials and output FluidStack sizes Gasoline recipes used Acetone, which was only obtainable with complicated chemistry. They now use AceticAcid for simple chemistry. The recipe for GasolinePremium had 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 by one Octane is no longer required for producing GasolinePremium. The Octane Material has been removed since it no longer has any use and was only obtainable by cracking LightFuel. * Slightly simplified Gasoline production Removed the GasolineRaw intermediary material. Gasoline no longer requires Gas. * Resolved a conflict between NO2 and N2O recipes
- Loading branch information
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters