Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-03 | Merge pull request #24 from GTNewHorizons/experimental | Prometheus0000 | |
update | |||
2021-03-03 | Merge pull request #448 from GTNewHorizons/AO_Cast_Shadow | Léa Gris | |
impr(rendering): Machine block casts an ambient occlusion shadow | |||
2021-03-03 | impr(rendering): Machine block casts an ambient occlusion shadow | Lé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-28 | Merge pull request #447 from GTNewHorizons/fix-fluid-regulator | Martin Robertz | |
fix regulators not working | |||
2021-02-26 | fix regulators not working | korneel vandamme | |
2021-02-26 | Merge pull request #446 from GTNewHorizons/fix-data-hatch-assline-crash | Martin Robertz | |
fix running asslinecrash on data hatch break | |||
2021-02-26 | fix running asslinecrash on data hatch break | botn365 | |
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-26 | Merge pull request #445 from GTNewHorizons/fix-regulator | botn365 | |
fix regulator ignoring pipeconections | |||
2021-02-26 | fix regulator ignoring pipeconections | botn365 | |
fix that regulators would draw /fill fluids from a pipe even if it wasent conected to that side #7523 | |||
2021-02-25 | Merge pull request #444 from repo-alt/experimental | Martin Robertz | |
Reshuffle new constructor args to avoid conflict with GT++ ASM | |||
2021-02-25 | Reshuffle new constructor args to avoid conflict with GT++ ASM | repo_alt | |
2021-02-25 | Merge pull request #443 from repo-alt/experimental | Martin Robertz | |
Added back bus constructor for "backwards" compat | |||
2021-02-25 | Added back bus constructor for "backwards" compat | repo_alt | |
2021-02-25 | Merge pull request #442 from GTNewHorizons/patch-pump-idle | Martin Robertz | |
Prevent retract pipe when drill tip can move down | |||
2021-02-25 | Make 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-25 | Prevent retract pipe when drill tip can move down | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-24 | Merge pull request #437 from GTNewHorizons/RenderAO | Léa Gris | |
feat(render): tile ambient occlusion | |||
2021-02-25 | Merge pull request #440 from GTNewHorizons/patch-water-bottle-divide-0 | Glease | |
Fix bottled water filling | |||
2021-02-22 | Merge pull request #441 from GTNewHorizons/patch-pickup-when-full | Glease | |
Pickup fluid instead if the input tank is full | |||
2021-02-22 | Fix bottled water filling | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-22 | Pickup fluid instead if the input tank is full | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-16 | feat(render): tile ambient occlusion | Léa Gris | |
Render smooth lighting ambient occlusion on all Gregtech tiles: - Ores - Machines - Pipes, Cables, Wires, Frames Add new Client-side configuration entry in Gregtech.cfg. If false, the flat lighting rendering of older versions is used. ```yml render { B:TileAmbientOcclusion_true=true } ``` | |||
2021-02-16 | Merge pull request #438 from repo-alt/experimental | repo-alt | |
Make AE2 dependency actually optional | |||
2021-02-16 | Make AE2 dependency actually optional | repo_alt | |
2021-02-16 | Merge pull request #436 from GTNewHorizons/disassembler_fix | Martin Robertz | |
Fixes Disassembler tooltip | |||
2021-02-16 | Fixes Disassembler tooltip | bartimaeusnek | |
2021-02-11 | Merge pull request #23 from GTNewHorizons/experimental | Prometheus0000 | |
update | |||
2021-02-10 | bump version | DreamMasterXXL | |
2021-02-10 | Merge pull request #434 from GTNewHorizons/gui-manipulate-fluid | Martin Robertz | |
Fix bucket gui fluid manipulation | |||
2021-02-10 | Merge pull request #435 from GTNewHorizons/multismelter_discount_fix | Martin Robertz | |
Fix multismelter coil | |||
2021-02-10 | Fix bit fiddling | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-10 | Fix bucket gui fluid manipulation | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-09 | Merge pull request #431 from repo-alt/experimental | Martin Robertz | |
Better quantum chest integration | |||
2021-02-09 | Merge pull request #433 from GTNewHorizons/NoX-programer-amber-gem-recipe | Martin Robertz | |
amber dust -> gem recipe | |||
2021-02-09 | Merge pull request #432 from GTNewHorizons/gui-manipulate-fluid | Martin Robertz | |
Allows manipulating multiple cell worth of fluid | |||
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-02-09 | Allows manipulating multiple cell worth of fluid | Glease | |
Left click to do as many manipulation as possible. Right click to just manipulate once. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-08 | Better quantum chest integration | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7448 | |||
2021-02-08 | Merge pull request #430 from GTNewHorizons/gui-manipulate-fluid | Martin Robertz | |
Fix size 0 fluid stack | |||
2021-02-09 | Fix size 0 fluid stack | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-01 | Merge pull request #429 from GTNewHorizons/autoclave-fluid-out | Martin Robertz | |
allow autoclave to have fluid out in recipe | |||
2021-02-01 | allow autoclave to have fluid out in recipe | korneel vandamme | |
2021-01-31 | Merge pull request #428 from GTNewHorizons/gui-manipulate-fluid | Martin Robertz | |
BasicMachine fluid tank manipulations in GUI | |||
2021-01-31 | Address reviews | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-01-31 | BasicMachine fluid tank manipulations in GUI | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
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-30 | bump version | DreamMasterXXL | |
2021-01-30 | Merge pull request #426 from KiloJoel/shadowmetalBeeFix | Martin Robertz | |
added GT shadowmetal block, fixed bee crash from new TM | |||
2021-01-29 | added shadow block texture | KiloJoel | |
2021-01-29 | added GT shadowmetal block, no texture yet | KiloJoel | |