aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2020-05-03Update GT_Cover_SolarPanel.javaDaniel
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 #272 from GTNewHorizons/clsMartin Robertz
Cls
2020-04-24Merge pull request #270 from GTNewHorizons/advanced-smd-chipsMartin Robertz
Advanced smd chips
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-22fix stainless steel naming in large cellsDreamMasterXXL
(cherry picked from commit f949a9063d6e00a931e827abf89db82795e9bfd8)
2020-04-19Refactored CLS support into an own Compatbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19CLS not a dependency anymorejackowski626
Works through reflection now
2020-04-19Renamed Variables to be less misleadingbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
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-19More Polybenzimidazole (PBI) Uses in Higher Tier Recipes #5928DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5928
2020-04-16disable threaded caching of mUpdate valuesTechnus
2020-04-10replaced magic numbers with string identifiersbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10different fixesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10renormalize line endingsbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10Removed T5 & T6 Minersbartimaeusnek
+ Added BW Compat for easier use of BW Materials in code + Removed DD Veins Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-07Merge branch 'Ore-Drilling-T5+T6' of ↵Technus
https://github.com/GTNewHorizons/GT5-Unofficial into Ore-Drilling-T5+T6 # Conflicts: # src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlant5.java # src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlant6.java
2020-04-07Set textures and adjust casing block register rangeTechnus
2020-04-07change textur id of ore drillsDream-Master
2020-04-07Merge branch 'experimental' into Ore-Drilling-T5+T6Dream-Master
2020-04-06Added a better way for the Processing Array to handle recipes.Dream-Master
https://github.com/Blood-Asp/GT5-Unofficial/pull/1551 add missing Packer machines back
2020-04-06Move to proper id's out of GT++ space... but they are still unused on ↵Technus
hatches... so does not really matter... (cherry picked from commit 880f24355b6afbc860dc28a66c9f660f2b5610d8)
2020-04-06Move to proper id's out of GT++ space... but they are still unused on ↵Technus
hatches... so does not really matter...
2020-04-06Merge branch 'experimental' into Ore-Drilling-T5+T6Technus
# Conflicts: # src/main/java/gregtech/api/enums/Textures.java
2020-04-06Texture paging names should match...Technus
2020-04-06Texture paging implementedTechnus
2020-04-06Commented texture pagingTechnus
2020-04-06fix textureDream-Master
fix tier from ore drill tier 6 bump version
2020-04-06Merge branch 'experimental' into Ore-Drilling-T5+T6Dream-Master
2020-04-05Display fluid amount in the fluid display stack.moller21
2020-03-23Fix replicator race condition (#255)Jason Mitchell
2020-03-23First attemp to add Ore drilling Plant Luv and ZPMDream-Master
2020-03-21fixed https://github.com/GTNewHorizons/NewHorizons/issues/5787repo_alt
updated AE2 dependency to use rv3 API
2020-03-19Add cover information on the machine item tooltip. (#252)Johnson
* Add cover information on the machine item tooltip.
2020-03-15Refactored GT_MetaTileEntity_Replicator.javabartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-12Merge pull request #249 from botn365/PA_separate_input_bussesMartin Robertz
Pa separate input busses
2020-03-11move getBaseMetaTileEntity actualy outside the loopbotn365
2020-03-11added the sugestionsbotn365
2020-03-11add a option to separate PA input bussesbotn365
2020-03-08Pyrolyse oven won't form with certain coils #5663Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5663
2020-03-02Undo bounding box size increase, for now. After testing might increase.Richard Hendricks
2020-03-02Add new debug switches to command list.Richard Hendricks
2020-03-02Add separate debug variables for pumps and minersRichard Hendricks
2020-02-25Provide owner's UUID to forge event bus for fake players. Second PR cuz line ↵karpov.evgeniy
endings fixed.
2020-02-23tab completion improvedrepo_alt
2020-02-23OP command to toggle debug flagsrepo_alt