aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-11-03Minor text fixesPrometheus0000000
2020-11-03add(Forestry)Uranium Tube assembler recipeDreamMasterXXL
Things that need fixing in the 2.0.9.2b dev version #6887 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6887
2020-10-29Fix ore not synced to client in some cases (again)Glease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-28Fix ore not synced to client in some casesGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-25Merge pull request #333 from Prometheus0000/fgchangeMartin Robertz
Fgchange
2020-10-25#6493 star amountPrometheus0000
2020-10-25fix acidental perfect OC on all multies (#332)botn365
2020-10-25Organize importGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-25Move the hide to proper place & use proper apiGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-23Actually hide filled volumetric flask in NEIGlease
Previously this is called too early that many fluid are simply not yet registered. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-20Merge pull request #330 from GTNewHorizons/GradleUnfckMartin Robertz
Gradle unfck
2020-10-19Merge pull request #328 from GTNewHorizons/input-bus-pullingMartin Robertz
allow pulling items from input bus
2020-10-19Lift checks out of Stripped Methodes to prevent NoSuchMethodErrorsbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-19Unf****d build.gradlebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-19Bee Definition Cleanup (#326)bartimaeusnek
* Bee Definition Cleanup Removed a Lot of boilerplate code, by using Consumers instead of Overrides Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Made Use of Static imports + use "Color" class for better IDE integration & readability + parameterised some Generics + reroute some Method overloads Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed an oversight Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed a typo Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-19allow only from input sidebotn365
2020-10-19allow to pull items from input busbotn365
2020-10-16Fix ganymede bee dropPrometheus0000
2020-10-13Merge pull request #324 from GTNewHorizons/digital-chest-void-overflowMartin Robertz
Digital chest void overflow
2020-10-13better localisation handelingkorneel vandamme
2020-10-13Make cleanroom workspeed based on height and tierGlease
It is now 225 second per block height. A standard 3x4x3 cleanroom will take 7.5 minute to fire up (down from 8.33 minute). Any wider will not cause it to slowdown. The cleanroom will be overclockable (not perfect).
2020-10-13remove extra if elsekorneel vandamme
2020-10-12fix extra } in post tickkorneel vandamme
2020-10-12spelingbotn365
2020-10-12update lang filebotn365
2020-10-12add overflow voiding to digital chestsbotn365
2020-10-06Merge pull request #323 from GTNewHorizons/hatch_orientationMartin Robertz
Cherry-Pick: Invalid Muffler Hatch Facing from GTNH2
2020-10-05Invalid Muffler Hatch Facingbartimaeusnek
Added the ability to change the invalid facing orientation on the Muffler Hatch Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-05Merge pull request #322 from GTNewHorizons/AE2Independancybartimaeusnek
Fix AE2 compat to be independant at runtime
2020-10-02fix(GT)add missing NBT ImortDreamMasterXXL
2020-10-02add 864 and make circuit numbers betterbotn365
2020-10-02add 720L valua and turn 1000 to circuit 24botn365
2020-10-02add QoL for flasksbotn365
add the option to set the capacity of flasks trough a assembler and circuit
2020-10-01worldObj.getPrecipitationHeight moved to variablekaziu687
2020-10-01Update BaseMetaTileEntity.javakaziu687
Fixes problem that may cause explosion on Thermos servers with load-chunks-on-request: false When machine stays at the edge of loaded chunk (where siblings is not loaded) worldObj.getPrecipitationHeight will return -1 (cuz chunk wont be loaded on request). Machine will explode even if there is a roof.
2020-09-30Fix AE2 compat to be independant at runtimebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-09-27fix furnace recipes with 2+ outputbotn365
fix multi smelter only given 1 item if the even if the recipe gave more then 1 item
2020-09-25fixed data bank achievementboubou19
2020-09-19put back oldTimekorneel vandamme
2020-09-19Merge branch 'experimental' into patch-4botn365
2020-09-19fix to much power on non perfect OCkorneel vandamme
2020-09-19Revert "fix energy consumption on OC past tick limit"DreamMasterXXL
This reverts commit efbaa3fcb94da0aea4a4d51519b58df4641e68d9.
2020-09-18fix energy consumption on OC past tick limitbotn365
fix the energy consumption of the large chemical reactor where it would reduce the energy consumption if the it OCd past the tick limit
2020-09-15fix horibe tps lag on multie smelterbotn365
2020-09-09Merge pull request #313 from GTNewHorizons/patch-lgt-underflowMartin Robertz
Fix GTNewHorizons/GT-New-Horizons-Modpack#6586
2020-09-09replace HashMap with a (bounded) Guava Cacherepo_alt
2020-09-09Fix GTNewHorizons/GT-New-Horizons-Modpack#6586Glease
This makes it waste the extra fuel value, give the optimal output advertised on tooltip and always have an efficiency of 100%.
2020-09-08A simple cache for the furnace recipes, to avoid linear iterationrepo_alt
(Should help with https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6416)
2020-09-02GT p2p tunnel was added to AE itselfrepo_alt
2020-08-29Merge pull request #310 from moller21/experimentalMartin Robertz
Fix strong power redstone