aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
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-11more robust uuid loading in wireless data (#2564)Glease
more robust uuid parsing
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-03Xenoxene and Radox Cells (#2558)encrypt777
add fluid cells for xenoxene and radox line
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-04-01Fix crowbar recursive call (#2555)Lyfts
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-16Fix typo in kevlar tooltips (#2541)NotAPenguin
fix typo in kevlar tooltips
2024-03-15Don't hide brewery recipes & unhide more drinks (#2540)miozune
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-15Unhide 3 craftable drinks (#2539)miozune
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 wrench not rotating blocks on server side (#2525)ghostflyby
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-04Maybe thread safe (#2523)Jason Mitchell
* Maybe thread safe * While we're at it, let's reduce allocations by a few orders of magnitude. ~1gb -> 1mb in testing for similar time periods. * use return value of add() again * That's apparently not available on the server side * Spotless apply for branch maybe-thread-safe for #2523 (#2524) spotlessApply --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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-17Fix water bottle fluid exploit (#2494)chochem
* fix water bottle fluid amount * require 1000L minimum
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-15Allow interacting with machines instantly upon placing (#2496)Raven Szewczyk
2024-02-12Add batch mode to nano forge (#2492)GDCloud
add batch mode
2024-02-12Wireless Activity Detector; Power On/Off Activity Detector (#2490)slprime
* Wireless Activity Detector; Power On/Off Activity Detector * Wireless Gui Redesign --------- Co-authored-by: slprime <history-21@yandex.ru>
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 more checking to prevent chaining to different blocks (#2481)Caedis
* Add more checking to prevent chaining to different blocks * Remove variable that is only used once
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-27GT Tool Fixes and ore balance config (#2453)Minepolz320
* Fixes/balance config Fixes that the ax and saw do not break ladders - ability to toggle ore multipliers for ore Nether and End - sneaking with a scythe/plow allows you to break only 1 block * Fix copy paste typo * Revert "Allow tools to break stuff with a lower harvest level (#2435)" This reverts commit ba1a9b290a09e39b100ff8d9f1f5e70cdc3f0fab.
2024-01-27Change chain spraying to only chain to the same kind of item (#2478)Caedis
Initial fix for only allow chain spraying the same kind of block you started with
2024-01-27Fix wrench raytrace crash on server (#2477)ghostflyby
2024-01-26Fix large fluid cell Rendering 🤦 (#2476)Matthew William Noel
* Fix large fluid cell Rendering 🤦 * Convert if-else chain to switch 🧹 * Remove unnecessary z offset 🧹