| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-10 | data access hatch now proactively update data sticks (#861) | Glease | |
| this is to combat the problem of TT data bank pushing not updated sticks as ghost item into assline, which then constantly reupdate said sticks. with this change even data sticks in TT data bank will update. | |||
| 2022-01-05 | fix item stuck (#849) | Yang Xizhi | |
| * fix item stuck fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9338 * glease's suggestion | |||
| 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-23 | Add input filter to auto maintenance hatch (#830) | Glease | |
| 2021-12-18 | Add tooltip to ghost circuit slot (#821) | Glease | |
| Also tweaked allowPutStack to consider configured circuits as well. | |||
| 2021-12-18 | fix input stuck (#822) | Yang Xizhi | |
| fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9171 | |||
| 2021-12-17 | Add allow multistack to client preference | Glease | |
| Default to false | |||
| 2021-12-15 | change sb manchine filter logic (#808) | Yang Xizhi | |
| * change sb manchine filter logic it will allow sb machine to accept more one stack of the same item when filer mode is off. fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9107 * add another mode * forget lang change | |||
| 2021-12-13 | add unlocalizedname fluid map (#796) | Yang Xizhi | |
| * add unlocalizedname fluid map * change the lock name into fluid name | |||
| 2021-12-10 | Overflows overflows everywhere (#791) | Jason Mitchell | |
| * Reformat * Stop energy calcs from overflowing by switching int->long in several places in the new graph code to be consistent with how they're used elsewhere. | |||
| 2021-12-09 | Allow toolbox usage for maintenance w/o opening GUI (#790) | repo-alt | |
| (Also resolves https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9044) | |||
| 2021-12-05 | Refactor GT_MetaTileEntity_BasicGenerator (#779) | Konstantin Denisov | |
| 2021-12-04 | Make machine reconfiguration interface a little nicer | Glease | |
| also tweaked the API a little for GT++ conf circuits and bartworks circuit programmer Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-12-01 | Merge pull request #763 from GTNewHorizons/patch-basic-generators | Martin Robertz | |
| Fix single block generators accepting stuff it shouldn't | |||
| 2021-12-01 | Add a new ghost slot to single block machines for config circuits | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-11-30 | Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8962 | Glease | |
| 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 | explain why it's divided by 2 | boubou_19 | |
| 2021-11-25 | adapt base generator class to produce correct amount of pollution per sec | boubou_19 | |
| 2021-11-25 | changed large boilers to use per second for more precision | boubou_19 | |
| 2021-11-23 | centralized pollution for GT multies | boubou_19 | |
| 2021-11-20 | Merge pull request #741 from repo-alt/experimental | Martin Robertz | |
| https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/3166 | |||
| 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-19 | https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/3166 | repo_alt | |
| Flip wrench behaviour for buffer-like tiles | |||
| 2021-11-19 | Fluid lost when transporting fluid from GregTech pipe to EnderIO Conduit | repo_alt | |
| https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/4161 | |||
| 2021-11-17 | Merge branch 'experimental' into lock-single-recipe | Martin Robertz | |
| 2021-11-17 | Rename GT_CoverBehavior_New to GT_CoverBehaviorBase | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 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-14 | Add single recipe check | D-Cysteine | |
| 2021-11-13 | Remove infinite throughput | D-Cysteine | |
| 2021-11-12 | Update GT_MetaTileEntity_Hatch_Maintenance.java | Alkalus | |
| Only damage tool(s) if the maintenance for that tool needs to be done. | |||
| 2021-11-12 | Update GT_MetaTileEntity_Hatch_Maintenance.java | Alkalus | |
| Made Toolbox work for maintenance issues. | |||
| 2021-11-11 | Merge pull request #724 from GTNewHorizons/hatch-size-change | Martin Robertz | |
| Hatch size change | |||
| 2021-11-10 | Fix output hatch locked fluid display for placeable fluids. | repo_alt | |
| Fix scanner to report locked fluid even when the hatch is not locked https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8801 | |||
| 2021-11-07 | fix derp | Martin Robertz | |
| (cherry picked from commit d602218c160a7c2e2d4e84ae5ba4a32c829a2ca4) | |||
| 2021-11-07 | fix hatch capacity code | Martin Robertz | |
| (cherry picked from commit 17f9f29fbdf18f794e6459fcb4b1f84b5b393b16) | |||
| 2021-11-07 | fix tooltip | Martin Robertz | |
| (cherry picked from commit 60dbbe9f6bfac545daf65eb4463e4bac045f69c6) | |||
| 2021-11-07 | change input and output hatch size | Martin Robertz | |
| 2021-10-21 | Make Input Bus and Input Hatch to remember recipe map | Glease | |
| This recipe map is used to filter input. After chunk load, there will be a short delay between event "chunk finished loading" and "multiblock controller sets the recipe map". Not remembering it makes the hatch to temporarily accept arbitrary input until that happens. | |||
| 2021-10-13 | add indicator on hatches | GlodBlock | |
| 2021-10-09 | add GUI for output hatch fluid lock | GlodBlock | |
| 2021-10-05 | allow single block generators accept long value | GlodBlock | |
| the single block Naq V gens fuel value is over max int, so it will fail to accept. | |||
| 2021-09-28 | Replaced get() with get_nocopy() | Florexiz | |
| 2021-09-27 | Limiting mode now disabled for already existing busses | Florexiz | |
| 2021-09-27 | Implemented limiting mode for input busses (same as in singleblocks) | Florexiz | |
| 2021-09-25 | Add number formatting to overlooked spot | D-Cysteine | |
| 2021-09-13 | Fix crash | kuba6000 | |
