aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/metatileentity
AgeCommit message (Collapse)Author
2018-06-02For the first 6 ticks after pushing, always push. Then goto every 5 ticks. ↵Richard Hendricks
Should work OK for any machine. For higher output performance, use larger output stack size. Uses item ID numbers instead of strings to sort, much faster. Resolves https://github.com/GTNewHorizons/NewHorizons/issues/3006
2018-05-30Branch to add in better debug output from GT cpu load. ns instead of ms.Richard Hendricks
2018-05-27applied https://github.com/Blood-Asp/GT5-Unofficial/pull/1425bartimaeusnek
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-14Possible fix for ic2 cells interacting with fluid pipesJason Mitchell
2018-01-13Make pipes aware of translocators & tinker construct faucets so they can connectJason Mitchell
2018-01-07Fix derp (output vs input)Jason 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-26Don't allow client code on the serverJason Mitchell
2017-12-26Merge pull request #66 from Antifluxfield/GTNH-l10nMartin Robertz
Localization bugfix & improvement
2017-12-25Solar panel fixJason Mitchell
Make solar panels always look connected, and allow energy injection from unknown directions
2017-12-26bugfixAntifluxfield
2017-12-25Added missing overlays, made the passtrough of wire cutting/connectiong ↵Technus
trough gt machine blocks work only if the player is isneaking. And because of that, added back the soldering iron support.
2017-12-25Merge pull request #65 from mitchej123/gt6_cables_quality_of_life_enhancementsDaniel
revert soldering tool behavior
2017-12-25revert soldering tool behaviorJason Mitchell
2017-12-25Merge pull request #64 from mitchej123/gt6_cables_quality_of_life_enhancementsMartin Robertz
GT6 cable quality of life improvements
2017-12-24Allow use of wire cutter/soldering item on the tile entity, as well as the ↵Jason Mitchell
wire, for a connect/disconnect
2017-12-24Fix molten cells, add samarium/magnetic samarium properly...Technus
2017-12-24Optimize imports an add molten cellsTechnus
2017-12-18Alternative work & some other improvementAntifluxfield
2017-12-16Fix for cables disconnecting on chunk unload & loadJason Mitchell
2017-12-16Fix fluid input in pipes again...Technus
2017-12-15Fix a silly bugAntifluxfield
2017-12-12Merge remote-tracking branch 'origin/experimental' into GT6-pipesAntifluxfield
2017-12-12Fix pipe behaviorAntifluxfield
2017-11-22Merge pull request #53 from Antifluxfield/GTNH-GT6_styled_pipesMartin Robertz
GT6 styled pipes
2017-11-22cherry pickDream-MasterXXL
Commit: 09978a0225bbbd1832e123c7d6df1ef7fdc09d5f [09978a0] Refined
2017-11-13GT6 styled pipesAntifluxfield
2017-11-12Revert "Make fluid hatches behave"Technus
This reverts commit 0cb2d2806b8eb6088c0cb7994aef67ab3c666243.
2017-10-23Fix tooltip.Technus
2017-10-22try to fix item pipe issueDream-Master
2017-10-20fixed nowDream-Master
2017-10-20fixed wrong merged fileDream-Master
@Antiflux is the code correct?
2017-10-20Merge branch 'experimental' into GTNH-Item_Pipe_fixMartin Robertz
2017-10-20Fix item pipe creation ignoring tick time.Antifluxfield
2017-10-20Refine the tooltip a bitAntifluxfield
2017-10-09Add tier infoTechnus