Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-10-13 | Make cleanroom workspeed based on height and tier | Glease | |
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-13 | remove extra if else | korneel vandamme | |
2020-10-12 | fix extra } in post tick | korneel vandamme | |
2020-10-12 | speling | botn365 | |
2020-10-12 | update lang file | botn365 | |
2020-10-12 | add overflow voiding to digital chests | botn365 | |
2020-10-06 | Merge pull request #323 from GTNewHorizons/hatch_orientation | Martin Robertz | |
Cherry-Pick: Invalid Muffler Hatch Facing from GTNH2 | |||
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-05 | Merge pull request #322 from GTNewHorizons/AE2Independancy | bartimaeusnek | |
Fix AE2 compat to be independant at runtime | |||
2020-10-02 | fix(GT)add missing NBT Imort | DreamMasterXXL | |
2020-10-02 | add 864 and make circuit numbers better | botn365 | |
2020-10-02 | add 720L valua and turn 1000 to circuit 24 | botn365 | |
2020-10-02 | add QoL for flasks | botn365 | |
add the option to set the capacity of flasks trough a assembler and circuit | |||
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-30 | Fix AE2 compat to be independant at runtime | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-09-27 | fix furnace recipes with 2+ output | botn365 | |
fix multi smelter only given 1 item if the even if the recipe gave more then 1 item | |||
2020-09-25 | fixed data bank achievement | boubou19 | |
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-15 | fix horibe tps lag on multie smelter | botn365 | |
2020-09-09 | Merge pull request #313 from GTNewHorizons/patch-lgt-underflow | Martin Robertz | |
Fix GTNewHorizons/GT-New-Horizons-Modpack#6586 | |||
2020-09-09 | replace HashMap with a (bounded) Guava Cache | repo_alt | |
2020-09-09 | Fix GTNewHorizons/GT-New-Horizons-Modpack#6586 | Glease | |
This makes it waste the extra fuel value, give the optimal output advertised on tooltip and always have an efficiency of 100%. | |||
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 | Merge pull request #310 from moller21/experimental | Martin Robertz | |
Fix strong power redstone | |||
2020-08-29 | Move neighbour update to BaseTileEntity | moller21 | |
2020-08-25 | Redstone, power, strong, signal, cover | moller21 | |
2020-08-24 | Merge pull request #309 from moller21/experimental | Martin Robertz | |
Make chest buffers reduce server load. | |||
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-23 | Merge pull request #308 from redmage17/experimental | Martin Robertz | |
Added Recycling recipes for EBF Coils | |||
2020-08-18 | Added Recycling recipes for EBF Coils | redmage17 | |
Mica foil is basically Ash or Quartz Sand as it is a composite and I feel like you should not get it back. I am not adding coils to the disassembler recipes. Verified all recipes in game | |||
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 | |