* Small lava boiler now produces impure stone dust in output slot. Efficiency drops to 33% as output fills up.
* changed tooltip
* Added config option for small lava boiler efficiency loss due to byproduct buildup.
* 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
* Allow use of wire cutter/soldering item on the tile entity, as well as the wire, for a connect/disconnect
* revert soldering iron changes
* Added missing overlays, made the passtrough of wire cutting/connectiong trough gt machine blocks work only if the player is isneaking. And because of that, added back the soldering iron support.
* Solar Panel Fix
Two main pieces:
1) Updates solar panel (cover) behavior to always show connected, and
allows connect() to work without a tile entity. This bit is mostly
optional and mainly included so the client renders the panels as
connected.
2) Updates injectEnergy() to allow injection from unconnected, but
UNKNOWN directions (6) - which is what solar panels and transformers
use.
* Make AE2 GT-p2p tunnels connect to gt cables
* Rebalanced chemistry material ratios, simplified cracking
Chemical recipes now conserve material volumes.
Cracking no longer has three different severity settings.
Each material only has one recipe for Steam-Cracking and one recipe for
Hydro-Cracking
* Added simple variants of the overhauled chemical recipes
* Fixed a bug where the game would crash with IC2Classic installed