Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-26 | clean, fixed nano | Sphyix | |
2021-07-26 | Merge branch 'experimental' of https://github.com/Sphyix/GT5-Unofficial into ↵ | Sphyix | |
experimental | |||
2021-07-26 | added tooltip to armors providing hazmat | Sphyix | |
2021-07-26 | added hazmat armors | Sphyix | |
2021-07-24 | Fix typo | D-Cysteine | |
2021-07-24 | Add missing (- 100) to GUI calculations | D-Cysteine | |
2021-07-24 | Fix method formatting | D-Cysteine | |
2021-07-24 | Update single-block boiler GUI to use getCapacity() | D-Cysteine | |
Update single-block boiler GUI to use GT_MetaTileEntity_Boiler.getCapacity() for computing water and steam fill percentages. Also change lava boiler to have 32000 capacity (from 16000). | |||
2021-07-23 | Merge pull request #583 from GTNewHorizons/recipe-change | Martin Robertz | |
make item filter recipe more reasonable | |||
2021-07-23 | Merge pull request #600 from repo-alt/experimental | Martin Robertz | |
ME Output bus optimization | |||
2021-07-22 | Added caching to the ME output bus, to reduce stress on ME system in high ↵ | repo_alt | |
output rate cases Also, added item detector cover support to the bus, so that the item detector will signal "full" in case of ME failure https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8231 | |||
2021-07-22 | Fix cleanroom blocks color | Usernm | |
Fix cleanroom maintenance and energy hatch color | |||
2021-07-20 | Made digital chest prioritized like partitioned cell | repo_alt | |
2021-07-18 | ME Output bus storeAll returned inverted value | repo_alt | |
2021-07-15 | Merge pull request #598 from TimeConqueror/experimental | Martin Robertz | |
More optimizaaations | |||
2021-07-15 | Removed useless method callings | TimeConqueror | |
2021-07-15 | Merge pull request #597 from TimeConqueror/experimental | Martin Robertz | |
Improvements to Vanilla Replacement & GT_Utility#copy | |||
2021-07-15 | Removed useless array creation in most #copy methods by changing them to ↵ | TimeConqueror | |
#copyOrNull variant with single parameter. | |||
2021-07-10 | Extended GUI fluid manipulation support to GT_MetaTileEntity_BasicTank | Glease | |
2021-07-03 | Remove unnecessary redstone state query for covers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-02 | add the space | GlodBlock | |
2021-07-01 | make item filter recipe more reasonable | GlodBlock | |
2021-07-01 | Improve lava boiler tooltip | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-28 | fix rock break stack overflow (typo) | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-26 | Grammar fix | Prometheus0000 | |
2021-06-26 | remove debug message and fix the tooltip | GlodBlock | |
2021-06-26 | fix the typo | GlodBlock | |
2021-06-25 | add recipe for item filter | GlodBlock | |
2021-06-25 | add item filter cover | GlodBlock | |
This stuff will be rewritten when cover supports NBT. | |||
2021-06-25 | Fix redstone cover UX being weird | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-19 | Remove coordinates with proper equality check | amy null | |
2021-06-18 | fixed texture of the UEV pump | boubou_19 | |
2021-06-17 | Merge pull request #565 from GTNewHorizons/item-regulator-fix | Martin Robertz | |
Fix regulator not working when some slots are empty | |||
2021-06-17 | fixed Pollution handler not checking if pollution is enabled in the cfg | boubou_19 | |
2021-06-16 | fix tooltip | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-14 | Fix capitalization | Prometheus0000 | |
2021-06-07 | Merge pull request #553 from MatthewCOwen/experimental | Martin Robertz | |
Made the wireless redstone recievers safer to use on public servers | |||
2021-06-07 | removed covervariable as a parameter and applied proper masking | Matt | |
2021-06-06 | Uses GT_WirelessRedstoneCover packets now | Matt | |
2021-06-05 | Made fixes based on Glease's suggestions | Matt | |
2021-06-05 | fixed some bit masking logic | Matt | |
2021-06-04 | replaced another magic bitmask | Matt | |
2021-06-04 | Clean ups and fixes | Matt | |
2021-06-04 | Private channel is now implemented | Matt | |
2021-06-04 | User can only manually change the lower 16 bits of the coverVariable | Matt | |
2021-06-04 | move the comment to where it belongs | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-04 | Fix ancient copy paste problem | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-03 | Prevent integer overflow in solar boiler | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-01 | Merge remote-tracking branch 'origin/experimental' into experimental | Matt | |
2021-06-01 | Made the redstone reciever safer to use on public servers | Matt | |