aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/metatileentity/implementations
AgeCommit message (Collapse)Author
2021-01-05fix(rendering): bottom side orientationLé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-31Merge branch 'experimental' into long_distance_transferJason Mitchell
2020-12-29Remove leftover code of logistics energy costGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-12-29Remove all energy cost of moving fluid and itemsGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-12-28Added TODOs for code smellbartimaeusnek
2020-12-28More Refactorbartimaeusnek
2020-12-26Readability cleanupJason Mitchell
2020-12-19make getAccessibleSlots more optimesed for pipeskorneel vandamme
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-10add the option to disable input filter (#365)botn365
2020-11-16use moveMultipleItemStacks to variuos functionskorneel vandamme
2020-11-10Cleanroom Callback Reworkbartimaeusnek
2020-10-25fix acidental perfect OC on all multies (#332)botn365
2020-10-20Merge pull request #330 from GTNewHorizons/GradleUnfckMartin Robertz
Gradle unfck
2020-10-19Lift checks out of Stripped Methodes to prevent NoSuchMethodErrorsbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-19Unf****d build.gradlebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-10-19allow only from input sidebotn365
2020-10-19allow to pull items from input busbotn365
2020-10-05Invalid Muffler Hatch Facingbartimaeusnek
Added the ability to change the invalid facing orientation on the Muffler Hatch Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-09-19put back oldTimekorneel vandamme
2020-09-19Merge branch 'experimental' into patch-4botn365
2020-09-19fix to much power on non perfect OCkorneel vandamme
2020-09-19Revert "fix energy consumption on OC past tick limit"DreamMasterXXL
This reverts commit efbaa3fcb94da0aea4a4d51519b58df4641e68d9.
2020-09-18fix energy consumption on OC past tick limitbotn365
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-02GT p2p tunnel was added to AE itselfrepo_alt
2020-08-23Revert stocking mode change.moller21
2020-08-23Attempt at improving chest buffers, also slowing down lower tier ones.moller21
2020-08-02Fix full size pipes restrictor textures.moller21
2020-07-17Transformer not change visually when mode changes to step uprepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5420
2020-05-27Unified Large Chem reactor OCbartimaeusnek
related #294 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-05-04Drop barts apiTechnus
2020-04-16disable threaded caching of mUpdate valuesTechnus
2020-04-15Refactor to fixed thread pool executorTechnus
Use actually something made for this task...
2020-04-10Void miner adjustments (#262)bartimaeusnek
* Added all Ores to Voidminer in DeepDark + removed Infinity Ore Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * renormalize line endings Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-06Commented texture pagingTechnus
2020-02-16Return default texture in case of NPE isntead of crashingJason Mitchell
2020-02-15removed unused importsDream-Master
changed subversion to 33
2020-02-10Added ability to lock output hatch with a cell or any IFluidContainerItem if ↵repo_alt
it was locked but fluid was not set yet. (Basically use screwdriver to set mode 8 or 9, and set the fluid with a cell)
2019-12-18Change battery buffer from updating info line every 20 *scans* to every 20 ↵Richard Hendricks
ticks, ie 1s.
2019-10-29Remove NBT data from turbines, preventing them from being disassembled.observeroftime02
Signed-off-by: observeroftime02 <observeroftime@shizuki.ca>
2019-10-25Update GT_MetaTileEntity_MultiBlockBase.javaDaniel
2019-10-25fix bufferd dynamo hatch (#207)botn365
* fix buffer dynamo hatch fix where a turbine with a buffer dynamo hatch makes more then 1A it wil not out put non complete amps in to the buffer * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_MetaTileEntity_MultiBlockBase.java
2019-09-03added multiple Glass Variants instead of only onebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-09-02UHV/UEV integration of basic machinesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-07-15IC2 ENet compat for GT transformers & GT cablesJason Mitchell
* Fixes every face of ic2 nuclear reactors giving full energy * Should reduce performance concerns from previous ic2 energy compat * Removes Tec's workaround
2019-07-13Upgrade transformer logicTechnus
2019-06-20#4727 Modified code to skip to the next cardinal direction pair when doing ↵Richard Hendricks
power delivery instead of always doing a 0-5 search. This should help simple "straight cables with machines attached" prefer to power the closer machines first, especially for NS runs.
2019-05-17duct taped import of circuits in assemblersbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-04-09Merge branch 'experimental' into bmfbartimaeusnek
2019-04-09fixesbartimaeusnek
+refractored code, +restored compability to vanilla ore gen, +moved GC and Forrestry code to own classes to prevent crashes inDev +implemented equals and hashcode on NearbySeeds class +added an information line to the Implosion Compressor tooltip