aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-28updateMartin Robertz
2024-02-28Fixing power checks from telsa tower (#271)Reflex18
changed check to 10 ticks from 10 seconds to fix power failing on server starting.
2024-02-28updateMartin Robertz
Former-commit-id: 083c770cc44b7919f00e95f6c5909bdc0b5adfe3
2024-02-28Fix Bio Vat internal error & scanner info (#394)HoleFish
* fix * add comments Former-commit-id: dca4780ded78419d4c742b320f3efbd8efebc96c
2024-02-28updateMartin Robertz
2024-02-28Fix several recipes (#842)HoleFish
* chemiplant frontend * fix missing coke oven recipe * new cell-less recipes * fix conflict hydrogen freezing recipe * fix missing ethylbenzene-to-fuel recipes
2024-02-28Tree Growth Simulator can now harvest leaves and fruits, using appropriate ↵Abdiel Kavash
tools. (#839) * TGS logic rework and new outputs * TGS logic rework and new outputs * NEI frontend. * NEI frontend part 2 * Recover saws from controller slot to input bus. * Added documentation and removed unused stuff. * Recipes for non-Forestry trees. * Updated tooltip. * Better handling of saws in controller slot from previous versions + grafter support. * Added Forestry and Extra Trees trees registration and processing. * BS + deps. * Disable ME stocking bus to fix an exploit. * Fixes based on feedback. --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-02-28Let remainingFlow become 125% of realOptFlow, rather than raw optimal… (#841)koiNoCirculation
* Let remainingFlow become 125% of realOptFlow, rather than raw optimal flow. This can fix the inconsistance between optimal flow in tooltip and that in turbine. * criteria should be totalFlow != realOptFlow in HP Steam and Steam turbine * fluidIntoPower should be long type, because ichorium huge turbine can generate power greater than Integer.MAX_VALUE on SC Turbine. * Final change. * 1 -> 1L * revert the accidentally refactor in Plasma turbine --------- Co-authored-by: yiteng.liu <yiteng.liu@11bee.com>
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-27fixMartin Robertz
2024-02-27updateMartin Robertz
2024-02-27add new solidifier hatches for industrial multi machine (#810)Quetz4l
* add new solidifier hatches for multi machine * Update GT_MetaTileEntity_Hatch_Solidifier.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-02-27updateMartin Robertz
2024-02-27updateMartin Robertz
2024-02-27Hide semi fluid NEI (#2514)miozune
2024-02-27Add AAL batch mode (#32)NotAPenguin
This PR adds support for batch mode to the AAL. A few notes: - Similarly to regular batch mode, the amount of batches to run is chosen so the time of each slice is at least 128 ticks. If the time per slice is already 128 ticks, this does nothing. - Batch size is also controlled by how many recipes we can do with the amount of the first item we have. If we want to run 10 batches but only have enough starting items for 5, it will run 5 batches. - If there are not enough fluids to run multiple batches, it will not batch at all and simply process one recipe at a time. - If a slice cannot extract enough materials to do a full batch, it gets stuck (similarly to a regular AAL). - Currently, this only works well with stocking input buses, see the comment I left on line 616. I don't think this should be a problem since you will never use input buses with more than one slot to automate an AAL. Short demo video (not yet using adaptive batch sizes) https://streamable.com/hrp1v3
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-25Update dependencies. (#2509)Abdiel Kavash
2024-02-25updateMartin Robertz
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
2024-02-22Migrate assline to extended power base (#2503)HoleFish
* Migrates assline * energy logic
2024-02-22Advanced implosion supports buffer (#838)HoleFish
migrate
2024-02-22updateMartin Robertz
2024-02-22Add alternate recipes for neptunium and fermium plasma (#837)GDCloud
* add alternate recipes * adjust for 1 less OC
2024-02-22updateMartin Robertz
2024-02-22updateMartin Robertz
2024-02-22Adjust mk5 plasmas to account for 1 lost OC (#2504)GDCloud
account for 1 less OC
2024-02-20updateMartin Robertz
Former-commit-id: 85c609be4ba51c0994024e034155c6a1558bdb17
2024-02-20CAL CA mode recipe tier nerf (#392)Батьків Нестор-Євген Васильович
* Do the thing * spotlessApply (#393) Co-authored-by: GitHub GTNH Actions <> * improve tooltip --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chochem <40274384+chochem@users.noreply.github.com> Former-commit-id: 637fa78a4d2de7457c7f0ce41657dbb78a47eab0
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-19Update dependencies. (#2497)Abdiel Kavash
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-16updateMartin Robertz
2024-02-16updateMartin Robertz
2024-02-15Force properties should be in GT (#836)chochem
force needs to be in GT
2024-02-15Assign force fuel value in GT (#2495)chochem
assign force fuel value in GT
2024-02-15Allow interacting with machines instantly upon placing (#2496)Raven Szewczyk
2024-02-15fix QFT tooltips (#835)HoleFish
fix tooltips
2024-02-14updateMartin Robertz
Former-commit-id: 56fb3b1a93921840c16f65c383d75eb449209071
2024-02-14updateMartin Robertz
2024-02-14updateMartin Robertz
2024-02-14GT++ Fish Catcher Water Block Check (#818)George Higashiyama
* Fix Gt++ Fish Trap Adjacent Block Checks * Replace GT++ Fish Catcher testing rates with official rates * Remove string contains for "Water" from GT++ Fish Catcher * Adjust rates to account for the impracticality of using all 6 sides * Update src/main/java/gtPlusPlus/core/tileentities/general/TileEntityFishTrap.java Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
2024-02-14Fix crop harvester stopping after 1 crop if harvesting is off (#833)Lyfts
fix crop harvester stopping after 1 crop if harvesting is off
2024-02-13Enable perfect OC on the matter fabrication CPU recycler mode (#834)GDCloud
enable perfect OC on recycler mode