aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/galacticraft
AgeCommit message (Collapse)Author
2019-10-11$ Fixed many tiny bugs, found by static code analysis.Alkalus
$ Fixed Canning handling further. $ Adjusted the Charcoal Pit fix.
2019-07-25- Removed Unused GC planetary system code. (For now)Alkalus
- Removed Heat Pipes. (For now)
2019-03-12+ Added framework for additional Oil chemistry in future updates.Alkalus
+ Added additional processes for obtaining Kerosene. % Mild rebalance to GT++ Rocket Fuels. % Swapped Coal by-products (Coal Tar, Coal Tar Oil and Sulfuric Coal Tar Oil) from Gas Turbine fuel to Semifluid fuel. % Allowed ItemPackages to register themselves to the onLoadComplete() event. $ Fixed GT++ Rocket Fuels being unusable in Rocket Engines. $ Fixed Tooltip on GC Fuel loader when the GC-ASM is not active.
2019-02-28+ Added a new debug tool.Alkalus
+ Added support for Crops++. + Added Custom Crops & framework to support more in future. + Added basic support for all GT++ Materials within Tinkers Construct. [WIP] + Moderately bad attempt at generating custom Plasma Cooling recipes in the Adv. Vacuum Freezer. [WIP #424] % Reworked logic for Material.java handling Durability, Tool Quality & Harvest Level. % Adjusted frequency of structural checks on the Cyclotron, Now 100x less frequent. % Cleaned up ReflectionUtils.java and made all getters cache their results, for much faster access. % Attempted to adjust logic of FFPP, but I probably broke it. [WIP] % Moved static array of Element Names from IonParticles.java -> ELEMENT.java. $ Greatly improved reflective performance across the mod.
2019-01-09+ Added 118 Ions and all Base Particles.Alkalus
+ Added localisation for over 600 of the new items added. - Disabled custom GC Solar System. % Moved registration of Fluorite Ore handler later. % Fixed name of Radioactive Material Mix. > Also includes changes made earlier, dunno.
2018-12-24$ Minor Fix which forced GC as a hard dependency.Alkalus
2018-10-24+ Added 2 more planets to HD10180.Alkalus
$ Fixed GC Packet Decoding ASM.
2018-10-24% More work on Planets.Alkalus
2018-10-24+ Added Base framework for custom GC systems.Alkalus
% Tweaked Automatic doors, they will not open if mobs are within 2m or if open, they will close.
2018-10-03$ Fixed COFH OreDictionaryArbiter via ASM.Alkalus
$ Cleaned up GC Fuel ASM, Rockets are now tiered. % Added ability for Rover to use Diesel still. % Added Tooltip to the GC Fuel Loader, showing what Tier requires which fuel. > Bug still exists on sending packets, which may cause the client to boot the player back to the menu.