aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2020-01-02Oil drills in the world will have radius reset to 0 after the update w/o ↵repo_alt
this check
2020-01-01Item dupe through the terminalrepo_alt
2019-12-28Chunkloading support for multiblock miner (#227)repo-alt
* WIP, doesn't do anything yet, up to RFC * Initial attempt at Chunk manager * Added chunkloading support to multiblock miner. * moved basic miner-independent chunkloading-related stuff up tier, to be more reusable Co-authored-by: Richard Hendricks <richardhendricks@pobox.com>
2019-12-27forgot to readd the << 4bartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-12-27made OreDrilling radius Chunk Sizedbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-12-23Removed hard dep on AE2bartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
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-21Merge branch 'experimental' of ↵Dream-Master
https://github.com/GTNewHorizons/GT5-Unofficial into experimental
2019-12-21[Suggestion] Add recipe for making wafers from high-tier doped wafers #5176Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5176 (cherry picked from commit 3389ad58b53cde8822cadb86e23e6ec0e9810e9b)
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-18Tooltip change for circuit assemblers to make them different from normal ↵Richard Hendricks
assembling machines.
2019-12-18Change battery buffer from updating info line every 20 *scans* to every 20 ↵Richard Hendricks
ticks, ie 1s.
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-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-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-27Sodium Hydroxide recipe issues #5116Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5116 (cherry picked from commit 120401df36dbb0ff00ad26618193ed0e3df2dcfe)
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-16add extra mix for TF GalenaTFDream-Master
2019-11-16change iridium to platinum in T3 Heavy Duty plates/ingotsDream-Master
2019-11-16change tf ores dont spawn above y 35Dream-Master
2019-11-09Cannot breed Certus and Fluix Bees #5096Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5096
2019-11-06can only make tape with noram rubber #5081Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5081
2019-11-06can only make tape with noram rubber #5081Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5081
2019-11-06Bricked Blast furnace wrong bricks in description #5082Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5082
2019-11-02commented out small ores osmium, iridium and platinum (add BartWorks small ores)Dream-Master
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-30Merge branch 'test' into experimentalDream-Master
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-29fixDream-Master
2019-10-29try to find out what crash neiDream-Master
2019-10-29Revert "small Assembly Line fix"Dream-Master
This reverts commit 8de068fbf425162c75793d795c6296d03003d49e.
2019-10-29update durability to mine Redstone and Diamonds after making bronze tools.Dream-Master
2019-10-29lapotronic energy orb cluster has no circuit ordict #5059Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5059
2019-10-25Update GT_MetaTileEntity_MultiBlockBase.javaDaniel