Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-20 | Fixes boosting not working. Also getInfoData too | Prometheus0000000 | |
2020-11-19 | Change all the multi tooltips over. Also changed tooltip class a bit | Prometheus0000000 | |
2020-11-20 | add suport for drawers and barrels | korneel vandamme | |
2020-11-19 | Fix extreme LCE fuel loading | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-18 | Add new method of displaying MB tooltips. LCR as example for now | Prometheus0000000 | |
2020-11-19 | Extreme LCE now uses LOX | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-19 | Fix wrong fuel consumption in extreme LCE | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-16 | Merge pull request #348 from repo-alt/experimental | repo-alt | |
GT ore blocks in world are not recognized as an oredicted stack | |||
2020-11-16 | GT ore blocks in world are not recognized as an oredicted stack | repo_alt | |
2020-11-16 | use moveMultipleItemStacks to variuos functions | korneel vandamme | |
2020-11-16 | add moveMultipleItemStacks to utils | korneel vandamme | |
2020-11-15 | Merge pull request #346 from Prometheus0000/experimental | Martin Robertz | |
Added fuel rod recipes to code+add circuits | |||
2020-11-15 | Clean up Extreme Diesel Engine | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-14 | Added fuel rod recipes to code+add circuits | Prometheus0000000 | |
2020-11-14 | Merge pull request #345 from Prometheus0000/change | Martin Robertz | |
Disable amber dust->crystal crucible recipe for now, make comprehensible | |||
2020-11-13 | Disable amber dust->crystal crucible recipe for now, make comprehensible | Prometheus0000000 | |
2020-11-14 | Miners may actually detect ores by the oredict | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5468 | |||
2020-11-13 | Handle restart and radius change | repo_alt | |
2020-11-13 | Single block miner optimization | repo_alt | |
2020-11-13 | LCR was forming w/o energy and maintenance hatches | repo_alt | |
2020-11-13 | Merge pull request #340 from GTNewHorizons/CleanroomCallbackRework | Martin Robertz | |
Cleanroom Callback Rework | |||
2020-11-13 | Merge pull request #341 from GTNewHorizons/circuit-rework | Martin Robertz | |
make stem cell a bit cheaper | |||
2020-11-12 | Allow Plumbilia to multiply galena as well, since it contains it as well | Prometheus0000000 | |
2020-11-12 | Merge branch 'experimental' into circuit-rework | botn365 | |
2020-11-12 | make stem sell cheaper | korneel vandamme | |
2020-11-10 | Cleanroom Callback Rework | bartimaeusnek | |
2020-11-05 | You forgot to change this | Prometheus0000 | |
2020-11-04 | Merge pull request #338 from Prometheus0000/namefix | Martin Robertz | |
Minor text fixes | |||
2020-11-03 | Minor text fixes | Prometheus0000000 | |
2020-11-03 | make NT fusion viable | botn365 | |
this makes NT fusion actualy a viable option | |||
2020-11-03 | add(Forestry)Uranium Tube assembler recipe | DreamMasterXXL | |
Things that need fixing in the 2.0.9.2b dev version #6887 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6887 | |||
2020-11-03 | Added IV HOG only LCE | Prometheus0000000 | |
2020-10-29 | Fix ore not synced to client in some cases (again) | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-10-28 | Fix ore not synced to client in some cases | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-10-25 | Merge pull request #333 from Prometheus0000/fgchange | Martin Robertz | |
Fgchange | |||
2020-10-25 | #6493 star amount | Prometheus0000 | |
2020-10-25 | fix acidental perfect OC on all multies (#332) | botn365 | |
2020-10-25 | Organize import | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-10-25 | Move the hide to proper place & use proper api | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-10-23 | Actually hide filled volumetric flask in NEI | Glease | |
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-20 | Merge pull request #330 from GTNewHorizons/GradleUnfck | Martin Robertz | |
Gradle unfck | |||
2020-10-19 | Merge pull request #328 from GTNewHorizons/input-bus-pulling | Martin Robertz | |
allow pulling items from input bus | |||
2020-10-19 | Lift checks out of Stripped Methodes to prevent NoSuchMethodErrors | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-10-19 | Unf****d build.gradle | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-10-19 | Bee 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-19 | allow only from input side | botn365 | |
2020-10-19 | allow to pull items from input bus | botn365 | |
2020-10-16 | Fix ganymede bee drop | Prometheus0000 | |
2020-10-13 | Merge pull request #324 from GTNewHorizons/digital-chest-void-overflow | Martin Robertz | |
Digital chest void overflow | |||
2020-10-13 | better localisation handeling | korneel vandamme | |