aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2024-04-03Fix duplicate translation ids (#2560)chochem
fix duplicate translation ids
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-01Move solderingMaterial warning message (#2557)Reagan Roop
2024-04-01Fix crowbar recursive call (#2555)Lyfts
2024-03-30Fix GT lang not accepting en_US string updates (#2552)miozune
2024-03-29Disable unused hot black steel (#2554)chochem
disable unused hot black steel
2024-03-29Fix phased gold to vibrant alloy replacement (#2553)chochem
replace fluid outputs on fluid extractor, not inputs
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-24Fix free oxygen loop caused by chem balance violation (#2548)chochem
use correct recipe map
2024-03-22reduce lags from simple washers (#2545)Quetz4l
reduce lags from washers do not update machines if nothing has changed
2024-03-22Fix Machine Metal color (#2546)Kogepan229
2024-03-21Buff salt byproduct in Polyphenylene Sulfide line (#2542)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-14Fix crib separation (#2537)chochem
fix crib separation
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 OC calculator gets too much EUt consumption when limitOverclocks=true ↵HoleFish
(#2529) fix
2024-03-11Add alternative recipes for superconductors using molten spacetime (#2533)HoleFish
* add recipes * remove umv speed bonus
2024-03-11fix wrench not rotating blocks on server side (#2525)ghostflyby
2024-03-11Fix stocking hatches recipe check (#2531)miozune
2024-03-11fix coal chunk recipe weirdness (#2534)chochem
remove assembler recipe for ic2 coal ball
2024-03-11Add messages about the reasons for machine shutdown during processing (#2522)HoleFish
* ShutDownReason setup * implement * fix machine not turn on
2024-03-10Add requireMods for recipe builder (#2417)miozune
2024-03-07Change to ConcurrentHashMap (#2526)Caedis
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-02Restore overlay textures removed by mistake in #1671 (#2521)Caedis
2024-03-02Small fixes for Drone Center (#2520)HoleFish
fix
2024-03-02Fix translations added before config init not being loaded (#2519)miozune
2024-03-01Add cable info to WAILA (#2518)Caedis
Add cable info to waila
2024-03-01Add SC steam to turbine tooltip (#2515)chochem
* add SC steam to tooltip * typo
2024-03-01Fix recipe check (#2516)HoleFish
* Fix recipe check * review
2024-03-01Self-adaption GUI height for DC (#2517)RealSilverMoon
* self-adaption GUI height * Fix crash on dedicated server
2024-02-27Change error voltage to MAX+ (#2513)miozune
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-27Hide semi fluid NEI (#2514)miozune
2024-02-27Capitalize TiC recipe categories (#2512)miozune
2024-02-26Make some changes to OC Calculator to add functionality to be used by God ↵BlueWeabo
Forge (#2508) * make the overclock calculator capable of weirder overclocks for god forge * add tests for such cases * fix documentation of some methods and variables * deprecate methods and fix most of the indenting * use javadoc deprecation too
2024-02-26Add recipe categories for TiC integration (#2510)miozune
2024-02-25fix maintenance hatch not showing correct rotation after reload (#2506)Glease
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