Age | Commit message (Collapse) | Author |
|
ticks, ie 1s.
|
|
|
|
|
|
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/5156
set Steel Level from 2 to 3
(cherry picked from commit 3af81d216633df4c0782a086fc8f9374184a9958)
|
|
* 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>
|
|
+wont crash anymore with broken language file
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
(cherry picked from commit 5f63f6b0a3668ec869c6ed283d6a371f55448f5a)
|
|
Remove NBT data from turbines, preventing them from being disassembled.
|
|
Signed-off-by: observeroftime02 <observeroftime@shizuki.ca>
|
|
|
|
|
|
|
|
* 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
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/5042
|
|
|
|
+added mica crop
+code improvements
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
This reverts commit 90d63a4a2bf7061d9a829b0f26386175e5dd9eca.
|
|
|
|
|
|
UHV stuff
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/4869
|
|
|
|
|
|
|
|
|
|
* Fixes every face of ic2 nuclear reactors giving full energy
* Should reduce performance concerns from previous ic2 energy compat
* Removes Tec's workaround
|
|
|
|
rebalance infinity a bit
|
|
lighter.
|
|
|
|
|
|
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.
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/4601
|
|
+added recipe
+removed unnessecary ", new Object[0]" for vargars methodes
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/4231
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/4350
|
|
https://github.com/GTNewHorizons/NewHorizons/issues/4350
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
+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>
|
|
|
|
+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
|
|
explosion checks from large turbine and plasma turbine. Large turbs now support buffered 4A dynamos.
|
|
|