Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-23 | Try to use locale formatting | D-Cysteine | |
* Also format some more of the portable scanner's output | |||
2021-10-22 | Try start processing immediately upon manual fluid manipulation | Glease | |
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 | |
2021-08-28 | Fix PA not setting input filter properly | Glease | |
Also slightly improved PA code quality because those IntelliJ warnings are too annoying. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-08-16 | Removed useless concurrency for some maps | TimeConqueror | |
2021-08-08 | Fix GT_MetaTileEntity_Buffer sort mode chat message | D-Cysteine | |
2021-08-08 | Add formatting to pipe heat capacity | D-Cysteine | |
2021-08-08 | Add formatting to getInfoData() | D-Cysteine | |
2021-08-07 | Merge pull request #630 from D-Cysteine/format-numbers | Martin Robertz | |
Add number formatting for tooltips & recipes | |||
2021-08-07 | Print powers of 10 instead, for large numbers only | D-Cysteine | |
2021-08-07 | Add formatting to pipes, wires, super chests, super tanks | D-Cysteine | |
2021-08-07 | Add number formatting for tooltips & recipes | D-Cysteine | |
2021-08-05 | Remove bSortStacks check | D-Cysteine | |
2021-08-04 | Merge pull request #627 from D-Cysteine/add-cracked-cells | Martin Robertz | |
Add cracked fluid cells | |||
2021-08-03 | Well, the name 'Arrays' seems to be not so good, since it collides with ↵ | TimeConqueror | |
java.util.Arrays | |||
2021-08-03 | OutputBus: removed excess constructor with the same parameters | TimeConqueror | |
2021-08-02 | Added some constructors to Hatch Buses to remove some GTPP ASM | TimeConqueror | |
2021-08-01 | Add cracked fluid cells | D-Cysteine | |
2021-08-01 | Manual merging | TimeConqueror | |
2021-08-01 | Merge branch 'experimental' into code-improvements | Andrey | |
2021-08-01 | increase the generator's eu capacity | GlodBlock | |
2021-08-01 | Improved readability of setBlockEvent | TimeConqueror | |
2021-08-01 | Improved readability of BaseMetaTileEntity receiveClientEvent | TimeConqueror | |
2021-08-01 | Fix off by one in cubic multi base and tooltip builder | Glease | |
Also added a command to toggle structure lib debug print. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-31 | Fix iteration over invalid slots | D-Cysteine | |
2021-07-30 | Make GT_MetaTileEntity_CubicMultiBlockBase easier to use | Glease | |
2021-07-30 | Fix typo in cubic base structure definition | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix ClassCastException in GT_MetaTileEntity_CubicMultiBlockBase | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Make block hint text more informative | Glease | |
Also migrated from defer to lazy where possible Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fixes related to coil hint blocks | Glease | |
Also updates StructureLib to fix invisible block hint and pulled the utility methods up. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> |