Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-04-15 | Refactor to fixed thread pool executor | Technus | |
Use actually something made for this task... | |||
2020-04-10 | Void 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-06 | Commented texture paging | Technus | |
2020-02-25 | Provide owner's UUID to forge event bus for fake players. Second PR cuz line ↵ | karpov.evgeniy | |
endings fixed. | |||
2020-02-16 | Return default texture in case of NPE isntead of crashing | Jason Mitchell | |
2020-02-15 | removed unused imports | Dream-Master | |
changed subversion to 33 | |||
2020-02-10 | Added 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-18 | Change battery buffer from updating info line every 20 *scans* to every 20 ↵ | Richard Hendricks | |
ticks, ie 1s. | |||
2019-10-29 | Remove NBT data from turbines, preventing them from being disassembled. | observeroftime02 | |
Signed-off-by: observeroftime02 <observeroftime@shizuki.ca> | |||
2019-10-25 | Update GT_MetaTileEntity_MultiBlockBase.java | Daniel | |
2019-10-25 | fix 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-03 | added multiple Glass Variants instead of only one | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-09-02 | UHV/UEV integration of basic machines | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-07-15 | document potential cable gotchas | Jason Mitchell | |
2019-07-15 | more small cleanup | Jason Mitchell | |
2019-07-15 | spaces | Jason Mitchell | |
2019-07-15 | small cleanup | Jason Mitchell | |
2019-07-15 | IC2 ENet compat for GT transformers & GT cables | Jason 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-13 | Upgrade transformer logic | Technus | |
2019-06-22 | fluid shenanigans | Jason 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-17 | fixed broken lag message | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-05-17 | duct taped import of circuits in assemblers | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-04-09 | Merge branch 'experimental' into bmf | bartimaeusnek | |
2019-04-09 | fixes | bartimaeusnek | |
+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 | |||
2019-03-12 | Cherry pick multiamp dynamo support for multiblock generators. Removed local ↵ | Richard Hendricks | |
explosion checks from large turbine and plasma turbine. Large turbs now support buffered 4A dynamos. | |||
2019-03-01 | Fix for pipes left with 1L when splitting. | Richard Hendricks | |
2019-02-19 | redid the naquadah override to an universal solid fuel function | bartimaeusnek | |
2019-02-18 | several fixes: | bartimaeusnek | |
-removeal of Axe for base entites -streamlined single block NaquadahReactor -fixed basegenerator for naquadagen Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-01-23 | Re-enable filling containers from generators. | Richard Hendricks | |
2019-01-22 | Fix problem with genertor leaving 1L and IC2 universal fluid cells providing ↵ | Richard Hendricks | |
random EU. | |||
2019-01-16 | Change fuel requirements | Technus | |
2018-12-12 | Add disable sort option for input bus. Default behavior will stay same | Dimach | |
2018-12-11 | Cehrry pick d1e010d53f2cd90ac5855ec6673a393731bc20f9 | Dream-MasterXXL | |
Better NC panel input/output format and additional book recipe (#1501) * Update src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_BasicBatteryBuffer.java * Update src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java | |||
2018-10-18 | Merge branch 'experimental' into GT_dev | Dream-Master | |
# Conflicts: # src/main/java/gregtech/common/tileentities/generators/GT_MetaTileEntity_MagicalEnergyAbsorber.java | |||
2018-10-05 | remove not working spaghetti code | Dream-Master | |
2018-10-02 | fix | Dream-Master | |
2018-09-30 | fix error | Dream-Master | |
change back to gendustry bees | |||
2018-09-30 | add circuit assembler recipes also | Dream-Master | |
2018-09-30 | oredict circuits working now hopfully | Dream-Master | |
2018-09-19 | added explosion log | bartimaeusnek | |
+readded GalacticraftFiles for @mitchej123 GC Compat +fixed a typo in IGregTechTileEntity |