aboutsummaryrefslogtreecommitdiff
path: root/src/Java
AgeCommit message (Collapse)Author
2020-03-31$ Refactored package name of ReflectionFactory classes.Alkalus
2020-03-31Merge branch 'master' of https://bitbucket.org/draknyte1/gtpp-development ↵Alkalus
into AlkWork # Conflicts: # src/Java/gtPlusPlus/core/item/chemistry/RocketFuels.java
2020-03-31Merged in develop (pull request #3)bot
Develop
2020-03-31+ Added NitroBenzene to the Gas Turbine fuel list. (Up for balance)Alkalus
+ Added recipes for both grinding balls. + Added more milling chains. + Added two advanced recipes for obtaining Nitric Acid. + Added Nitric Oxide and recipes if it doesn't exist. + Added Nitrogen Dioxide and recipes if it doesn't exist. % Changed recipe for Nitrogen Tetroxide. % Adjusted recipe for Th232 again. % Changed Rocket Fuels slightly once more, swapped T3 and T4 fuels back. (Accidentally did them backwards in my last update)
2020-03-31+ Added Custom NEI Handler for IsaMIll.Alkalus
+ Added Death by IsaMIll. % Moved debug mode switch to AsmConfig. $ Fixed handling of custom OrePrefixes. $ Fixed OreDict registration of MetaFoodItems. $ Improved handling of Core Classes being static initialised too early. $ Fixed client-side bug in Distillus which would cause an infinite loop. $ Fixed bug in ForgeEnumHelper. $ Fixed bug in setField methods from ReflectionUtils.
2020-03-30+ Added IsaMill.Alkalus
+ Added repackaged Sun classes. + Added Milled ores. + Added Milling Balls. $ Disabled Hand-pump pumping from non-GT tile entities. > Maybe did other things, but in a hurry to commit.
2020-03-29+ Added recipe for processing Red Slurry.Alkalus
2020-03-29+ Added code to remove GT recipes for rocket_fuel and 1,1dimethylhydrazine.Alkalus
% Made Formaldehyde Catalyst handled correctly in Chemical Plant.
2020-03-29$ More small recipe fixes.Alkalus
2020-03-29% Buffered Kerosene output from Coal Tar processing.Alkalus
$ Small fixes to Rocket Fuel recipes. $ Fixed Hydrochloric Acid generating at the wrong time.
2020-03-29% Moved Rocket Fuel production to the Chem Plant.Alkalus
% Adjusted Rocket Fuel recipe values a bit. % Localised a few things.
2020-03-28+ Added Boric Acid.Alkalus
+ Added Hydrochloric Acid fluid & recipes if it doesn't exist. % Adjust process for obtaining Thorium-232. % Changed Fission Fuel Processing Plant to Reactor Fuel Processing Plant.
2020-03-28+ Added Materials for the new LNR fuels.Alkalus
+ Added a new casing block class for special handled multiblock casings. + Added locale for Naq Fuel Cells. $ Reworked TAE. There are now 19 texture slots free out of the 64 total. $ Fixed a minor bug in the update checker.
2020-03-28made changes from commentsbotn365
2020-03-28renaming functionbotn365
2020-03-28+ Added some new food items.Alkalus
2020-03-28$ Fixed Distillus handling for Distillery recipe handling.Alkalus
2020-03-28+ Added more 'Special Behaviour' items for my multiblocks as Examples.Alkalus
+ Added '/gtpp hand' command. + Added TungstenSteel & Neutronium tool variants to NEI while in dev. + Added Large Semifluid Generator and a crafting recipe for it. + Added Placeholder for Adv. Assembly Line. + Added Distillus Upgrade Chip and a crafting recipe for it. % Updated build.gradle. % Reworked a few recipes. $ Fixed ULV Overflow Covers using 0L Water in assembler. (https://github.com/GTNewHorizons/NewHorizons/issues/5700) $ Fixed Integral Encasement I using 0L Steel in assembler. (https://github.com/GTNewHorizons/NewHorizons/issues/5617) $ Fixed Thaumcraft based FakePlayer's triggering Fluorite drops. (https://github.com/GTNewHorizons/NewHorizons/issues/5744) $ Fixed bad handling of hatch textures on a few multiblocks. $ Semi-Fixed Distillus. $ Fixed Semifluid Generator recipes. $ Fixed Semifluid Generators crashing the game when mined. $ Fixed bad handling of calls to ItemList.java. $ Began work fixing all ASM to be more compatible with ProGuard. $ Fixed compiler complaining about varargs. ^ Bumped version to 1.7.05.x.
2020-03-25Merged in bot/gregtechmte_algaepondbasejava-edited-onl-1581267456364 (pull ↵bot
request #1) chance tool tip to say casing instead of hull
2020-03-25some more balance tweakingbotn365
2020-03-25fixes algea pond formin isue on serversbotn365
2020-03-25fix extruder not counting back center casingbotn365
2020-03-24revert recipebotn365
2020-03-24charge pack recipe balance and rocket fuel recipe fixbotn365
2020-03-24make lower tier charge pack recipes less canceresbotn365
2020-03-24improve LRE tool tipbotn365
2020-03-24Revert "improved LRE tool tip"botn365
This reverts commit 9babb9ce746c048838227f3b89532aa20eca2403.
2020-03-24improved LRE tool tipbotn365
2020-03-24fix lafium compound being zpm instead of LuVbotn365
2020-03-07fix no water consumed inULV cover recipebotn365
2020-03-07improve overflow cover handelingbotn365
2020-02-23attempt fix for safe making all gt machine sunbreakblekorneel vandamme
2020-02-18fix tecttech energy hatch not adding power to storagebot
2020-02-09GregtechMTE_AlgaePondBase.java edited online with Bitbucketbot
2020-02-09chance tool tip to say casing instead of hullbot
2020-02-02+ Added class to generate Obfuscation Dictionaries.Alkalus
+ Added all libraries required for Proguard to Obfuscate future builds. - Removed Dev/Src releases. % Adjusted build.gradle to accommodate DictGen + Proguard.
2020-01-31$ Fixes by Botbotn365
$ Fix dissasembler not consumin energy $ Fix where having empty input busses would stop busses from working $ Fix volcanus giving back wrong tempreture $ Fix mixer not working $ Fix maragin 250 and 300 not having a recipe
2020-01-31+ Added ASM config options to adjust RC fluid (un)loader IO rates.Alkalus
% Split RC IO patch into two config options, default is now RC standard of 4k, but can be adjusted back to 26 (Or higher) as needed.
2020-01-19$ Made Keybind patch reset value to 0, if possible.Alkalus
$ Made it more obvious which keybinds are broken (if resetting value fails) within the controls menu. They now say "FIX!".
2020-01-19$ Fixed inner class lookup in ReflectionUtils.Alkalus
$ Can't patch LWJGL's Keyboard class, so now I patch ClientSettings.
2020-01-18% Finished Structure check for LNR.Alkalus
$ Fixed minor Tooltip bug on all multis.
2020-01-18+ Started work on Large Naq. Reactor.Alkalus
$ Fixed Locale handling caching the incorrect values. $ Fixed Multiblock ToolTips being cached under bad circumstances.
2020-01-17+ Added a new Catalyst (Platinum + Rhodium).Alkalus
+ Added simple functions to CI for obtaining catalysts. % Improved Catalyst handling across the board. $ Fixed Pyromatic 'mode' handling.
2020-01-17+ Added Zyngen.Alkalus
% Adjusted Volcanus casing requirement from 10 to 9. % Adjusted logging in RF convertor. % Adjusted tooltip on Washplant to include information on water hatch. $ Fixed coil handling being offset by a tier. $ Fixed 9-1 breaking if an Input Bus didn't have a circuit.
2020-01-16+ Added GT RF convertor.Alkalus
$ Fixed Industrial Mixer not working with fluids. $ Fixed COFH being a hard dependency. $ Fixed Energy Buffers relying on the Rocket Engine config option.
2020-01-15% Tweaked fluid used for GT++ Tiered casings.Alkalus
2020-01-15$ Fixed Overflow Valves properly this time.Alkalus
2020-01-15$ Fixed Overflow Covers.Alkalus
2020-01-15$ Fixed Nitinol recipe outputting 4x fluid. (#609)botn365
2020-01-15> Fixes from #610botn365
$ Fix Large Arc Furnace not forming and broken size detection. Closes #572. % Changed Large Auto-Assembler input bus Behaviour for Circuit/Assembly mode. Closes #559.