| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-14 | ME output bus cache refactored (#868) | repo-alt | |
| * Allow toolbox usage for maintenance w/o opening GUI (Also resolves https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9044) * ME output bus cache refactored Now the bus will infinitely cache items until you connect it to ME network (this means that any other (overflow) output buses will never receive anything by default) This behaviour is toggleable by the screwdriver. | |||
| 2022-01-14 | output bus anywhere on layer 1 | Sphyix | |
| 2022-01-13 | allow data access everywhere | Sphyix | |
| 2022-01-13 | The Miner pipe retracting improvements (#867) | Johnson | |
| * + The Miner pipe retracting improvements. + The Pump tooltip change (all about retracting). * back method signature Co-authored-by: karpov.evgeniy <karpov-em@dartit.ru> | |||
| 2022-01-11 | fix DT structure check | Yang Xizhi | |
| 2022-01-09 | Added smoke to charcoal pile igniter (#860) | YannickMG | |
| - Visible indicator of pollution - Useful to tell from a distance if it finished processing | |||
| 2022-01-08 | Fix Charcoal Pit Igniter choking on pollution | YannickMG | |
| Necessary because the pollution per tick is no longer 0. | |||
| 2021-12-30 | Refactors for easier reading (#839) | Jason Mitchell | |
| * Refactors * Common functionality to base classes * GT Pre/Postload broken into more modular pieces * Extract common (mainly cover related) functionality from BaseMetaTileEntity & BaseMetaPipeEntity | |||
| 2021-12-24 | tt support for pa (#833) | Yang Xizhi | |
| * tt support for pa * remove anti pattern. clear up duplicated code fragments * fix copy pasting error * add vanilla energy hatch back Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-12-24 | add more turbine texture (#835) | Yang Xizhi | |
| 2021-12-17 | blacklist the vac tube and graphene dust (#819) | Yang Xizhi | |
| 2021-12-15 | Fix discrepancy between structure check and hologram (#801) | Glease | |
| 2021-12-13 | Update GT_MetaTileEntity_ProcessingArray.java | Alkalus | |
| Allows machines not using the .basicmachine prefix to work. | |||
| 2021-12-12 | add infinite oil rig (#795) | boubou19 | |
| * add infinite oil rig * fix typo * get same speed as the oil rig III * adjust speed for the infinite oil rig | |||
| 2021-12-08 | Fix assline oredict support (#786) | Glease | |
| * Fix assline oredict support * Fix assline hash generation depending on transient states | |||
| 2021-12-08 | Distillation circuit (#784) | Martin Robertz | |
| * add input slots to Distillation Tower * borrow Large chemical reactor code to make it show up in Nei * add itemstack to Distillation multi machine code (cherry picked from commit e6e4203979340fc21f8ef4e1d6e9d0376afd3ef6) * remove unnecessary checks Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-12-02 | Fix assline NPE | Glease | |
| As noted here https://github.com/GTNewHorizons/GT5-Unofficial/commit/a07d8b58642eb9161479dcb3a285ad9979a74d2c#commitcomment-61224376 Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-11-29 | removed useless overrides | boubou_19 | |
| 2021-11-27 | Merge pull request #752 from boubou19/pollution | Martin Robertz | |
| Make the GT pollution values tweakable through config. | |||
| 2021-11-26 | allow generators to face down | bombcar | |
| 2021-11-25 | rework large boilers for more clarity | boubou_19 | |
| 2021-11-25 | changed the charcoal pit to use per second for more precision | boubou_19 | |
| 2021-11-25 | changed EBF to use per second for more precision | boubou_19 | |
| 2021-11-25 | changed pyrolyse oven to use per second for more precision | boubou_19 | |
| 2021-11-25 | changed multismelter to use per second for more precision | boubou_19 | |
| 2021-11-25 | changed the gas turbine to use per second for more precision | boubou_19 | |
| 2021-11-25 | changed the Extreme Combustion Generator to use per second for more precision | boubou_19 | |
| 2021-11-25 | changed the Combustion Generator to use epr second for more precision | boubou_19 | |
| 2021-11-25 | changed the BBF to use per second for more precision | boubou_19 | |
| 2021-11-25 | changed implosion compressor to user per second for more precision | boubou_19 | |
| 2021-11-25 | changed large boilers to use per second for more precision | boubou_19 | |
| 2021-11-24 | fixed bricked blast furnace tooltip | boubou_19 | |
| 2021-11-23 | centralized pollution for GT multies | boubou_19 | |
| 2021-11-20 | Merge pull request #732 from D-Cysteine/lock-single-recipe | Martin Robertz | |
| [Proof of concept] Allow locking multi-block machines to a single recipe, to reduce server cost | |||
| 2021-11-20 | Merge pull request #735 from GTNewHorizons/AssLine-Data-Stick-Fix | Martin Robertz | |
| Assembly line data stick fix | |||
| 2021-11-17 | Merge branch 'experimental' into lock-single-recipe | Martin Robertz | |
| 2021-11-17 | convert cover data storage to a full nbt tag | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-11-16 | Implemented use of GT_AssemblyLineUtils for the Scanner and Assembly line. | Alkalus | |
| Cleaned up Assembly Line recipe handling code. Cleaned up Scanner AL recipe handling code. Cleaned up GT_AssemblyLineUtils a touch and added a little more debugging. (Turn D1 on in GT) | |||
| 2021-11-16 | Potentially implemented Assembly Line Recipe Hash checking to the Scanner ↵ | Alkalus | |
| and Assembly line. | |||
| 2021-11-15 | Fully optimize PA check | D-Cysteine | |
| 2021-11-15 | Add locking support to LCR and PA | D-Cysteine | |
| 2021-11-14 | Add single recipe check | D-Cysteine | |
| 2021-11-14 | Require each LDP endpoints to be at least 64 blocks away | Glease | |
| 2021-10-20 | Merge pull request #693 from D-Cysteine/miner-cobblestone | Martin Robertz | |
| Detect the ore type and replace with that type of cobble | |||
| 2021-10-20 | Added fix from D-Cysteine | Ethryan | |
| 2021-10-20 | Increase Brewer capacity | Ethryan | |
| 2021-10-19 | Detect the ore type and replace with that type of cobble | D-Cysteine | |
| 2021-10-19 | Make miners replace ore blocks with cobblestone | D-Cysteine | |
| 2021-10-15 | Merge pull request #682 from GTNewHorizons/patch-cleanroom-tooltip | Martin Robertz | |
| Update cleanroom tooltip | |||
| 2021-10-14 | Separate busses now toggleable | Florexiz | |
