aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities
AgeCommit message (Collapse)Author
2024-04-16Improve charcoal pile igniter tooltip (#2570)Daniel Gealow
* Improve charcoal pile igniter tooltip Clarify and expand the structure guidelines * Reformat long line
2024-04-16Fix small boiler NPE (#2576)HoleFish
fix
2024-04-15clean up inconsistent state mutation (#2567)Glease
2024-04-15fix fake tank capacity for waila (#2571)Quetz4l
2024-04-13Allow single-block pump to ignore replaceable blocks, and water (#2568)D-Cysteine
* Allow single-block pump to ignore fire * Use `isReplaceable` and replace water * Update comments
2024-04-13Fix AL crash with ME hatches (#2566)HoleFish
* fix * refactor
2024-04-12Oil cracker supports stocking input hatches (#2563)HoleFish
fix
2024-04-09Add mention of required air to LGT structure tooltip (#2562)NotAPenguin
add mention of required air to LGT structure tooltip
2024-04-08improve robustness of me inputs (#2556)Glease
basically, always flush the cached info regardless of whether a GridAccessException has happened. also a bit more checking over whether the ME network is accessible
2024-04-03Fix the amount per operation reported in multiblock pump UI. (#2559)Abdiel Kavash
* Fix the amount per operation reported in multiblock pump UI. * why write many code when few code do trick
2024-03-26Fix DC UI height (#2551)RealSilverMoon
2024-03-25Add Industrial Apiary upgrade utility methods (#2550)Noktuska
Add Ind. Apiary upgrade utility methods
2024-03-24Fix superchest UI sync (#2549)Abdiel Kavash
Fix superchest sync
2024-03-24Remove nanoforge hatch requirement & more frequent structure check (#2547)HoleFish
fix
2024-03-18Fusion reactor UI fix (#2543)Abdiel Kavash
* Fusion reactor UI fix * derp
2024-03-15Ensure crib works for multismelter (#2538)chochem
crib for smelter
2024-03-15Show the reason why the machine shutdown on DC (#2536)RealSilverMoon
* Allow highlight far machine * Allow highlight far machine * Show the reason why the machine shutdown * Update button dynamically
2024-03-13Add holo glasses support for CRIBs (#2535)Lyfts
add holo glasses support for cribs
2024-03-13Numeric widget and localized number formatting. (#2532)Abdiel Kavash
* Cover widgets * Volumetric flask * Misc textfields * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_MetaTileEntity_MultiBlockBase.java * Fixes decimal digits --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-03-11Fix Fusion overclock (#2528)HoleFish
fix
2024-03-11Fix stocking hatches recipe check (#2531)miozune
2024-03-11Add messages about the reasons for machine shutdown during processing (#2522)HoleFish
* ShutDownReason setup * implement * fix machine not turn on
2024-03-02Small fixes for Drone Center (#2520)HoleFish
fix
2024-03-01Self-adaption GUI height for DC (#2517)RealSilverMoon
* self-adaption GUI height * Fix crash on dedicated server
2024-02-27Add locale code support for lang manager (#2511)miozune
* Add locale code support for lang manager * Deprecate a method with aWriteIntoLangFile
2024-02-25fix LHE preview (#2505)Glease
2024-02-25Add SearchBar for Drone centre (#2498)RealSilverMoon
* Add SearchBar for DC * Display customName * Fix i18n * Add UI for module * extract variable as final * convert to ChatComponentTranslation * move some code to mui * Spotless * More i18n
2024-02-22Migrate assline to extended power base (#2503)HoleFish
* Migrates assline * energy logic
2024-02-19Fix Cleanroom logic with an LV energy hatch (#2499)Caedis
* Fix Cleanroom logic with an LV energy hatch * Spotless apply for branch fix/lvCleanroom for #2499 (#2500) spotlessApply Co-authored-by: GitHub GTNH Actions <> * Only allow LV+ energy hatches to run * change to use TierEU instead of magic value * Spotless apply for branch fix/lvCleanroom for #2499 (#2501) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-16Change over wireless teams to use SP teams (#2493)BlueWeabo
* Change over wireless teams to use SP teams * spotless * null checks * fix unit test being wrong * update * add tab autocomplete * spotless * make sure teams are transfered over correctly * spotless * do not delete space teams data when two world saves put something into it * spotless * go away from a stream * make wireless networks load later --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-02-12Add batch mode to nano forge (#2492)GDCloud
add batch mode
2024-02-03Refactor Packet Handling for MuTEs (#2485)BlueWeabo
* create base framework of packets for MuTEs * spotless
2024-02-02Fix EBF tooltip (#2487)chochem
fix EBF tooltip
2024-01-31Add Drone Centre (#2412)RealSilverMoon
* Add Drone Centre * Apply texture and model * Update en_US.lang * Remove import.* * Switch to block render * Balance range and break chance * Add recipe * Spotless * Update lang * Fix recipe * Rewrite connection system and UI * Remove debuff party * Spotless * Fix server class not found * A stupid enough recipe * Another bad recipe * Update tooltip & i18n * Close it! * Spotless * Disable draggable * prohibited remote control when centre is offline * Rename * Rename; Change specifiers * Update texture * spotless --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-01-31Fix charcoal igniter tooltip (#2484)Ritums Cepitis
2024-01-30fix PCB (#2483)HoleFish
* remove hatch requirement * forced structure check * batch mode and recipe lock * fix button logic
2024-01-30Add hatch tier tooltips for several ME hatches (#2482)HoleFish
* add hatch tier * correct description
2024-01-27Fix nano forge nei preview (#2475)Lyfts
2024-01-27Fix DTPF not consuming energy (#2479)Sampsa
Fix DTPF not conusming energy
2024-01-22EBF tooltip (#2471)Abdiel Kavash
* update BS * EBF tooltip
2024-01-22Fix PA voltage check (#2470)HoleFish
check voltage
2024-01-20Fix void protection of distillation tower with ME output hatches (#2467)HoleFish
override canDumpFluidToME
2024-01-19Fix massfab (#2468)chochem
fix massfab
2024-01-14Feature/movefluid (#2459)Martin Robertz
* merge similar code into new utility function moveFluid * Spotless apply for branch feature/movefluid for #2455 (#2456) spotlessApply Co-authored-by: GitHub GTNH Actions <> * fix boolean logic * Spotless apply for branch feature/movefluid for #2459 (#2460) spotlessApply Co-authored-by: GitHub GTNH Actions <> * fix (cherry picked from commit dce33cb4bbc0b1405bcbee25b5f1f1e6384f0147) --------- Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-14Add new properties to parallel helper (#2454)HoleFish
* Add properties * init chanceGetter
2024-01-14fix steam turbine NPE (#2457)Glease
2024-01-13PCB coolant hatch supports ME hatch (#2451)HoleFish
add and apply drain method
2024-01-12Make stocking bus/hatch autopull slot refresh timer adjustable (#2448)GDCloud
* add to stocking bus * add to stocking hatch * localisation stuff * nbt fix (maybe) * fix stocking hatch too * hasKey is cleaner
2024-01-12Reintroduce CRIB name to WAILA (#2447)kstvr32
* reintroduces CRIB name in WAILA if not default * renames default from unlocalized to localized name Co-authored-by: kstvr <kstvr@kstvr.com>
2024-01-12Fix CRIB ignoring new pattern when it was a replacement in place of a ↵Jakub
diffrent pattern (#2442) Fix