aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-03Update GT_Cover_SolarPanel.javaDaniel
2020-05-03Merge remote-tracking branch 'origin/experimental' into experimentalDreamMasterXXL
2020-05-03Recipe conflict #6025DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6025
2020-04-27Merge pull request #275 from GTNewHorizons/saml-fix-lava-centrifugingMartin Robertz
fix mistakes from laav centrifuging
2020-04-26fix mistakes from laav centrifugingbotn365
2020-04-25Fixe IV Electrolyzer used some non existing HSSS WiresDreamMasterXXL
2020-04-24bump versionDreamMasterXXL
2020-04-24Merge branch 'test' into experimentalDreamMasterXXL
2020-04-24Merge pull request #269 from GTNewHorizons/ReplicatorNERFMartin Robertz
Nerfed replicator
2020-04-24Factor 1.2 for nowMartin Robertz
2020-04-24Merge pull request #271 from GTNewHorizons/GrowthmediumMartin Robertz
Growthmedium
2020-04-24Merge pull request #272 from GTNewHorizons/clsMartin Robertz
Cls
2020-04-24Merge pull request #270 from GTNewHorizons/advanced-smd-chipsMartin Robertz
Advanced smd chips
2020-04-24Merge pull request #274 from repo-alt/experimentalMartin Robertz
fixed Adv. Seismic Prospector off-by-one error
2020-04-24fixed Adv. Seismic Prospector off-by-one errorrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5588 simplified calculations some code cleanup
2020-04-23Buff infinity turbines #5970DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5970 (cherry picked from commit 59c2be81ae501011488c3d5525adf380efe6ccef)
2020-04-23Buff infinity turbines #5970DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5970
2020-04-22fix stainless steel naming in large cellsDreamMasterXXL
(cherry picked from commit f949a9063d6e00a931e827abf89db82795e9bfd8)
2020-04-22fix stainless steel naming in large cellsDreamMasterXXL
2020-04-22changed missing recipes to asmd componentsDreamMasterXXL
(cherry picked from commit 6bfdc7704c7fba0a11fd7e97447c0e734acf221b)
2020-04-22changed missing recipes to asmd componentsDreamMasterXXL
2020-04-21IV electrolyzer for GT++ multi seems like it might be using a mistiered ↵DreamMasterXXL
material #5883 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5883 (cherry picked from commit a687a3a304656cd280ef3f527205e0d1c9b0a19b)
2020-04-21IV electrolyzer for GT++ multi seems like it might be using a mistiered ↵DreamMasterXXL
material #5883 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5883
2020-04-21Quantium Wires have no wiremill recipe #5888DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888
2020-04-21Quantium Wires have no wiremill recipe #5888DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888 (cherry picked from commit 331e17a788704e31c11f51ff9b312f478e7504e4)
2020-04-21Quantium Wires have no wiremill recipe #5888DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888
2020-04-21Over-Generous LV Conveyor maceration recipe #5896DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5896
2020-04-21Merge remote-tracking branch 'origin/cls' into testDreamMasterXXL
2020-04-19Reduced logbartimaeusnek
+ removed "isNice" easter egg + reduced loglines to log every 5% instead of every 1% + replaced Iterator for loop with enhanced for Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19Merge branch 'experimental' into testDreamMasterXXL
2020-04-19add ArtificialLeather to more recipesDreamMasterXXL
2020-04-19Merge remote-tracking branch 'origin/cls' into clsbartimaeusnek
# Conflicts: # src/main/java/gregtech/GT_Mod.java
2020-04-19Refactored CLS support into an own Compatbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19Reflection fixjackowski626
2020-04-19fixjackowski626
2020-04-19CLS not a dependency anymorejackowski626
Works through reflection now
2020-04-19update item list and version tagDreamMasterXXL
2020-04-19Merge remote-tracking branch 'origin/ReplicatorNERF' into testDreamMasterXXL
2020-04-19Merge branch 'advanced-smd-chips' into testDreamMasterXXL
2020-04-19Merge branch 'Growthmedium' into testDreamMasterXXL
2020-04-19Renamed Variables to be less misleadingbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19Foxed Gradle and var declarationjackowski626
2020-04-19remove tagDreamMasterXXL
2020-04-19Nerfed replicatorbartimaeusnek
+ added a config option + made TankSize of Replicator a bit nicer Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19CLS supportjackowski626
OpenGL is a bit of a pita, wants only to be used in main thread. The easiest solution was to trigger CLS screen updates from GT. It is a soft dependency, if CLS isn't present, nothing breaks.
2020-04-19Revert "CLS support"jackowski626
This reverts commit 76c7090220f83008b157eb4ae9e1541c9ac6c1ee.
2020-04-19CLS supportjackowski626
OpenGL is a bit of a pita, wants only to be used in main thread. The easiest solution was to trigger CLS screen updates from GT. It is a soft dependency, if CLS isn't present, nothing breaks. Second pr because cloned fresh repo or else it attributed not my changes to me
2020-04-19update version tagDreamMasterXXL
2020-04-19More Polybenzimidazole (PBI) Uses in Higher Tier Recipes #5928DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5928
2020-04-18remove unused materialsDreamMasterXXL
add gears to Cobalt and the Blue, Black and Red Steel (for the Oil Rig Recipes) fix spacing (cherry picked from commit 5bf8bb0089b2ff37e549f827d6e0aeac064fd87d)