Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-15 | Unhide 3 craftable drinks (#2539) | miozune | |
2024-03-14 | update | Martin Robertz | |
2024-03-14 | Fix crib separation (#2537) | chochem | |
fix crib separation | |||
2024-03-13 | Add holo glasses support for CRIBs (#2535) | Lyfts | |
add holo glasses support for cribs | |||
2024-03-13 | update | Martin Robertz | |
2024-03-13 | Numeric 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-12 | update | Martin Robertz | |
2024-03-11 | Fix Fusion overclock (#2528) | HoleFish | |
fix | |||
2024-03-11 | Fix OC calculator gets too much EUt consumption when limitOverclocks=true ↵ | HoleFish | |
(#2529) fix | |||
2024-03-11 | Add alternative recipes for superconductors using molten spacetime (#2533) | HoleFish | |
* add recipes * remove umv speed bonus | |||
2024-03-11 | fix wrench not rotating blocks on server side (#2525) | ghostflyby | |
2024-03-11 | Fix stocking hatches recipe check (#2531) | miozune | |
2024-03-11 | fix coal chunk recipe weirdness (#2534) | chochem | |
remove assembler recipe for ic2 coal ball | |||
2024-03-11 | Add messages about the reasons for machine shutdown during processing (#2522) | HoleFish | |
* ShutDownReason setup * implement * fix machine not turn on | |||
2024-03-10 | update | Martin Robertz | |
2024-03-10 | Add requireMods for recipe builder (#2417) | miozune | |
2024-03-09 | update | Martin Robertz | |
2024-03-07 | update | Martin Robertz | |
2024-03-07 | Change to ConcurrentHashMap (#2526) | Caedis | |
2024-03-04 | Maybe 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-03 | update | Martin Robertz | |
2024-03-02 | Restore overlay textures removed by mistake in #1671 (#2521) | Caedis | |
2024-03-02 | Small fixes for Drone Center (#2520) | HoleFish | |
fix | |||
2024-03-02 | Fix translations added before config init not being loaded (#2519) | miozune | |
2024-03-02 | update | Martin Robertz | |
2024-03-02 | update | Martin Robertz | |
2024-03-01 | Add cable info to WAILA (#2518) | Caedis | |
Add cable info to waila | |||
2024-03-01 | Add SC steam to turbine tooltip (#2515) | chochem | |
* add SC steam to tooltip * typo | |||
2024-03-01 | Fix recipe check (#2516) | HoleFish | |
* Fix recipe check * review | |||
2024-03-01 | Self-adaption GUI height for DC (#2517) | RealSilverMoon | |
* self-adaption GUI height * Fix crash on dedicated server | |||
2024-02-28 | update | Martin Robertz | |
2024-02-27 | Change error voltage to MAX+ (#2513) | miozune | |
2024-02-27 | Add locale code support for lang manager (#2511) | miozune | |
* Add locale code support for lang manager * Deprecate a method with aWriteIntoLangFile | |||
2024-02-27 | update | Martin Robertz | |
2024-02-27 | Hide semi fluid NEI (#2514) | miozune | |
2024-02-27 | Capitalize TiC recipe categories (#2512) | miozune | |
2024-02-26 | Make 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-26 | Add recipe categories for TiC integration (#2510) | miozune | |
2024-02-25 | Update dependencies. (#2509) | Abdiel Kavash | |
2024-02-25 | update | Martin Robertz | |
2024-02-25 | fix maintenance hatch not showing correct rotation after reload (#2506) | Glease | |
2024-02-25 | fix LHE preview (#2505) | Glease | |
2024-02-25 | Add 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-22 | Migrate assline to extended power base (#2503) | HoleFish | |
* Migrates assline * energy logic | |||
2024-02-22 | update | Martin Robertz | |
2024-02-22 | update | Martin Robertz | |
2024-02-22 | Adjust mk5 plasmas to account for 1 lost OC (#2504) | GDCloud | |
account for 1 less OC | |||
2024-02-19 | Fix 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-19 | Update dependencies. (#2497) | Abdiel Kavash | |
2024-02-17 | Fix water bottle fluid exploit (#2494) | chochem | |
* fix water bottle fluid amount * require 1000L minimum |