aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities/automation
AgeCommit message (Expand)Author
2023-04-01update spotless formatting (#1827)boubou19
2023-01-30[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-14Pulling the hardcoded ore behavior from TypeFilter (#1648)Andrey
2022-12-18Fix Regulator cannot control stack size of ghost slot (#1558)miozune
2022-12-13Fix incorrect index used for Item Filter (#1543)miozune
2022-11-25Rewrite GUIs with ModularUI (#1381)miozune
2022-09-27Proper fix for charger slot in Regulator not dropping item stored when broken...miozune
2022-09-27Revert "Fix charger slot in Regulator not dropping item stored (#1417)" (#1419)Connor-Colenso
2022-09-27Fix charger slot in Regulator not dropping item stored (#1417)miozune
2022-08-27Update buildscript & apply spotless (#1306)Raven Szewczyk
2022-03-30Optimize item transfer and inventory sorting (#992)Jakub
2022-02-26fix redstone output for buffers and filters (#947)repo-alt
2022-02-03Basic Machine NEI Power Tiers (#914)YannickMG
2022-02-01Add input bus like sorting to chest and super buffers (#900)Johann Bernhardt
2022-01-14Add recipe filter block (#870)Glease
2021-10-01remove unused importsboubou_19
2021-10-01prevent sorting mode when tickrate timer is resetboubou_19
2021-08-05Remove bSortStacks checkD-Cysteine
2021-08-05Update GT_MetaTileEntity_ChestBuffer.javaD-Cysteine
2021-07-31Add commentsD-Cysteine
2021-07-31Fix iteration over invalid slotsD-Cysteine
2021-06-16fix tooltipGlease
2021-05-24feat(glow): iconset machines glow supportLéa Gris
2021-05-21feat(render): implementation-free api texture factoryLéa Gris
2021-05-21fix(render): move new textures rendering to new packageLéa Gris
2021-05-21feat(render): buffers glowLéa Gris
2021-05-13Merge pull request #493 from johnch18/bufferFix2Martin Robertz
2021-04-27fix(textfiles): add missing neline at end of filesLéa Gris
2021-04-12Fixed algorithm, updated flavor text.charles
2021-04-03Made it so that higher tier buffers try to move multiple stacks/tickcharles
2021-01-17More removal of commented out code, small formatting adjustmentsJason Mitchell
2021-01-17Fix chest buffer and super buffer tooltip saying it consumes powerGlease
2020-12-29Remove all energy cost of moving fluid and itemsGlease
2020-12-26Fixes chest buffers at higher tiers not workingPrometheus0000000
2020-08-23Attempt at improving chest buffers, also slowing down lower tier ones.moller21
2020-04-10Void miner adjustments (#262)bartimaeusnek
2018-09-08Various fixesbartimaeusnek
2018-06-02For the first 6 ticks after pushing, always push. Then goto every 5 ticks. ...Richard Hendricks
2018-05-31Tune how often to actually push so that it is every-other-tick if teh receivi...Richard Hendricks
2018-05-30Some fixes. Only update if inventory actually changes. Sort inventory first,...Richard Hendricks
2017-09-12cherry pickDream-Master
2017-09-04cherry pickDream-Master
2017-07-09Quick fix item distributerDream-Master
2017-07-02cherry pickJohannes Gäßler
2017-04-27Merge branch 'unstable' into mergeGTNHTechnus
2017-04-27Merge branch 'experimental' from GTNH into mergeGTNH (based on BLOODASP)Technus
2017-04-26Refactored mDescription to mDescriptionArray, added a deprecated fieldJohannes Gäßler
2017-04-14Machine descriptions are now a String array instead of a single String.Johannes Gäßler
2017-04-03Regulator fixBlood-Asp
2017-04-01Fix regulator crash bugBlood-Asp