aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/metatileentity/implementations
AgeCommit message (Collapse)Author
2017-11-25Merge branch 'unstable' into GT6-styled_pipesBlood-Asp
2017-11-24Added info to small miners tooltip. (#1287)Dimach
* Added info to small miners tooltip.
2017-11-24Fixed a bug where restricting Output Hatches caused severe log spam (#1299)JohannesGaessler
2017-11-13Unexpected disconnection #2Antifluxfield
2017-11-09Draw the cross in the hint gridAntifluxfield
2017-11-08Try to fix the unexpected disconnection caused by those unloaded chunksAntifluxfield
2017-11-06Fix cover placing issue with such small AABB of metapipesAntifluxfield
2017-11-02Removed oredict registration of AnyIron, AnyCopper, etc.MauveCloud
2017-11-01Add the missing condition...Antifluxfield
2017-10-31Visualize fluid pipe input restrictionAntifluxfield
2017-10-30Another config to control wire connections, and disable them by default.Antifluxfield
2017-10-30Fix ItemPipe tick time customizationAntifluxfield
2017-10-30Add Quadruple and Nonuple fluid pipes; fix several issuesAntifluxfield
2017-10-30Soldering Tools for cable connectionAntifluxfield
2017-10-30GT6 styled pipe and wire connectionAntifluxfield
2017-10-08Added 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.
2017-09-15Fix & Improve i18nAntifluxfield
2017-09-15Improve i18nAntifluxfield
2017-09-15Improve i18nAntifluxfield
2017-09-14Update GT_MetaTileEntity_Buffer.javaAntifluxfield
Fix Interaction_DESCRIPTION_Index_099
2017-09-12Merge branch 'unstable' into drillers-upgradeBlood-Asp
2017-09-03Merge pull request #1184 from GTNewHorizons/texture_overhaulBlood-Asp
Texture overhaul
2017-08-19Merge branch 'unstable' into PyrometallurgyUpdateJohannes Gäßler
Conflicts: src/main/java/gregtech/GT_Mod.java src/main/java/gregtech/api/enums/Materials.java src/main/java/gregtech/common/GT_Proxy.java src/main/java/gregtech/loaders/oreprocessing/ProcessingOre.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
2017-08-16Update GT_MetaTileEntity_MultiBlockBase.javaAntifluxfield
2017-08-16Clean up importsAntifluxfield
2017-08-16Move the Data-Access codes only to those who really needs them.Antifluxfield
2017-08-12Fix NPE, GREG why u no crash game!Technus
2017-08-11Merge pull request #1176 from Dimach/unstable-4Blood-Asp
Added new info to batbuffer nuclear control panel and fixed bug
2017-08-07Made the tooltips for Multiblock Hatches more descriptive.Johannes Gäßler
2017-08-06Fluid can now also be locked via cells, added a chat messageJohannes Gäßler
2017-08-06Implemented NBT for the Locked FluidJohannes Gäßler
2017-08-06Output Hatches can now be locked to a specific fluidJohannes Gäßler
Currently not working as intended
2017-08-05Just in case the number goes negativeJohannes Gäßler
2017-08-04Update commentaryDaniel
2017-08-04Fix rare case of texture not updating when:Technus
Changing texture from page x to page 0 without changing the texture id
2017-08-03Fix one missing spot in deprecated api.Technus
(for texture change use that is)
2017-08-03More compatible attemptTechnus
2017-08-02Expand to add proper texture paging support.Technus
2017-07-30Added new info to batbuffer sensor card (nuclear control panel) - average ↵Dimach
input and output. Also fixed bug in average input/output calculation.
2017-07-28Texture overhaul,Technus
allows for more textures to be added for casing, with extra byte of data for paging. Just change the value of mTexturePage at the same time you change mMachineBlock.
2017-07-24Implemented Fluid Output for the EBFJohannes Gäßler
Regular Fluids are put out at the bottom layer. CO2, CO, and SO2 are put out at the top layer and their amount scales with the tier of the EBF's Muffler Hatch
2017-07-13Oil Drill configurableAntifluxfield
2017-07-13Make Data Access Hatch an universal hatchAntifluxfield
2017-07-10Made it so that multiblocks will look for empty output hatches.Johannes Gäßler
Previously when there was more than one fluid output multiblocks would only try to put it into one of the output hatches.
2017-07-06Merge pull request #1132 from JohannesGaessler/ItemDistributorBlood-Asp
Item Distributor
2017-07-02Accounted for misc slots when shifting machine inventory contentsJohannes Gäßler
2017-07-01Made Automation tooltips more descriptiveJohannes Gäßler
Adjusted allowPutStack, isInputFacing, isOutputFacing for the Item Distributor Adjusted onScrewdriverRightClick for the Item Regulator
2017-06-30Update GT_MetaTileEntity_MultiBlockBase.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_MultiBlockBase.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_Hatch_DataAccess.javaAntifluxfield