Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-08 | Merge pull request #396 from GTNewHorizons/disable-filter | Martin Robertz | |
Add option to disable input machine on single block machines | |||
2021-01-08 | removed logging | DreamMasterXXL | |
2021-01-08 | Add option to disable input machine on single block machines | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-01-07 | fixed item detector cover on quantum chests (#398) | repo-alt | |
Co-authored-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2021-01-07 | Merge pull request #393 from GTNewHorizons/cleanup_and_speedup | Martin Robertz | |
Cleanup and speedup | |||
2021-01-05 | fix(rendering): bottom side orientation | Léa Gris | |
- Fix bottom side texture orientation to not flip texture. Special thanks to @GregoriusT who raised awareness of potential issue with texture where direction matters (like button panels or texts). - Implement a flipped bottom texture rendering to have ore blocks use the very same orientation as dumb blocks ore textures from other mods. - Refactor GT_SidedTexture to use GT_RenderedTexture for rendering, rather than duplicate the rendering code of it. | |||
2021-01-02 | 1) Remove mAddGTRecipesToIC2Machines (stolen from @Glease) | Jason Mitchell | |
2) Batch (most) recipe map removals and additions (significant speedup) 3) Modernize old java constructs --> java8 (in the files touched) | |||
2021-01-02 | Merge pull request #383 from GTNewHorizons/long_distance_transfer | Martin Robertz | |
Long distance pipelines | |||
2020-12-31 | Merge pull request #388 from GTNewHorizons/pump-pipe-retract | Martin Robertz | |
add pump pipe retract feature | |||
2020-12-31 | Merge branch 'experimental' into long_distance_transfer | Jason Mitchell | |
2020-12-31 | Merge pull request #389 from GTNewHorizons/dissassembler2 | Martin Robertz | |
NBT Dissassebly Data removal | |||
2020-12-31 | add pump pipe retract feature | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-12-31 | Implemented ReverseRecipes | bartimaeusnek | |
2020-12-31 | Disassembler rework | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-12-29 | Merge pull request #386 from GTNewHorizons/OilCrackerSync | Martin Robertz | |
Added wrong boni to Oil Cracker | |||
2020-12-29 | Remove leftover code of logistics energy cost | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-12-29 | Remove all energy cost of moving fluid and items | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-12-29 | Added wrong boni to Oil Cracker | bartimaeusnek | |
This commit synches the Oil Cracker with the Advanced Structure Check version | |||
2020-12-28 | Merge pull request #380 from GTNewHorizons/CoilsLogicRework | bartimaeusnek | |
Heating Coil Logic Overhaul | |||
2020-12-28 | Removed some code smell | bartimaeusnek | |
2020-12-28 | Added missing @Override Annotations | bartimaeusnek | |
2020-12-28 | Added Tier Colors | bartimaeusnek | |
2020-12-28 | More Refactor | bartimaeusnek | |
2020-12-28 | Fixed small oversight | bartimaeusnek | |
2020-12-28 | Refactor | bartimaeusnek | |
+ Added 2 more coils + Improved Tooltips | |||
2020-12-26 | Fixes chest buffers at higher tiers not working | Prometheus0000000 | |
2020-12-26 | Restrict pipes to the correct meta | Jason Mitchell | |
2020-12-26 | Adds long distance Item & Fluid pipelines and pipes. Inspired/ported from ↵ | Jason Mitchell | |
GT6 under LGPL. | |||
2020-12-26 | Misc cleanup/reformats | Jason Mitchell | |
2020-12-25 | Fix single block pump description | Glease | |
2020-12-25 | Merge pull request #370 from 4gname/patch-2 | Martin Robertz | |
Fixed checking of Filter Casings in Cleanroom | |||
2020-12-24 | Heating Coil Logic Overhaul | bartimaeusnek | |
2020-12-19 | Remove EU costs from covers | David Lindström | |
2020-12-16 | Merge pull request #374 from Prometheus0000/fix_comb | Martin Robertz | |
Fix comb drop (ganymede dust) | |||
2020-12-16 | Fix comb drop (ganymede dust) | Prometheus0000000 | |
2020-12-13 | Cache steam fluid IDs on startup and use those instead of string ↵ | Jason Mitchell | |
comparisions everywhere. NOTE: Also drops MFR steam compat | |||
2020-12-14 | add animated texture for the valve | DreamMasterXXL | |
2020-12-13 | moved recipes to assembler | DreamMasterXXL | |
2020-12-13 | removed redundant variable | KiloJoel | |
2020-12-13 | removed redundant method | KiloJoel | |
2020-12-13 | added steam valve cover | KiloJoel | |
2020-12-12 | fix(rendering): UV Mapping on tiles | Lé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.  | |||
2020-12-11 | fix cleanroom check structure | Lex | |
2020-12-09 | Update ECE TT | Prometheus0000000 | |
2020-12-07 | Fix Hermetic Casing Name | Ethryan | |
[#7062](https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7062) | |||
2020-12-07 | Merge pull request #366 from GTNewHorizons/more-cache-packer | Martin Robertz | |
add simple allowPutStack cache | |||
2020-12-07 | add simple allowPutStack cache | korneel vandamme | |
2020-12-07 | Drilling plant uses absolute coordinates where single block uses relative | repo_alt | |
2020-12-04 | Non-GT ores support for the seismic prospector (GT++, BW(?)) | repo_alt | |
2020-11-30 | Merge pull request #360 from GTNewHorizons/fix-overfill-quantumchest | Martin Robertz | |
fix over filling quantumchest |