aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload
AgeCommit message (Collapse)Author
2021-05-13Merge pull request #528 from Prometheus0000/remove_uselessMartin Robertz
Remove useless recipes in GT5U involving tiny/small dusts
2021-05-13Merge pull request #515 from GTNewHorizons/files_formatMartin Robertz
Normalize all repository files format
2021-05-08Forgot to adjust recipe time/EUPrometheus0000
2021-05-08Add LCR dimethylbenzene recipePrometheus0000
2021-05-06Remove useless tiny/small mixer recipesPrometheus0000
It was done in a neat way though
2021-05-05Merge pull request #525 from Prometheus0000/cardMartin Robertz
Remove duplicate and fix existing sensor card recycling recipe
2021-05-05Remove duplicate and fix existing sensor card recycling recipePrometheus0000
Well, 'fix' is more like, 'be fair'
2021-05-05Merge pull request #524 from Prometheus0000/BpWMartin Robertz
Add water to bisphenol MB recipe
2021-05-05Add water to bisphenol MB recipePrometheus0000
2021-05-05Re-add styrene recipesPrometheus0000
2021-04-29Merge pull request #513 from Prometheus0000/oredictMartin Robertz
Adds oredicting of synthetic rubber to conveyors and standardizes pumps
2021-04-27fix(textfiles): add missing neline at end of filesLéa Gris
git and diff tools will complain if text file does not end with a newline. Fixed all text files in the repository with Linux bash shell: ```sh git ls-files -z | while IFS= read -rd '' f; do mime="$(file --brief --mime "$f")"; if [ -z "${mime##text/*}" ]; then tail -c1 "$f" | read -r _ || printf '\n' >>"$f"; fi; done ```
2021-04-27fix(logspam): spam unification typos (#514)Léa Gris
Address issue: [Gregtech.log spam with 6724 lines of "Unknown Key for Unification, Typo?" #7866](https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7866) - Fix the logic for logging possible Typos (prioritise least cost) - Improve reverse recipes by excluding ore names of tools early to prevent unexpected and un needed unification lookups - Turn off unification typo logging in reverse recipes Reduced unification typo spam from 6724, down to 11 remaining entries: ```none circuitGood circuitData circuitElite circuitMaster circuitUltimate circuitSuperconductor gearSteel gearAluminium gearStainlessSteel gearTitanium gearTungstenSteel ```
2021-04-26Adds oredicting of synthetic rubber to conveyors and standardizes pumpsPrometheus0000
2021-04-26fix(exception): class not found is normal when galactic greg absent (#512)Léa Gris
Remove useless stacktrace by the worldgen loader when Galactic Greg is absent.
2021-04-21Update GT_MachineRecipeLoader.javaElisis
Fix the rest of https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7798
2021-03-28Reduce price of magic generatorsGlease
Basically make the recipes use T+1 circuits/metal instead of T+2. EV magic generator will additionally require tungsten steel plates to prevent it from becoming too cheap. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-03-06Merge pull request #457 from Prometheus0000/fertMartin Robertz
Add electrolyzer recipe for IC2 fertilizer
2021-03-05Add electrolyzer recipe for IC2 fertilizerPrometheus0000
2021-03-06Merge pull request #456 from Prometheus0000/cellMartin Robertz
Makes higher tier materials give more cells
2021-03-05Makes higher tier materials give more cellsPrometheus0000
2021-03-05Merge pull request #450 from Prometheus0000/chipsetMartin Robertz
#7537 Change tin to iron
2021-03-05Add 3 more flask recipesPrometheus0000
2021-03-03#7537 Change tin to ironPrometheus0000
2021-02-09amber dust -> gem recipe for ↵NoX-programer
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/3141 For some reason GregTech_API.sThaumcraftCompat.addCrucibleRecipe adds only thaumonomicon visible recipe, but not actual recipe. So with this line and recipe, added via script, we got complete working recipe for amber gem drom dust.
2021-01-31change(GT)Glowstone centrifuge recipeDreamMasterXXL
Centrifuging glowstone inneficient recipe #7413 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7413
2021-01-29Minor chemical fixes and tweaksGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-01-28Forgot to editEthryan
Fluid value
2021-01-28Changed the Carbon fibre recipe a littleEthryan
The one with Polybenzimidazole in it
2021-01-18fix(GT)Lv Conveyourbelt recipeDreamMasterXXL
change Siicon rubber to Tin https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5896
2021-01-17More removal of commented out code, small formatting adjustmentsJason Mitchell
2021-01-13Fixes MagnesiumchlorideEthryan
2021-01-09remove(IC2)Electric Tools recipesDreamMasterXXL
2021-01-021) Remove mAddGTRecipesToIC2Machines (stolen from @Glease)Jason Mitchell
2) Batch (most) recipe map removals and additions (significant speedup) 3) Modernize old java constructs --> java8 (in the files touched)
2021-01-02Remove a bunch of old, commented out shitJason Mitchell
2020-12-31Merge branch 'experimental' into long_distance_transferJason Mitchell
2020-12-27update TexturesDreamMasterXXL
bump verion (cherry picked from commit 5cd8800ac37e8cbcf0bc6578cec0c3215c7df4f9)
2020-12-27fix recipe derpDreamMasterXXL
(cherry picked from commit 807b4c44733a6e05c34c40b674c36a27dfd700cd)
2020-12-27Add recipes for the long distance pipesDreamMasterXXL
(cherry picked from commit d3b13dac15a1a744a5bc2910d0f53739c65fdda1)
2020-12-26Remove hand crafting recipes for fuel rodsPrometheus0000000
2020-12-25Merge pull request #381 from Prometheus0000/rodMartin Robertz
Change rod to amount it should be
2020-12-24Change rod to amount it should bePrometheus0000
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7156
2020-12-22Change crop harvester recipePrometheus0000000
2020-12-13moved recipes to assemblerDreamMasterXXL
2020-11-24Change jade rangePrometheus0000
See https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/4684
2020-11-20Merge branch 'experimental' into LCE2Prometheus0000
2020-11-19Fix extreme LCE fuel loadingGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-15Merge pull request #346 from Prometheus0000/experimentalMartin Robertz
Added fuel rod recipes to code+add circuits
2020-11-15Clean up Extreme Diesel EngineGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-14Added fuel rod recipes to code+add circuitsPrometheus0000000