aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech
AgeCommit message (Collapse)Author
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-28Adjust Graphene recipes (#315)miozune
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-27Fix reflection failure with RTG hatch (#303)miozune
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-26Fix 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-25Matter fab fixes (#304)Maxim
2022-08-25i nerf potin pipes but forgot about lead pipes. (#305)Martin Robertz
2022-08-25Fix Lepidolite outputting TiC Aluminum Dust (#302)miozune
2022-08-25Fix Pipes flowing rate calculation (#300)くぁーりぃ
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-19GTpp machines pa fix (#283)BlueWeabo
* Add Dehydrator and use new PA code for recipe map * removed dehydrator from the PA
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-15Clay balance (#277)miozune
2022-08-12Respect the fluid that is locked in the hatch when searching for free ↵Maxim
hatches (#275)
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-03New Maintenance Hatch Recipe (#265)Runakai1
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-03Delegate cable description to GT (#266)miozune
2022-08-03Remove duplicated UUM NEI fake recipe (#264)miozune
2022-08-03Add fluid extraction recipe for Lithium Fluoride (#262)miozune
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-08-02Add Hypogen wires (#255)miozune
2022-08-01Fix startup crash with latest GT (#258)miozune
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-31Reduce MT Sunnarium recipe time to 30s at EV (#246)xSkewer
* Reduce MT Sunnarium to 600t (30s) at EV * Correct numbers
2022-07-31Require Super Glue in Higher Graphene Production (#256)Steelux
* Require Super Glue in Higher Graphene Production - Edited the existing Super Glue recipes to make Graphene with some wafer inputs, to match the other PR that makes these the only option with these wafers. * Fix Europium Wafer Input Amount
2022-07-31Allow input bus separation on the Alloy Blast Smelter (#257)xSkewer
2022-07-28Fix Air Intake Hatches cannot be used for recipe input (#254)miozune
2022-07-20fix ethanol disappear and add conversion recipe for certain fluid (#247)Yang Xizhi
2022-07-19Fix negative saw (#249)DianeXD
2022-07-19Chemical Plant fixes (#248)miozune