Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-14 | Rocketdyne Structure Fix and Cost Reduction (#347) | Steelux | |
* Structure Fix and Recipe Change - Fixed Air Intake Hatches not being detected by the controller; - Reduced the amount of Tungstensteel needed by replacing some with Titanium. * Spotless apply for branch Rocketdyne_Changes for #347 (#348) Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * properly fix structure code * Changed Pipes and Stick Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2022-09-12 | Fix machine item NBT not being saved (#344) | miozune | |
2022-09-10 | Fix incorrect casing id for Flotation Cell (#342) | miozune | |
2022-09-09 | Adapt to Wiremill Configuration Circuit support (#341) | miozune | |
2022-09-05 | adv dt fixes (#338) | Glease | |
* fix typo in tooltip instead of typo in code * fix adv dt allowing distillery mode without full height | |||
2022-09-05 | Fixes EU discount typo in Adv_DistillationTower (#337) | joegnis | |
2022-09-04 | Fix PSS average i/o scanner display (#336) | LewisSaber | |
2022-09-03 | allow separate input bus for wiremill (#335) | Glease | |
2022-08-30 | a less buggy and more performant canBufferOutput implementation for fluid ↵ | Glease | |
management (#317) * a less buggy and more performant canBufferOutput implementation for fluid management * fix CME * spotless * also redo item canBufferOutputs * spotless Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com> | |||
2022-08-30 | fix operator percedency in advanced dt (#329) | Glease | |
2022-08-29 | Bugfix 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-29 | Buildscript + Spotless (#318) | Jakub | |
* Convert AES.java to readable class * Buildscript * Spotless | |||
2022-08-29 | fix chemical plant consuming catalyst even with awakened draconium coil (#316) | Glease | |
2022-08-28 | Adjust Graphene recipes (#315) | miozune | |
2022-08-27 | general code clean up and tooltip fixes (#314) | Glease | |
2022-08-27 | Fix description of speed boost in tooltips (#289) | ChromicRedBrick | |
* Fix description of speed boost in tooltips * Capitalise Eu/eu to EU | |||
2022-08-27 | Fix reflection failure with RTG hatch (#303) | miozune | |
2022-08-27 | Fixed getMaxParallelRecipe to retrieve the correct value (#311) | Maxim | |
2022-08-27 | use channels to select tier of chemical plant components (#312) | Glease | |
2022-08-26 | fix adv dt not able to output fluid (#306) | Glease | |
2022-08-26 | Added call to language manager to get the localized recipe map name (#310) | Maxim | |
2022-08-26 | Fix void protection requires too many slots than actual (#301) | miozune | |
* Fix void protection requires too many slots than actual * remove proper stack size | |||
2022-08-25 | Matter fab fixes (#304) | Maxim | |
2022-08-25 | i nerf potin pipes but forgot about lead pipes. (#305) | Martin Robertz | |
2022-08-25 | Fix Lepidolite outputting TiC Aluminum Dust (#302) | miozune | |
2022-08-25 | Fix Pipes flowing rate calculation (#300) | くぁーりぃ | |
2022-08-25 | Cyclotron structure fix (#299) | chochem | |
2022-08-24 | Add Cactus/Sugar Charcoal/Coke recipes to Advanced Coke Oven (#298) | くぁーりぃ | |
* Add cactus/sugar charcoal/coke recipes to Advanced Coke Oven * add GTNHCore check | |||
2022-08-24 | Fix wireless charger ignoring working state (#296) | miozune | |
2022-08-23 | fix a bunch of structure code error (#294) | Glease | |
2022-08-20 | continue placing solar heaters on place sucess (#285) | Glease | |
2022-08-20 | fix illegal argument exception in solar tower structure code (#284) | Glease | |
2022-08-19 | Autoplace integration (#280) | Glease | |
* autoplace integration * add missing changes in base class | |||
2022-08-19 | GTpp machines pa fix (#283) | BlueWeabo | |
* Add Dehydrator and use new PA code for recipe map * removed dehydrator from the PA | |||
2022-08-18 | Update false Tooltip on Boldarnator (#281) | Runakai1 | |
2022-08-17 | Flotation Cell fixes (#271) | miozune | |
* Flotation Cell fixes * Add info on type locking * address review | |||
2022-08-16 | Fix Calamari (#279) | chochem | |
2022-08-15 | Clay balance (#277) | miozune | |
2022-08-12 | Respect the fluid that is locked in the hatch when searching for free ↵ | Maxim | |
hatches (#275) | |||
2022-08-12 | Chunkloader code rework (#274) | Maxim | |
* Remodeled chunkloader code after RC chunkloaders to make them actually work * Added limit to chunk radius * Some cleanup | |||
2022-08-12 | Changed energy discount type from int to long (#276) | Maxim | |
2022-08-11 | Wireless 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-10 | Disable 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-05 | fix XL turbine having wrong stat after chunk reload in fast mode (#269) | Glease | |
2022-08-05 | NEI Cleanup (#251) | miozune | |
* NEI Cleanup * adjustments | |||
2022-08-04 | Make TGS consume loss-safe voltage (#267) | miozune | |
2022-08-03 | New Maintenance Hatch Recipe (#265) | Runakai1 | |
2022-08-03 | Fixes for Cold Trap and Reactor Processing Unit (#260) | miozune | |
* Fixes for Cold Trap and Reactor Processing Unit * remove unused import | |||
2022-08-03 | Delegate cable description to GT (#266) | miozune | |
2022-08-03 | Remove duplicated UUM NEI fake recipe (#264) | miozune | |