aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2019-07-03+removed additional time and lava inputbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-07-02+adjusted ic2pahoehoelava amountbartimaeusnek
+adjusted times for the changed lava centrifuge recipes Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-07-02+adjusted Lava recipe to be more realisticbartimaeusnek
+added an Integrated Circuit
2019-06-17fixed broken lag messagebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-06-15+adjusted HP solar boiler to match the tooltipbartimaeusnek
+re-added solar GUI
2019-06-12complain about null inputsJason Mitchell
2019-06-04#4644Richard Hendricks
2019-05-29Merge branch 'experimental' of ↵Dream-Master
https://github.com/GTNewHorizons/GT5-Unofficial into experimental
2019-05-29UEV Motor uncraftable #4601Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4601
2019-05-28reverted Optimised Images due to graphic bugs ingamebartimaeusnek
+this commit undoes https://github.com/GTNewHorizons/GT5-Unofficial/commit/2d8cbff191745bad46125cf492486f73b781e26a Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-24Added HP Solar Steam Boilerbartimaeusnek
+added recipe +removed unnessecary ", new Object[0]" for vargars methodes Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-22Merge pull request #185 from GTNewHorizons/bmf2bartimaeusnek
shortened sc cooling times
2019-05-22Merge branch 'bmf2' of https://github.com/GTNewHorizons/GT5-Unofficial into bmf2bartimaeusnek
added olafs changes
2019-05-22added 0lafs changesbartimaeusnek
+make higher tier superconductors give out less wires per recipe +removed nitrogen/helium cells from superconductor recipes +added helium as fuid for superconductor recipes +halfed the amount of pumps for superconductors Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-21add missing circuitsDream-Master
2019-05-21Fix exploitive hydrogen loophole #4348Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4348
2019-05-21Duplicate Alumite tools #4231Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4231
2019-05-20rebalanceDream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4409
2019-05-19Merge branch 'experimental' into bmf2bartimaeusnek
2019-05-19shortened sc cooling timesbartimaeusnek
-> ductape fix for fusion reactor +cleaned up code Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-19[RFC] New Rocket Recipes #4409Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4409
2019-05-19UHV Motor is uncraftable #4350Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4350
2019-05-19UHV Motor is uncraftable #4350Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4350
2019-05-19Change gates for Magic Energy Converters. #4324Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4324
2019-05-18might fix ?bartimaeusnek
https://github.com/GTNewHorizons/NewHorizons/issues/3913 https://github.com/GTNewHorizons/NewHorizons/issues/4421 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-18added oilsands recipebartimaeusnek
2019-05-17redid Item&Fluid Hatchesbartimaeusnek
+removed rests of UndergroundBiomes & ImmersiveEngineering support Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-17adjusted recipe map sizesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-17duct taped import of circuits in assemblersbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-17fixed NBT dependant Recipesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-15removed coal from god of thunder cropbartimaeusnek
+beautified code for readability Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-15redid fake ODbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-04-23recipy change voltage coil HV,IV #4375Dream-MasterXXL
https://github.com/GTNewHorizons/NewHorizons/issues/4375
2019-04-22rerouted forestry modid to the config value to prevent typosbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-04-10Merge branch 'bmf' of https://github.com/GTNewHorizons/GT5-Unofficial into bmfbartimaeusnek
2019-04-10Refined last commitbartimaeusnek
+re-added unused, Deprecated constructors +re-added unused vars +treat empty string as null for GT_Tool_*.isMinableBlock +allowed to mine any block that doesnt require a tool with GT tools at Hand mining speed Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-04-09Merge branch 'experimental' into bmfbartimaeusnek
2019-04-09fixesbartimaeusnek
+refractored code, +restored compability to vanilla ore gen, +moved GC and Forrestry code to own classes to prevent crashes inDev +implemented equals and hashcode on NearbySeeds class +added an information line to the Implosion Compressor tooltip
2019-04-01Make use of scanner recipe map since i also inject my own recipes...Technus
2019-03-22GT tool fixbartimaeusnek
+enable GT Tools to mine any block without tool requirements (dirt i.e.) Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-03-20Field Generator Tier 2,3,4 are bugged in assembler #4292Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4292
2019-03-19Superconductor UV Wire wrong recipe #4224Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4224
2019-03-19Increase small titanium ores, change spawn range #4289Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4289
2019-03-19Titanium ore nerf #3647Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3647
2019-03-19add more comb recipesDream-Master
2019-03-19Suggestion: Buff Platinum Group Sludge #4241Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4241
2019-03-19https://github.com/GTNewHorizons/NewHorizons/issues/4253Dream-Master
Problems with bee comb ore quadrupling recipes #4253 all ev and iv combs have now chemical recipes
2019-03-19change name sparklingDream-Master
2019-03-19Mining plascrete blocks #3998Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3998
2019-03-19Rutile processing magnesium dupe #4260Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4260