This pull request moves the IC2 configs out of that stupid jar file and into the configs folder where they should be. There are some notable changes performed here, notably to fix the mod interop issue between AE2 and IC2.
Fixed all batteries and energy storage blocks, such that the are crafted in a normalized manner (always given the charge and energy NBT tags)
Update all items (that I could be bothered fixing) to use these normalized batteries. Much equipment will be plagued by the same problems, but I couldn't be bothered going through them all unless somebody complains about issues.
Changed the recipe for energium dust, energy crystals and glass fiber cables. This had to be done to normalize the outcome of energy crystals.
Fixed the stupid mining laser too
Unrelated but equally annoying issues with IC2 is the bad way metal formers were treated. This pull request also fixes some issues there:
Casings are cut form plates, rather than being rolled again
Added extra mod compatibility, allowing additional plates to be rolled in the rolling machine
Actually fixes #46.
This pull request moves the IC2 configs out of that stupid jar file and into the configs folder where they should be. There are some notable changes performed here, notably to fix the mod interop issue between AE2 and IC2.
charge
andenergy
NBT tags)Unrelated but equally annoying issues with IC2 is the bad way metal formers were treated. This pull request also fixes some issues there: