aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/metatileentity
AgeCommit message (Collapse)Author
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-10-01worldObj.getPrecipitationHeight moved to variablekaziu687
2020-10-01Update BaseMetaTileEntity.javakaziu687
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-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-29Move neighbour update to BaseTileEntitymoller21
2020-08-25Redstone, power, strong, signal, covermoller21
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-08-01Fix batteries in machines chugging cpu to look up recipes.moller21
2020-07-17Fixed average EU input/output displayrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5472
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-10Merge pull request #281 from moller21/coverguis2Martin Robertz
Cover GUI's take 2
2020-05-10Cover GUI: added fluid regulator, finished open on shiftrightclick.moller21
2020-05-06Cover gui: Right click to open instead take.2moller21
2020-05-04Drop barts apiTechnus
2020-05-04Fix integer loopback in scanner averagesTechnus
2020-05-04Added cover guis for pump/filtermoller21
2020-04-18Use ThreadLocalRandom for RNGMogball
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-25Provide owner's UUID to forge event bus for fake players. Second PR cuz line ↵karpov.evgeniy
endings fixed.
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-15document potential cable gotchasJason Mitchell
2019-07-15more small cleanupJason Mitchell
2019-07-15spacesJason Mitchell
2019-07-15small cleanupJason Mitchell
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-22fluid shenanigansJason Mitchell
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-06-17fixed broken lag messagebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
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