Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | Merge pull request #528 from Prometheus0000/remove_useless | Martin Robertz | |
Remove useless recipes in GT5U involving tiny/small dusts | |||
2021-05-13 | Merge pull request #515 from GTNewHorizons/files_format | Martin Robertz | |
Normalize all repository files format | |||
2021-05-08 | Forgot to adjust recipe time/EU | Prometheus0000 | |
2021-05-08 | Add LCR dimethylbenzene recipe | Prometheus0000 | |
2021-05-06 | Remove useless tiny/small mixer recipes | Prometheus0000 | |
It was done in a neat way though | |||
2021-05-05 | Merge pull request #525 from Prometheus0000/card | Martin Robertz | |
Remove duplicate and fix existing sensor card recycling recipe | |||
2021-05-05 | Remove duplicate and fix existing sensor card recycling recipe | Prometheus0000 | |
Well, 'fix' is more like, 'be fair' | |||
2021-05-05 | Merge pull request #524 from Prometheus0000/BpW | Martin Robertz | |
Add water to bisphenol MB recipe | |||
2021-05-05 | Add water to bisphenol MB recipe | Prometheus0000 | |
2021-05-05 | Re-add styrene recipes | Prometheus0000 | |
2021-04-29 | Merge pull request #513 from Prometheus0000/oredict | Martin Robertz | |
Adds oredicting of synthetic rubber to conveyors and standardizes pumps | |||
2021-04-27 | fix(textfiles): add missing neline at end of files | Lé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-27 | fix(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-26 | Adds oredicting of synthetic rubber to conveyors and standardizes pumps | Prometheus0000 | |
2021-04-26 | fix(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-21 | Update GT_MachineRecipeLoader.java | Elisis | |
Fix the rest of https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7798 | |||
2021-03-28 | Reduce price of magic generators | Glease | |
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-06 | Merge pull request #457 from Prometheus0000/fert | Martin Robertz | |
Add electrolyzer recipe for IC2 fertilizer | |||
2021-03-05 | Add electrolyzer recipe for IC2 fertilizer | Prometheus0000 | |
2021-03-06 | Merge pull request #456 from Prometheus0000/cell | Martin Robertz | |
Makes higher tier materials give more cells | |||
2021-03-05 | Makes higher tier materials give more cells | Prometheus0000 | |
2021-03-05 | Merge pull request #450 from Prometheus0000/chipset | Martin Robertz | |
#7537 Change tin to iron | |||
2021-03-05 | Add 3 more flask recipes | Prometheus0000 | |
2021-03-03 | #7537 Change tin to iron | Prometheus0000 | |
2021-02-09 | amber 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-31 | change(GT)Glowstone centrifuge recipe | DreamMasterXXL | |
Centrifuging glowstone inneficient recipe #7413 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7413 | |||
2021-01-29 | Minor chemical fixes and tweaks | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-01-28 | Forgot to edit | Ethryan | |
Fluid value | |||
2021-01-28 | Changed the Carbon fibre recipe a little | Ethryan | |
The one with Polybenzimidazole in it | |||
2021-01-18 | fix(GT)Lv Conveyourbelt recipe | DreamMasterXXL | |
change Siicon rubber to Tin https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5896 | |||
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-13 | Fixes Magnesiumchloride | Ethryan | |
2021-01-09 | remove(IC2)Electric Tools recipes | DreamMasterXXL | |
2021-01-02 | 1) 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-02 | Remove a bunch of old, commented out shit | Jason Mitchell | |
2020-12-31 | Merge branch 'experimental' into long_distance_transfer | Jason Mitchell | |
2020-12-27 | update Textures | DreamMasterXXL | |
bump verion (cherry picked from commit 5cd8800ac37e8cbcf0bc6578cec0c3215c7df4f9) | |||
2020-12-27 | fix recipe derp | DreamMasterXXL | |
(cherry picked from commit 807b4c44733a6e05c34c40b674c36a27dfd700cd) | |||
2020-12-27 | Add recipes for the long distance pipes | DreamMasterXXL | |
(cherry picked from commit d3b13dac15a1a744a5bc2910d0f53739c65fdda1) | |||
2020-12-26 | Remove hand crafting recipes for fuel rods | Prometheus0000000 | |
2020-12-25 | Merge pull request #381 from Prometheus0000/rod | Martin Robertz | |
Change rod to amount it should be | |||
2020-12-24 | Change rod to amount it should be | Prometheus0000 | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7156 | |||
2020-12-22 | Change crop harvester recipe | Prometheus0000000 | |
2020-12-13 | moved recipes to assembler | DreamMasterXXL | |
2020-11-24 | Change jade range | Prometheus0000 | |
See https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/4684 | |||
2020-11-20 | Merge branch 'experimental' into LCE2 | Prometheus0000 | |
2020-11-19 | Fix extreme LCE fuel loading | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-15 | Merge pull request #346 from Prometheus0000/experimental | Martin Robertz | |
Added fuel rod recipes to code+add circuits | |||
2020-11-15 | Clean up Extreme Diesel Engine | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-14 | Added fuel rod recipes to code+add circuits | Prometheus0000000 | |