aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-12% Adjusted NEI handling of Vacuum Furnace recipes.Alkalus
2020-04-12+ Added Dehydration of Flotation Slurries to the Vacuum Furnace.Alkalus
2020-04-11+ Added some localization for the new milling products.Alkalus
2020-04-11+ Added more milled materials.Alkalus
+ Added proper structure for Flotation Cells. + Added all milled materials to flotation cell recipes. + Added Human meat drops for dead players. + Added Slicing mode for ICM. % Changed getVoltageForTier to be a switch case. % Stopped download of cape list in dev environment. $ Adjusted how Fusion MK4 injects power, it now pulls the voltage of the hatch. $ Fixed Fake Player Handling.
2020-04-10$ Stop the Cape Renderer from cancelling the event unless they're invisible. ↵Alkalus
Should fix Held Items being invisible. (Hopefully)
2020-04-10$ Minor fixes to NetworkUtils.Alkalus
$ Completely rewrote Cape Handling.
2020-04-10$ More work overhauling GT/IC2 Hazmat system.Alkalus
2020-04-09add a way to automaticly refill advanced muffler hatch for the LREbotn365
2020-04-09fix gui of adv muffler not working correctlbotn365
2020-04-09$ Fixed Hazmat ASM not actually injecting replacement methods.Alkalus
2020-04-07+ Added support for Custom Machines being registered to the PA. (If GT is ↵Alkalus
up-to date) + Added more ASM patches for better Hazmat handling. % Renamed Chemical Dehydrator to Dehydrator for clearer logic in NEI. $ Fixed a small bug in ReflectionUtils. $ Rewrote parts of my Hazmat handling, it should now work correctly for all items which apply radiation from IC2/GT or their addons.
2020-04-04+ Added a new base bus type.Alkalus
+ Added the Ball Housing bus. + Added the Catalyst Housing bus. + Added the Reinforced Engine Casing. + Made the Flotation Cell Regulator actually load. $ Fixed Tooltips on Milling Balls & Catalysts. $ Added improved item handling for Milling Balls. $ Added improved item handling for Catalysts.
2020-04-03$ Patched the Thaumic Repairer from Thaumic Tinkerer. It now won't repair ↵Alkalus
item's unless they're actually fucking repairable.
2020-04-02$ Fixed OOB when changing Energy Tier. Fixes #630.Alkalus
2020-03-31$ Made Hazmat 'safe'.Alkalus
2020-03-31$ Made the check for Hazmat in HazmatUtils smarter.Alkalus
2020-03-31+ Added a Pine Tree.Alkalus
+ Oredict BoP Pinecone if it exists. $ Fixed Algae Farm controller recipe. $ Fixed bug where getOrePrefixStack(rod) would return null. $ Fixed a bug where getItemStackFromFQRN didn't work correctly.
2020-03-31$ minor recipe fixes.Alkalus
2020-03-31+ Added Carbon Disulfide.Alkalus
+ Added Hydrogen Sulfide if it doesn't exist. + Added Sodium Ethoxide. + Added Potassium Hydroxide. + Added Sodium Ethyl Xanthate. + Added Potassium Ethyl Xanthate. + Added Base work for Froth Flotation Multi.
2020-03-31$ Removed ReflectionFactory and associated classes.Alkalus
2020-03-31Merged in SunPatch (pull request #5)Alkalus
$ Refactored package name of ReflectionFactory classes.
2020-03-31$ Refactored package name of ReflectionFactory classes.Alkalus
2020-03-31Merged in AlkWork (pull request #4)Alkalus
AlkWork
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