aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2019-12-23Fixed dust crafting bug when caching recipesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-12-22Make stuff visible for WAILAJason Mitchell
2019-12-21add quadrupeling to pure tungsten ore #4751Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4751
2019-12-21Digital chests refactored, preserving binary compatibility.repo_alt
2019-12-21AE2 integration for Quantum and super chests (why they are 2 different classes?)Vladimir Kalinin
2019-12-17Fix Large Combusion Engine missing maintenance lineRichard Hendricks
2019-12-174412/4883 Solar Boiler rebalance and bugfixRichard Hendricks
2019-12-174112 - update plasma turbine tooltipRichard Hendricks
2019-12-16Fix for drill and pump not preserving default values, provided by bartimaeusnekRichard Hendricks
2019-12-16Updated Seismic Prospector ore and oil outputs to be more useful.Richard Hendricks
2019-12-15Prospector display improvementsRichard Hendricks
2019-12-04Rebalanced Fortune on Minersbartimaeusnek
+rebalanced Fortune to scale linear with tier +made circuit config wrapping +rewrote a bit of code to be more readable Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-12-02improved loading times a lot (#211)bartimaeusnek
* improved loading times a lot + whitelisted only a few materials that really get changed with gt + code maintenance + tested and ready for shipping Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * improved readability Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * improved loading times by buffing recipes + buffer increases performance by another ~40% Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixed breaking bug + added a config option to disable material whitelist Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-11-26Range config for single block pumpBass
Adds screwdriver range configuration to single block pumps
2019-11-26Range config for ore drilling rigBass
Adds screwdriver range configuration to ore drilling rigs
2019-11-26Range config for oil drilling rigBass
Adds screwdriver range configuration to oil drilling rigs
2019-11-26Range config for single block minersBass
Adds screwdriver range configuration to single block miners
2019-11-06Bricked Blast furnace wrong bricks in description #5082Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5082
2019-10-29Revert "small Assembly Line fix"Dream-Master
This reverts commit 8de068fbf425162c75793d795c6296d03003d49e.
2019-10-15small Assembly Line fixbartimaeusnek
+ made the Assembly Line not start when the recipe voltage > possible incoming voltage Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-09-20Merge branch 'experimental' into beefixbartimaeusnek
2019-09-20fixed bee stuff with geneticsbartimaeusnek
+added mica crop +code improvements Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-08-24Add some additional debug information to pumps; people claim to be still ↵Jason Mitchell
having problems with them
2019-08-14Merge pull request #197 from GTNewHorizons/NEI-Tierbartimaeusnek
fixes "scythe bug"
2019-08-14fixes "scythe bug"bartimaeusnek
-added FakeScannerRecipes for all Schematics
2019-07-25suggestion: molds for pipes #4869Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4869
2019-07-16Merge branch 'experimental' of ↵Dream-Master
https://github.com/GTNewHorizons/GT5-Unofficial into experimental
2019-07-16add rutile quadrupeling #4850Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4850
2019-07-15IC2 ENet compat for GT transformers & GT cablesJason Mitchell
* Fixes every face of ic2 nuclear reactors giving full energy * Should reduce performance concerns from previous ic2 energy compat * Removes Tec's workaround
2019-07-13Update transformers and pollutionTechnus
2019-06-22null checksJason Mitchell
2019-06-22Populate getDescription() for WAILAJason Mitchell
2019-06-15+adjusted HP solar boiler to match the tooltipbartimaeusnek
+re-added solar GUI
2019-06-12complain about null inputsJason Mitchell
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-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-15redid fake ODbartimaeusnek
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-19add more comb recipesDream-Master
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-12Cherry pick multiamp dynamo support for multiblock generators. Removed local ↵Richard Hendricks
explosion checks from large turbine and plasma turbine. Large turbs now support buffered 4A dynamos.
2019-03-04New coil rebalance (1200K+) #4126Dream-MasterXXL
https://github.com/GTNewHorizons/NewHorizons/issues/4126