aboutsummaryrefslogtreecommitdiff
path: root/src/resources/assets/ic2/textures
AgeCommit message (Collapse)Author
2017-10-07$ Fixed custom IC2 cells. (HF, SO2, etc)Alkalus
% Changed how cells can be generated for further flexibility. - Removed logging from the LFTR.
2016-12-24- Removed Frame box generation from MaterialGenerator.java for things which ↵Draknyte1
have the generateAll flag as false. + Added some logging to RecipeBuilder() to further help find broken recipes. $ Fixed a missing texture; textures/items/cell/SulfuricLithium.png had a double .png file extension.
2016-12-24$ Fixed an issue where recipeBuilder() could fail with a null.Draknyte1
+ Added a new constructor to material/MaterialGenerator.java which allows a true/false on what parts get generated. The old constructor was not removed, it just defaults to true for all parts to be generated. - Removed Lithium-7 Rotors, Screws, Rods, Long Rods, Gears, Bolts & Rings as a result of the previous addition. + Added some missing textures.
2016-09-03+ Final work on fluid cells for now.Draknyte1
> They should all work fine, with names and icons.
2016-07-22+ Added replacement rotors to replace the Energetic/Vibrant types if EnderIO ↵Draknyte1
is not installed. + Added support for ImmersiveEngineering's Coke Oven Block to be used in recipes & overall mod support now. + More work on the Solar Generators. (disabled for now though, for public builds) $ Fixed the ExtraBees Checking.
2016-07-09+ Added 4 Types of Kinetic Rotor for IC2Draknyte1
% Changed internal handling of Rotors to better support them.