aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2020-12-14add animated texture for the valveDreamMasterXXL
2020-12-13moved recipes to assemblerDreamMasterXXL
2020-12-13removed redundant variableKiloJoel
2020-12-13removed redundant methodKiloJoel
2020-12-13added steam valve coverKiloJoel
2020-12-12fix(rendering): UV Mapping on tilesLéa Gris
- Fix all faces use the same UV mapping and orientation to be same as standard vanilla full blocks Vanilla blocks's face rendering. - Fix the orientation of bottom-face's arrow overlay with fixed UV of the `GT_MetaTileEntity_Buffer` type machines (filters, buffers, regulators) - Fix UV mapping of item pipes restrictor overlay - Fix UV mapping of fluid pipes blocked input overlay orientation on all sides - Fix UV mappiong of thick covers - Remove the now useless and broken custom UVMapped vertices at the bottom face. ![](https://i.imgur.com/MImsbQY.png)
2020-12-09Update ECE TTPrometheus0000000
2020-12-07Fix Hermetic Casing NameEthryan
[#7062](https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7062)
2020-12-07Merge pull request #366 from GTNewHorizons/more-cache-packerMartin Robertz
add simple allowPutStack cache
2020-12-07add simple allowPutStack cachekorneel vandamme
2020-12-07Drilling plant uses absolute coordinates where single block uses relativerepo_alt
2020-12-04Non-GT ores support for the seismic prospector (GT++, BW(?))repo_alt
2020-11-30Merge pull request #360 from GTNewHorizons/fix-overfill-quantumchestMartin Robertz
fix over filling quantumchest
2020-11-30ony set to max if it has to muchkorneel vandamme
2020-11-30fix(integrated_circuit): mask comparison mode bits from damage (#359)Léa Gris
2020-11-29fix over filling quantumchestkorneel vandamme
2020-11-29Merge pull request #358 from GTNewHorizons/integrated_circuitMartin Robertz
fix(itegrated_circuit): starts at 0
2020-11-29fix(itegrated_circuit): starts at 0Léa Gris
2020-11-28add caching to boxinator + other optimazationkorneel vandamme
2020-11-26minor fix on getIconFromDamage check damage >0 (#356)Léa Gris
* fix(getIconFromDamage): add check damage >0
2020-11-27feat(gregtech): visual programmed circuit (#355)Léa Gris
* feat(gregtech): visual programmed circuit Add: Feature a configuration display for the programmed circuit (integrated circuit). Address feature request https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6993 * fix(bug): potential out of bound index
2020-11-25remove the tierDreamMasterXXL
2020-11-25fix(GT)rename Field Generator TiersDreamMasterXXL
2020-11-22Change comments to english (#350)Prometheus0000
2020-11-21Merge pull request #335 from Prometheus0000/LCE2Martin Robertz
Added IV HOG only LCE
2020-11-21Merge pull request #347 from GTNewHorizons/move-Item-optimazationMartin Robertz
Move item optimazation
2020-11-20Merge branch 'experimental' into LCE2Prometheus0000
2020-11-20Remove unnecessary stuff/comments. Change meta #Prometheus0000000
2020-11-20Fixes boosting not working. Also getInfoData tooPrometheus0000000
2020-11-19Change all the multi tooltips over. Also changed tooltip class a bitPrometheus0000000
2020-11-18Add new method of displaying MB tooltips. LCR as example for nowPrometheus0000000
2020-11-19Extreme LCE now uses LOXGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-19Fix wrong fuel consumption in extreme LCEGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-16GT ore blocks in world are not recognized as an oredicted stackrepo_alt
2020-11-16use moveMultipleItemStacks to variuos functionskorneel vandamme
2020-11-15Clean up Extreme Diesel EngineGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-14Miners may actually detect ores by the oredictrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5468
2020-11-13Handle restart and radius changerepo_alt
2020-11-13Single block miner optimizationrepo_alt
2020-11-13LCR was forming w/o energy and maintenance hatchesrepo_alt
2020-11-10Cleanroom Callback Reworkbartimaeusnek
2020-11-03Added IV HOG only LCEPrometheus0000000
2020-10-29Fix ore not synced to client in some cases (again)Glease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-28Fix ore not synced to client in some casesGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-25Organize importGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-25Move the hide to proper place & use proper apiGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-23Actually hide filled volumetric flask in NEIGlease
Previously this is called too early that many fluid are simply not yet registered. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-10-19Bee Definition Cleanup (#326)bartimaeusnek
* Bee Definition Cleanup Removed a Lot of boilerplate code, by using Consumers instead of Overrides Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Made Use of Static imports + use "Color" class for better IDE integration & readability + parameterised some Generics + reroute some Method overloads Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed an oversight Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed a typo Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-13Merge pull request #324 from GTNewHorizons/digital-chest-void-overflowMartin Robertz
Digital chest void overflow
2020-10-13better localisation handelingkorneel vandamme