aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/loaders
AgeCommit message (Collapse)Author
2022-10-05Fix Copper(II) Sulphate and Sodium Cyanide not having LCR recipes (#392)miozune
2022-10-03ref(texture_api): update to the texture api (#386)Léa Gris
* ref(textures): replace deprecated texture objects with api * :spotlessapply
2022-10-01Quick for Cell-Less PAs (#383)BlueWeabo
* make electrolyzer recipes work in PA * spotlessApply (#384) Co-authored-by: BlueWeabo <76872108+BlueWeabo@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-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-09Adapt to Wiremill Configuration Circuit support (#341)miozune
2022-08-29Buildscript + Spotless (#318)Jakub
* Convert AES.java to readable class * Buildscript * Spotless
2022-08-28Adjust Graphene recipes (#315)miozune
2022-08-25Fix Lepidolite outputting TiC Aluminum Dust (#302)miozune
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-05NEI Cleanup (#251)miozune
* NEI Cleanup * adjustments
2022-08-03New Maintenance Hatch Recipe (#265)Runakai1
2022-08-03Add fluid extraction recipe for Lithium Fluoride (#262)miozune
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-20fix ethanol disappear and add conversion recipe for certain fluid (#247)Yang Xizhi
2022-07-14Werkstoff bridge (#243)miozune
2022-07-09coal tar line and kervlar (#235)Yang Xizhi
2022-07-06Fix some of the catalysts getting consumed at one time (#233)miozune
2022-07-05Standardization of GTPP Chemical Recipes (#223)Yang Xizhi
* generic chem * rocket fuel * gregtect recipes * bio recipes * glue recipe * clean up * fix NH4NO3 * fix * fix
2022-06-23Algae Farm Buffs and Tweaks (#213)Steelux
* Algae Farm Buffs and Tweaks - Changed the Algae Farm cycles, so that the multi works much faster but outputs less algae, in a more similar fashion to other multiblocks; - Tweaked some related recipes that were still too underpowered; - Increased the cost of Compost per tier to reinforce the decision between using it, upgrading the Algae Farm or making more; * Added Restriction to Gate Tiers Properly - Changed the machine check so that all buses/hatches have to at least match the tier of the casings in the multi for it to form correctly, preventing tier skips by using more advanced machine casings that use early materials. * Fixed Compost Consumption * Fix Multi Forming When Hatches are Changed
2022-06-15Fix recipe inconsistency with UHV Battery (#216)miozune
2022-04-23Remove tiny dusts from ore processing (#180)miozune
2022-04-18Fix cell amount in Hydroxide (#175)miozune
2022-03-29Duplicate Calcium Chloride Changes (#163)Steelux
- Changed Sodium Carbonite recipe to use the Bartworks Calcium Chloride instead, if loaded. If it isn't loaded, the GT++ dust is used instead (at Alkalus's request of having this dust defined in GT++ as well); - Removed duplicate electrolyzer recipe if BW is loaded. If it isn't, the recipe does load. Also adjusted the amount of inputs, 3 dusts instead of 1.
2022-03-28Super Glue Fixes (#161)Steelux
- Reworked recipe EU/t and casing tiers to divide the Chemical Plant recipes evenly between 3 tiers. The purpose of this change is to make it so this line can be automated with 3 plants, one of each kind; - Changed Chemical Plant's minimum base outside casings to allow some more hatches before the multi fails to form. It's a large, smart multiblock with many casings that are never replaced with hatches, so I believe the amount of allowed hatches at once should be increased; - A few fixes for recipes that were missing, or implemented incorrectly.
2022-03-10Add sunnarium recipes (#154)LewisSaber
* Add sunnarium recipes * Ooops phew * buff A * Import loader * Im too stupid for this job
2022-03-08MT rework (#151)LewisSaber
* remove SingleBlock MT recipes Also fix recipes to 1 Ampere so they can do Perfect OC * Add perfect Overclock to MT * Remove sunnarium bits from implosion * Now better :thumbUp: * Change in recipe logic This will make recipe use full ampere but wont change overall recipe consume * revert recipe change * remove perfect OC
2022-03-05Uses for Super Glue (#149)Steelux
2022-03-04Changed EBF faster recipes to not have circuit 1s (#146)Steelux
* Changed EBF faster recipes to not have circuit 1s - Changed the ABS recipes taken from the EBF recipe map to ask for different circuits on the recipes that use a fluid input to reduce crafting time for specific dusts. * Cleaning a bit
2022-02-14Screwdriver driven development. (#124)Alkalus
* Added NEI handler for TGS. Added BoP support to TGS. Added base work for LFH. * Added Witchery support to TGS. * Finished LFH. Added missing steam multiblock. Fixed GT++ NEI time values not being precise enough. * Implement Fert use in TGS. * Fix broken checkRecipes. Did initial work for XLHE. Other misc. stuff. * Update GregtechLargeTurbinesAndHeatExchanger.java * Update RECIPES_Machines.java Changes requested by @Dream-Master
2022-02-13Super Glue Line (#122)Steelux
* Super Glue Line - First draft of the full Super Glue line, an IV processing chain meant to add a higher tier glue, starting from glue-related chemicals such as Methyl Acetate, with another tier of glue in the works * Small Changes and HCN Recipe
2022-01-22Fix fluid extraction recipes. Fixes ↵Alkalus
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9524
2022-01-15Added ability for GT++ Plates and Foils to be used as covers.Alkalus
Added missing foil recipes.
2022-01-15Added missing recipes for Rotors and Fine Wire.Alkalus
Hopefully remove bad plasma related recipes. Hopefully cleaned up Wire/Cable recipes.
2022-01-06Fix Auto-Generated ABS recipes sometimes containing two circuits.Alkalus
Fix Fluid Extraction recipes for Ingots/Nuggets being generated wrong. Greatly improve generation of Fluid Extraction recipes. Removed useless Fluid Extractor code which is no longer used. Initial work on the Elemental Duplicator.
2022-01-06Finished work on multiblock Molecular Transformer.Alkalus
Added single use API for adding MT recipes.
2022-01-05Added Solar Tower & Solar Heater.Alkalus
Added Potassium Nitrate. Added Sodium Nitrate. Added Hot/Cold Solar Salt. Added recipes for the above. Added Solar Salt processing to Thermal Boiler. Re-added Assembly Line MKII, Tesla Tower. (WIP)
2021-12-21Add Multiblock Forge Hammer.Alkalus
Add base for Multiblock Molecular Transformer.
2021-12-13Merge tag '1.7.20' into unified-build-script2Johann Bernhardt
# Conflicts: # build.properties # src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluorite.java
2021-12-12Move sources and resourcesJohann Bernhardt