aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/metatileentity/implementations
AgeCommit message (Collapse)Author
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
2019-03-12Cherry 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-01Fix for pipes left with 1L when splitting.Richard Hendricks
2019-02-19redid the naquadah override to an universal solid fuel functionbartimaeusnek
2019-02-18several 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-23Re-enable filling containers from generators.Richard Hendricks
2019-01-22Fix problem with genertor leaving 1L and IC2 universal fluid cells providing ↵Richard Hendricks
random EU.
2019-01-16Change fuel requirementsTechnus
2018-12-12Add disable sort option for input bus. Default behavior will stay sameDimach
2018-12-11Cehrry pick d1e010d53f2cd90ac5855ec6673a393731bc20f9Dream-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-18Merge branch 'experimental' into GT_devDream-Master
# Conflicts: # src/main/java/gregtech/common/tileentities/generators/GT_MetaTileEntity_MagicalEnergyAbsorber.java
2018-10-05remove not working spaghetti codeDream-Master
2018-10-02fixDream-Master
2018-09-30fix errorDream-Master
change back to gendustry bees
2018-09-30add circuit assembler recipes alsoDream-Master
2018-09-30oredict circuits working now hopfullyDream-Master
2018-09-19added explosion logbartimaeusnek
+readded GalacticraftFiles for @mitchej123 GC Compat +fixed a typo in IGregTechTileEntity
2018-09-16Work with subclassed GT cables (ie: gt++ cables)Jason Mitchell
2018-09-09handle nullsJason Mitchell
2018-09-08GC Energy CompatJason Mitchell
* GT cables now properly fill GalacticCraft machines with Energy IC2/AE2 Energy Compat * Updated IC2 & AE2 energy compatability * Added an option ic2EnergySourceCompat (default is on) to allow GT cables to pull energy directly from IC2 energy sources (nuclear reactors, MSFEs, etc) without the need for a transformer * Filling IC2/AE2 energy buffers will now send multiple amps if needed Misc * Use a set instead of an arraylist for transfer electricity; deprecated backwards compatiable method left in
2018-09-05Merge remote-tracking branch 'origin/pipe_overhaul_and_fluidfilter_fix' into ↵Dream-Master
New_test_dev
2018-09-05Merge branch 'New_hightier_stuff_dev' into New_test_devDream-Master
# Conflicts: # src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
2018-09-04Fix weirdness if only one of the gt6 pipes/cables are enabledJason Mitchell
2018-09-03* Fix: Colored cables/pipes properly connect (or don't) to each other based ↵Jason Mitchell
on color * Trigger connection evaluation on painting of cables/pipes or machines * Trigger connection evaluation on placement of blocks -- IE: A wire/pipe open to air, and then a dirt block is placed on it - this will close the pipe/wire connection
2018-09-03Pipe/Cable overhaul & Add filter output on fluid filtersJason Mitchell
* Unified connect() method for pipes/wires - each subclass has it's own canConnect(), letsIn(), and letsOut() methods that map to the specifics for that implementation * Shift Clicking while placing a GT machine will now try connecting to the cable/pipe it is placed on * You can open a connection to the air for pipes & wires, allowing the next thing you place down to auto connect (ie: a JABBA barrel) * Distribute Fluids - Modeled after several of the upstream PRs * Fluid regulators on pipes should stop spazzing out now * Fluid filter covers - Now work with filtering output BUG/TODO: * Spray paint doesn't seem to keep wires/pipes from connecting properly * Spray paint on wires/pipes should force a disconnection check
2018-09-01rename all from wires to Superconductore uhvDream-Master
2018-08-19cherry pickAlkalus
Fixed Mufflers and Large Boiler Fuels. (#1319) 92bcce8fd50004abc898cdd3464942b9a98d24a9 https://github.com/Blood-Asp/GT5-Unofficial/commit/92bcce8fd50004abc898cdd3464942b9a98d24a9
2018-06-20New feature for chestbuffers/superbuffers:Transfer size mode. Instead of ↵Richard Hendricks
matching the output inventory, this mode will only transfer fixed sizes to output invetory. Useful for input hatches to Amazon Packager or PA filled with packagers.
2018-06-19Attempt to fix for #3030. Checking in on branch and doing PR so it can be ↵Richard Hendricks
reverted easily.
2018-05-22Turbine nuclear gui (#121)bartimaeusnek
fixes critical server crash due to server sided getInfoData() by using StatCollector.translateToLocal instead of I18n.format
2018-05-19nuclear control displays 2.0, lang file addition (#120)bartimaeusnek
* +applied mitchej123 fix to all turbines +added .lang translation for GUI +removed error log for quicksilver dust * Lang file for Multiblock Information Nuclear Display patch * Tin Cell dublicate bug https://github.com/GTNewHorizons/NewHorizons/issues/2970
2018-03-25Fix transformers not exploding when receiving overvoltage through P2P-EU tunnelsDavid Vierra
Transformers were using the IC2 compat to draw IC2 energy from the tunnel before the tunnel got a chance to push GT energy into the transformer. Because this uses up the transformer's max amperage, the tunnel never gets a chance to push the GT energy into it. This change makes sure the IC2 compat is not activated for P2P-EU tunnels.
2018-02-11Added autamatable data hatchTechnus
2018-02-05Added documentation to updateTexture in GT_MetaTileEntity_Hatch.Alkalus
Added a function to GT_Utility called addTexturePage(byte page). Added information about who is using which texture page in GT_Block_Casings1. Updated GT_Block_Casings5 & GT_Block_Casings8 to utilise texture page 1. Updated Large Chemical Reactor to reflect this change, now also uses Page 1 Index 48. Moved the Pyrolyse oven casing index from 111 to 22, which is currently unused and within the Gregtech index space.
2018-02-05Revert "Fix: Fluid pipes transfer capacity #1378"Dream-Master
This reverts commit e27a01d577b1f3ab9af9bb279c78353ef8a8052e.
2018-01-30Fix: Fluid pipes transfer capacity #1378Dream-Master
https://github.com/Blood-Asp/GT5-Unofficial/pull/1378/files
2018-01-21Input Hatch tooltip #2481Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/2481#issuecomment-359281574
2018-01-21Try to fix multipipesAntifluxfield
2018-01-13Make pipes aware of translocators & tinker construct faucets so they can connectJason Mitchell
2018-01-07Output bus pipe fix take two (#85)Jason Mitchell
* Revert "Fix #81 (#83)" This reverts commit bbaa3dd99996a9fa121dd06386051adb4d10b54a. * Update drain/fill to take into account pipe connections
2018-01-07Revert "Fix behaviour of disconnected fluid pipes"Technus
This reverts commit fcb663754350649e9ce01769f54f850a2c6d262e.
2018-01-07Fix #81 (#83)Antifluxfield
2018-01-07Fix behaviour of disconnected fluid pipesTechnus
2018-01-07Fix that the main facing of basic machines can be set to top/bottom (#80)Martin Robertz
2017-12-29Make AE2 GT-p2p tunnels connect to gt cables (#73)Jason Mitchell
2017-12-26Merge pull request #66 from Antifluxfield/GTNH-l10nMartin Robertz
Localization bugfix & improvement