aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/common
AgeCommit message (Collapse)Author
2022-09-23add bus IO indicator and implement survival construct for steam multis (#361)Glease
* add bus IO indicator and implement survival construct for steam multis * fix copy paste
2022-09-21fix log spam (#360)pulsemageadvocate
2022-09-21fixes XL bug to produce plasma and adds Steelux turbine change (#357)BlueWeabo
* fixes XL bug to produce plasma and adds Steelux turbine change * spotlessApply (#358) Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * changes requested * spotlessApply (#359) Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * missed it, now its added Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-18migrate to new survival autoplace api (#353)Glease
* migrate to new survival autoplace api * Spotless apply for branch feature/autoplace-rotate-hatches for #353 (#354) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-18Rocketdyne Tweaks (#351)Steelux
- Fixed tooltip values to better reflect the behavior of the multi; - Changed the math behind efficiency loss to be closer to the intended numbers; - Make minimum number of air intake hatches 1 instead of 8, and shut down the multi when air intake isn't enough for the fuel input;
2022-09-17flush buffer after use (#352)Glease
2022-09-16address some concerns in structure code (#350)Glease
2022-09-14Bugfixes and Speed Increases for the LFTR Chain (#345)Steelux
* Bugfixes, Processing Speed and Gas Output Changes - Changed a few restrictions to allow this chain to be doable in IV, as intended; - Changed the EU/t of the 3 fuels to match the usage of 4 buffered dynamos, and reduced the burning time to keep the total energy per L the same; - Lowered the recipe time of some recipes done in multiblocks; - Other tooltip and bug fixes. * Spotless apply for branch LFTR_Work for #345 (#346) * update BS+Spotless * Fix healing device never getting discharged (#343) * spotlessApply Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com>
2022-09-12Fix machine item NBT not being saved (#344)miozune
2022-09-10Fix incorrect casing id for Flotation Cell (#342)miozune
2022-09-05adv dt fixes (#338)Glease
* fix typo in tooltip instead of typo in code * fix adv dt allowing distillery mode without full height
2022-09-05Fixes EU discount typo in Adv_DistillationTower (#337)joegnis
2022-09-04Fix PSS average i/o scanner display (#336)LewisSaber
2022-09-03allow separate input bus for wiremill (#335)Glease
2022-08-30fix operator percedency in advanced dt (#329)Glease
2022-08-29Bugfix and Rework of the GT++ Solar Tower (#290)Steelux
* Bugfix and Rework of the Solar Tower - Fixed several bugs that prevented the solar tower from recognizing the reflectors; - Added more information on the tooltip; - Reworked the math behind internal heat, and conversion from Cold to Hot Solar Salt; - Removed some MathUtils logs that spammed a log every tick if GT++ logs were enabled; - Changed the values in the conversion from Hot Solar Salt to SH Steam. * Fix Tooltip, Refactor Math * Additional Fixes * spotlessApply (#319) Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Revert "spotlessApply (#319)" This reverts commit d75249d1e98a4f99db072548263065983f86b3a3. * fix Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-08-29Buildscript + Spotless (#318)Jakub
* Convert AES.java to readable class * Buildscript * Spotless
2022-08-29fix chemical plant consuming catalyst even with awakened draconium coil (#316)Glease
2022-08-27general code clean up and tooltip fixes (#314)Glease
2022-08-27Fix description of speed boost in tooltips (#289)ChromicRedBrick
* Fix description of speed boost in tooltips * Capitalise Eu/eu to EU
2022-08-27Fixed getMaxParallelRecipe to retrieve the correct value (#311)Maxim
2022-08-27use channels to select tier of chemical plant components (#312)Glease
2022-08-26fix adv dt not able to output fluid (#306)Glease
2022-08-26Added call to language manager to get the localized recipe map name (#310)Maxim
2022-08-25Matter fab fixes (#304)Maxim
2022-08-25Cyclotron structure fix (#299)chochem
2022-08-24Fix wireless charger ignoring working state (#296)miozune
2022-08-23fix a bunch of structure code error (#294)Glease
2022-08-20continue placing solar heaters on place sucess (#285)Glease
2022-08-20fix illegal argument exception in solar tower structure code (#284)Glease
2022-08-19Autoplace integration (#280)Glease
* autoplace integration * add missing changes in base class
2022-08-18Update false Tooltip on Boldarnator (#281)Runakai1
2022-08-17Flotation Cell fixes (#271)miozune
* Flotation Cell fixes * Add info on type locking * address review
2022-08-12Chunkloader code rework (#274)Maxim
* Remodeled chunkloader code after RC chunkloaders to make them actually work * Added limit to chunk radius * Some cleanup
2022-08-12Changed energy discount type from int to long (#276)Maxim
2022-08-11Wireless charger improvements (#272)Maxim
* Added function to also charge RF tools * Added check if the TE is server side before registering it in the charging helper * Removed unused imports * Fixed charged items not increasing when charging RF tools and removed unnecessary check for cofh on mod load * Removed unnecessary import
2022-08-10Disable the large generator array (#273)Rukern
* Disable the large generator array * Re-add and comment Recipe Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com>
2022-08-05fix XL turbine having wrong stat after chunk reload in fast mode (#269)Glease
2022-08-05NEI Cleanup (#251)miozune
* NEI Cleanup * adjustments
2022-08-04Make TGS consume loss-safe voltage (#267)miozune
2022-08-03Fixes for Cold Trap and Reactor Processing Unit (#260)miozune
* Fixes for Cold Trap and Reactor Processing Unit * remove unused import
2022-08-03Implement void protection for TGS (#261)miozune
2022-08-03Fix recipe check for ABS input bus separation (#259)xSkewer
* Do recipe check for each input bus * Code cleanup
2022-07-31Change Durability Loss Speed in XL Turbines (#250)Steelux
- Change the values for the speed of durability loss of rotors in XL Turbines, given that this loss scales with EU/t, and is not a fixed number as the speed of the multiblock changes.
2022-07-31Allow input bus separation on the Alloy Blast Smelter (#257)xSkewer
2022-07-19Fix negative saw (#249)DianeXD
2022-07-19Chemical Plant fixes (#248)miozune
2022-07-15Prevent XL Turbines from exploding from low tier dynamo (#241)xSkewer
Seems sensible, not sure why this wasn't the case already honestly.
2022-07-15Fix large mixer not performing fluid only recipes unless any of items ↵miozune
supplied (#245)
2022-07-13Fix ICO tooltip (#242)chochem