aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
2019-12-18Change battery buffer from updating info line every 20 *scans* to every 20 ↵Richard Hendricks
ticks, ie 1s.
2019-12-16Updated Seismic Prospector ore and oil outputs to be more useful.Richard Hendricks
2019-12-15Updated prospector oilfield outputRichard Hendricks
2019-12-15Prospector display improvementsRichard Hendricks
2019-12-10tin item pipe not harvestable #5156Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5156 set Steel Level from 2 to 3 (cherry picked from commit 3af81d216633df4c0782a086fc8f9374184a9958)
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-10-31made the assembly line translation class more robustbartimaeusnek
+wont crash anymore with broken language file Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-10-30revert redstone hardness. Otherwise no on can crash it with a lv 2 hammer.Dream-Master
(cherry picked from commit 5f63f6b0a3668ec869c6ed283d6a371f55448f5a)
2019-10-30Merge pull request #210 from observeroftime01/turbine-nbt-removalMartin Robertz
Remove NBT data from turbines, preventing them from being disassembled.
2019-10-29Remove NBT data from turbines, preventing them from being disassembled.observeroftime02
Signed-off-by: observeroftime02 <observeroftime@shizuki.ca>
2019-10-29More gracefully handle nulls in LCR recipesJason Mitchell
2019-10-29update durability to mine Redstone and Diamonds after making bronze tools.Dream-Master
2019-10-25Update GT_MetaTileEntity_MultiBlockBase.javaDaniel
2019-10-25fix bufferd dynamo hatch (#207)botn365
* fix buffer dynamo hatch fix where a turbine with a buffer dynamo hatch makes more then 1A it wil not out put non complete amps in to the buffer * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_MetaTileEntity_MultiBlockBase.java
2019-10-15Vacume Freezer NEI Interface #5042Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5042
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-09-03Revert "?"Спартак
This reverts commit 90d63a4a2bf7061d9a829b0f26386175e5dd9eca.
2019-09-03Add Space CoolantСпартак
2019-09-03?Спартак
2019-09-03Merge pull request #199 from GTNewHorizons/UHV-stuffMartin Robertz
UHV stuff
2019-09-03added multiple Glass Variants instead of only onebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-09-02UHV/UEV integration of basic machinesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-07-25suggestion: molds for pipes #4869Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4869
2019-07-15document potential cable gotchasJason Mitchell
2019-07-15more small cleanupJason Mitchell
2019-07-15spacesJason Mitchell
2019-07-15small cleanupJason Mitchell
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-15rebalance if cat and ifDream-Master
2019-07-15checking with new trinium speed valueDream-Master
rebalance infinity a bit
2019-07-15Stargate Wiki said Trinium is 100x more durable than steel and 100x more ↵Dream-MasterXXL
lighter.
2019-07-13Upgrade transformer logicTechnus
2019-06-22fluid shenanigansJason Mitchell
2019-06-20#4727 Modified code to skip to the next cardinal direction pair when doing ↵Richard Hendricks
power delivery instead of always doing a 0-5 search. This should help simple "straight cables with machines attached" prefer to power the closer machines first, especially for NS runs.
2019-06-17fixed broken lag messagebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-29UEV Motor uncraftable #4601Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4601
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-21Duplicate Alumite tools #4231Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4231
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-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-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-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-07rockets now tiered t6-8Dream-Master