aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
AgeCommit message (Collapse)Author
2021-03-14fix(ProcessingPlate): missed BUFFERED recipes bitsLéa Gris
- Add missing BUFFERED recipes bits - More code cleanup
2021-03-14minor: javadoc rephraseLéa Gris
2021-03-14cleanup(registerCover): factorise and commentLéa Gris
2021-03-14fix(render): texture for covers of block materialLéa Gris
- Copy the block texture to render covers made of a block's material - Fix and refactor lint and tidy the whole ProcessingPlate class (no side-effect detected)
2021-03-13fix(rendering): cover dumb block teture on bottom faceLéa Gris
Render the bottom face of covers made of a dumb block, the same orientation as the referrence dumb block.
2021-03-13fix(rendering): gregtech stone backgrond orientation on bottom face of oresLéa Gris
Stone background on the bottom side of ores, did not use the same flipped orientation as with dumb blocks of the same material, which uses the vanilla block renderer from Minecraft. This patch fixes the rendering of the bottom side of Gregtecg ores which uses te following Gregtech stone backgrounds: - Black Granite - Red Granite - Marble - Basalt
2021-03-12Merge pull request #462 from GTNewHorizons/WorldEventWrapperbasdxz
Refactor World Events
2021-03-12requested changesLéa Gris
- Fix modifiers order - Fix redundant string literal - Fix indentation - fix missing run()
2021-03-12Merge pull request #461 from repo-alt/experimentalMartin Robertz
Correctly release/reuse channel after ME bus removal and reconnect
2021-03-11Minor improvementsbartimaeusnek
2021-03-11Implemented Builder Patternbartimaeusnek
2021-03-10Missed onebartimaeusnek
2021-03-10Added a few safety measurementsbartimaeusnek
2021-03-10Added missingbartimaeusnek
2021-03-10Implemented Requestsbartimaeusnek
2021-03-10Refactor World Eventsbartimaeusnek
World events have way to many parameters, so the code gets unreadable, this commit fixes that behavior.
2021-03-10Correctly release/reuse channel after ME bus removal and reconnectrepo_alt
2021-03-10feat(i18n): translatable muffler descriptionLéa Gris
+ refactor
2021-03-09Changes 4 Bartbasdxz
2021-03-09Minor clean up and extension of hatch mufflerbasdxz
-Plus like, a small comment here or there
2021-03-09Minor clean up and extension of hatch muffler (#459)basdxz
* Minor clean up and extension of hatch muffler -Plus like, a small comment here or there * Changes 4 Bart
2021-03-07fix all fineWire amountbotn365
fix all instences where you only get 4 fine wire/ingot instead of 8 when there is no wire version of that material
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-05Merge pull request #453 from Prometheus0000/StuffMartin Robertz
Change MV macerator recipe slightly
2021-03-05Merge pull request #455 from Prometheus0000/anotherMartin Robertz
Add use for fool's ruby AKA spinel
2021-03-05Add use for fool's ruby AKA spinelPrometheus0000
2021-03-05Add 3 more flask recipesPrometheus0000
2021-03-05#6953 Change to flawlessPrometheus0000
2021-03-05Merge pull request #452 from GTNewHorizons/regulator-tickrateMartin Robertz
Allow adjusting tick rate of fluid regulator
2021-03-04Allow adjusting tick rate of fluid regulatorGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-03-03quickfix(ao): reset ao state after rendering tileblockLéa Gris
Reset RenderBlock.enableAO to false after rendering Gregtech tile blocks. Minecraft makes assumption that enableAO is false when it renders a lower door panel. Leaving enableAO to true in the RenderBlock instance after rendering gregtech tile blocks caused lower door panels to randomply pick some remanent ambient occlusion colour values it should not.
2021-03-03#7537 Change tin to ironPrometheus0000
2021-03-03Merge pull request #448 from GTNewHorizons/AO_Cast_ShadowLéa Gris
impr(rendering): Machine block casts an ambient occlusion shadow
2021-03-03impr(rendering): Machine block casts an ambient occlusion shadowLéa Gris
- Implement the missing ambient occlusion shadow from machine block over neighbour blocks. - Fix the LightingHelper to properly shade pipes/cables/wires against an opaque block. - Refactor and cleanup the GT_Block_Machines class of all bad practices and code smell, checked and validated with Sonarlint.
2021-02-26fix regulators not workingkorneel vandamme
2021-02-26fix running asslinecrash on data hatch breakbotn365
fix that when a fully formed assline with data hatch and when the data hatch would be replaced the onRunningTick would crash and stop the assline from ticking the recipe progression
2021-02-26fix regulator ignoring pipeconectionsbotn365
fix that regulators would draw /fill fluids from a pipe even if it wasent conected to that side #7523
2021-02-25Reshuffle new constructor args to avoid conflict with GT++ ASMrepo_alt
2021-02-25Added back bus constructor for "backwards" compatrepo_alt
2021-02-25Merge pull request #442 from GTNewHorizons/patch-pump-idleMartin Robertz
Prevent retract pipe when drill tip can move down
2021-02-25Make ME hatch have zero slots, to avoid items being stuck inside (#439)repo-alt
* Make ME hatch have zero slots, to avoid items being stuck inside * added a missing whitespace Co-authored-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2021-02-25Prevent retract pipe when drill tip can move downGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-02-24Merge pull request #437 from GTNewHorizons/RenderAOLéa Gris
feat(render): tile ambient occlusion
2021-02-25Merge pull request #440 from GTNewHorizons/patch-water-bottle-divide-0Glease
Fix bottled water filling
2021-02-22Fix bottled water fillingGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-02-22Pickup fluid instead if the input tank is fullGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>