Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-18 | Remove additional method in IDescribable | r4phael | |
2021-01-17 | Fix multiblock machine tooltip error | r4phael | |
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 | Add option to disable input machine on single block machines | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-01-07 | Re-tiered Mufflers for now (#391) | bartimaeusnek | |
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. | |||
2020-12-31 | Merge branch 'experimental' into long_distance_transfer | Jason Mitchell | |
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-28 | Added TODOs for code smell | bartimaeusnek | |
2020-12-28 | More Refactor | bartimaeusnek | |
2020-12-26 | Readability cleanup | Jason Mitchell | |
2020-12-26 | Machine Block Update changes | Jason Mitchell | |
* Conditionally trigger an update on front facing (Needed for pipelines) * Use a queue instead of recursion | |||
2020-12-19 | make getAccessibleSlots more optimesed for pipes | korneel vandamme | |
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-10 | add the option to disable input filter (#365) | botn365 | |
2020-11-16 | use moveMultipleItemStacks to variuos functions | korneel vandamme | |
2020-11-10 | Cleanroom Callback Rework | bartimaeusnek | |
2020-10-25 | fix acidental perfect OC on all multies (#332) | botn365 | |
2020-10-20 | Merge pull request #330 from GTNewHorizons/GradleUnfck | Martin Robertz | |
Gradle unfck | |||
2020-10-19 | Lift checks out of Stripped Methodes to prevent NoSuchMethodErrors | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-10-19 | Unf****d build.gradle | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-10-19 | allow only from input side | botn365 | |
2020-10-19 | allow to pull items from input bus | botn365 | |
2020-10-05 | Invalid Muffler Hatch Facing | bartimaeusnek | |
Added the ability to change the invalid facing orientation on the Muffler Hatch Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-10-01 | worldObj.getPrecipitationHeight moved to variable | kaziu687 | |
2020-10-01 | Update BaseMetaTileEntity.java | kaziu687 | |
Fixes problem that may cause explosion on Thermos servers with load-chunks-on-request: false When machine stays at the edge of loaded chunk (where siblings is not loaded) worldObj.getPrecipitationHeight will return -1 (cuz chunk wont be loaded on request). Machine will explode even if there is a roof. | |||
2020-09-19 | put back oldTime | korneel vandamme | |
2020-09-19 | Merge branch 'experimental' into patch-4 | botn365 | |
2020-09-19 | fix to much power on non perfect OC | korneel vandamme | |
2020-09-19 | Revert "fix energy consumption on OC past tick limit" | DreamMasterXXL | |
This reverts commit efbaa3fcb94da0aea4a4d51519b58df4641e68d9. | |||
2020-09-18 | fix energy consumption on OC past tick limit | botn365 | |
fix the energy consumption of the large chemical reactor where it would reduce the energy consumption if the it OCd past the tick limit | |||
2020-09-02 | GT p2p tunnel was added to AE itself | repo_alt | |
2020-08-29 | Move neighbour update to BaseTileEntity | moller21 | |
2020-08-25 | Redstone, power, strong, signal, cover | moller21 | |
2020-08-23 | Revert stocking mode change. | moller21 | |
2020-08-23 | Attempt at improving chest buffers, also slowing down lower tier ones. | moller21 | |
2020-08-02 | Fix full size pipes restrictor textures. | moller21 | |
2020-08-01 | Fix batteries in machines chugging cpu to look up recipes. | moller21 | |
2020-07-17 | Fixed average EU input/output display | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5472 | |||
2020-07-17 | Transformer not change visually when mode changes to step up | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5420 | |||
2020-05-27 | Unified Large Chem reactor OC | bartimaeusnek | |
related #294 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-05-10 | Merge pull request #281 from moller21/coverguis2 | Martin Robertz | |
Cover GUI's take 2 | |||
2020-05-10 | Cover GUI: added fluid regulator, finished open on shiftrightclick. | moller21 | |
2020-05-06 | Cover gui: Right click to open instead take.2 | moller21 | |
2020-05-04 | Drop barts api | Technus | |
2020-05-04 | Fix integer loopback in scanner averages | Technus | |
2020-05-04 | Added cover guis for pump/filter | moller21 | |
2020-04-18 | Use ThreadLocalRandom for RNG | Mogball | |
2020-04-16 | disable threaded caching of mUpdate values | Technus | |