aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/covers
AgeCommit message (Expand)Author
2023-10-15Fix memory leak of player instances in CoverBehavior (#2333)tth05
2023-10-09Allows covers to be configured to tick more slowly (#2307)querns
2023-09-13Adds Metrics Transmitter Cover and Advanced GT Sensor Card for Information Pa...querns
2023-09-10Deprecate GregTech_API#mAE2 (#2288)miozune
2023-08-23Update the conditionals buttons and tooltips on covers to reflect their actua...Guillaume Mercier
2023-08-10Fix Digital Tank capacity for Fluid Storage Monitor (#2217)miozune
2023-07-28Less hostile user interfaces (Buffer/Filter/Input bus) (#2165)Yannick Marcotte-Gourde
2023-06-05Code cleanup (#2040)chill
2023-05-29Allow setting larger threshold of item detector cover for digital chests (#2035)miozune
2023-05-24Adjust overrides to allow opening machine GUI (#2019)Maxim
2023-05-06Exploring some various ForgeDirection fixes (#1950)Jason Mitchell
2023-04-29Revert #1816 and #1825 (#1931)NexusNull
2023-04-23Forge direction (#1895)Jason Mitchell
2023-04-21Recipes ra2 (#1872)boubou19
2023-04-10Update spotless config to 0.2.2Raven Szewczyk
2023-04-02Fix: Basic heat vent works without water (#1832)Léa Gris
2023-04-01Jabel, Generic injection and mostly automatic code cleanup (#1829)Raven Szewczyk
2023-04-01update spotless formatting (#1827)boubou19
2023-04-01add option for strong signal (#1825)NexusNull
2023-03-11Add regulator abilities to Steam Valve (#1785)NexusNull
2023-03-10Fix advanced external transmitter cover (#1793)Matej Dipčár
2023-01-30[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-24Fix array ClassCastExceptions (#1681)Raven Szewczyk
2023-01-20MTE Inventory updates (#1496)Jason Mitchell
2022-12-14ensure machine controller incompatible with redstone receiver (#1547)Glease
2022-12-14make covers actually insensitive to redstone if it doesn't need it (#1546)Glease
2022-11-25Rewrite GUIs with ModularUI (#1381)miozune
2022-10-26Fixed annoying cover message bug (#1490)johnch18
2022-10-13Fix Fluid Detector RS signal (#1464)Charles Gagnon
2022-10-12No more duplicated key II (#1457)iouter
2022-10-05Allow Redstone, Energy, and item to pass through Fluid Filter Cover (#1437)miozune
2022-10-01Merge branch 'advanced_redstone_covers'Martin Robertz
2022-10-01spotlessMartin Robertz
2022-10-01no-more-duplicate-key (#1424)iouter
2022-09-23Move `hashCoverCoords` to WirelessBaseMatej Dipčár
2022-09-23Add new icon for the analog modeMatej Dipčár
2022-09-23Rename `In`, `Out` to `Internal`, `External`Matej Dipčár
2022-09-23Add Analog Mode to the receiverMatej Dipčár
2022-09-23Add Maintenance Detector CoverMatej Dipčár
2022-09-23Add Fake Item Slot to GUIMatej Dipčár
2022-09-23Implement Wireless Item DetectorMatej Dipčár
2022-09-23Reformat intentMatej Dipčár
2022-09-23Reset signal, only when frequency or UUID changedMatej Dipčár
2022-09-23Fix calculating super chest contentMatej Dipčár
2022-09-23Add new hook `preDataChanged`Matej Dipčár
2022-09-23Abstract `convertRatioToRedstone` properlyMatej Dipčár
2022-09-23Abstract `computeSignalBasedOnItems`Matej Dipčár
2022-09-23Make `GT_GuiShortTextBox` able to map values to different display stringsMatej Dipčár
2022-09-23Make `parseTextBox` and `GT_GuiShortTextBox` more abstractMatej Dipčár
2022-09-23Swap min, maxMatej Dipčár