Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-03 | Minor text fixes | Prometheus0000000 | |
2020-10-25 | fix acidental perfect OC on all multies (#332) | botn365 | |
2020-10-20 | Merge pull request #330 from GTNewHorizons/GradleUnfck | Martin Robertz | |
Gradle unfck | |||
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 | allow only from input side | botn365 | |
2020-10-19 | allow to pull items from input bus | botn365 | |
2020-10-05 | Invalid Muffler Hatch Facing | bartimaeusnek | |
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-01 | worldObj.getPrecipitationHeight moved to variable | kaziu687 | |
2020-10-01 | Update BaseMetaTileEntity.java | kaziu687 | |
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-19 | put back oldTime | korneel vandamme | |
2020-09-19 | Merge branch 'experimental' into patch-4 | botn365 | |
2020-09-19 | fix to much power on non perfect OC | korneel vandamme | |
2020-09-19 | Revert "fix energy consumption on OC past tick limit" | DreamMasterXXL | |
This reverts commit efbaa3fcb94da0aea4a4d51519b58df4641e68d9. | |||
2020-09-18 | fix energy consumption on OC past tick limit | botn365 | |
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-09 | replace HashMap with a (bounded) Guava Cache | repo_alt | |
2020-09-08 | A simple cache for the furnace recipes, to avoid linear iteration | repo_alt | |
(Should help with https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6416) | |||
2020-09-02 | GT p2p tunnel was added to AE itself | repo_alt | |
2020-08-29 | Move neighbour update to BaseTileEntity | moller21 | |
2020-08-25 | Redstone, power, strong, signal, cover | moller21 | |
2020-08-23 | Revert stocking mode change. | moller21 | |
2020-08-23 | Attempt at improving chest buffers, also slowing down lower tier ones. | moller21 | |
2020-08-02 | Fix full size pipes restrictor textures. | moller21 | |
2020-08-01 | Merge pull request #306 from hohounk/experimental | Martin Robertz | |
Simple optimization to GT_Utility.moveOneItemStack | |||
2020-08-01 | Fix batteries in machines chugging cpu to look up recipes. | moller21 | |
2020-07-31 | Better optimization for moving items between inventories. | Kalle | |
2020-07-29 | Simple optimization to GT_Utility.moveOneItemStack | Kalle | |
2020-07-23 | feat(Gregtech) add Raw DD Portal Block | DreamMasterXXL | |
Add Raw Poatal Block for DD Infusion recipe | |||
2020-07-19 | Rework clientside pollution (#302) | moller21 | |
* Rework clientside pollution * Pollution rework * removed debug | |||
2020-07-17 | Fixed average EU input/output display | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5472 | |||
2020-07-17 | Transformer not change visually when mode changes to step up | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5420 | |||
2020-06-12 | fix derp | Martin Robertz | |
2020-06-12 | fix | DreamMasterXXL | |
2020-06-12 | Revert "Revert "MachineBlock runnable toggle"" | DreamMasterXXL | |
This reverts commit c40ad6aecab563410ad68fde6e39bcc0e3121469. | |||
2020-06-11 | Revert "MachineBlock runnable toggle" | DreamMasterXXL | |
This reverts commit 8b93a2909d7285f6506a56889929039c41882845. | |||
2020-06-11 | Phthalic Acid change breaks things #6242 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6242 | |||
2020-06-11 | Do shit | DreamMasterXXL | |
2020-06-11 | Phtalic Acid name wrong #6232 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6232 | |||
2020-06-09 | Fixed NEI time value for Replicators | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-06-09 | MachineBlock runnable toggle | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-06-04 | Merge pull request #300 from moller21/cover_guis | Martin Robertz | |
Cover guis | |||
2020-06-03 | Merge pull request #295 from GTNewHorizons/LargeChemOC | Martin Robertz | |
Unified Large Chem reactor OC | |||
2020-06-01 | Added gui's for the rest of em covers. | moller21 | |
2020-05-31 | Remove Logging | Jason Mitchell | |
2020-05-31 | Only modify aStack when doDrain == true | Jason Mitchell | |
2020-05-27 | Unified Large Chem reactor OC | bartimaeusnek | |
related #294 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-05-16 | bee changes | DreamMasterXXL | |
Autoclave get a new input slot | |||
2020-05-12 | Fixed NPE during Worldgen | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-05-10 | Merge pull request #281 from moller21/coverguis2 | Martin Robertz | |
Cover GUI's take 2 | |||
2020-05-10 | Cover GUI: added fluid regulator, finished open on shiftrightclick. | moller21 | |