aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/metatileentity
AgeCommit message (Collapse)Author
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-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-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-02Added a method for calculating total version IDJohannes Gäßler
2017-07-02Fixed inventory misalignment when updating 5.09.30 -> 5.09.31Johannes Gäßler
I added a new method to BaseMetaTileEntity that shifts the Inventory index according to the change in Input/Output slots. Instrumentally I have added a new version ID that considers the GT subversion.
2017-07-01Merge pull request #1129 from Antifluxfield/PlayerDetector-fixBlood-Asp
Player detector fix
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
2017-06-30Update GT_MetaTileEntity_Hatch_DataAccess.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_Hatch_DataAccess.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_MultiBlockBase.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_MultiBlockBase.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_Hatch_DataAccess.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_Hatch_DataAccess.javaAntifluxfield
2017-06-30Check for DataItemsAntifluxfield
2017-06-30Make Data Access Hatch a MultiBlock partAntifluxfield
2017-06-29Adding Data Access HatchAntifluxfield
2017-06-29Player Detector fix #2Antifluxfield
2017-06-29Trying to fix #1112Antifluxfield
A simple duct-tape of this issue.
2017-06-26Merge branch 'unstable_blood' into unstableJohannes Gäßler
Conflicts: src/main/java/gregtech/api/enums/MaterialBuilder.java src/main/java/gregtech/common/GT_RecipeAdder.java src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BronzeBlastFurnace.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
2017-06-25Optimize imports - intelliJ one button actionTechnus
2017-06-18Merge remote-tracking branch 'origin/unstable' into OilRefiningJohannes Gäßler
Conflicts: src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
2017-06-17Merge pull request #1074 from Techlone/advminer2_improvementsBlood-Asp
AdvMiner2 renamed; new tiers of OreDrillingPlant
2017-06-16Fix buffer and regulator RS signalsBlood-Asp
2017-06-15Hitboxes when holding soldering iron #1095Blood-Asp
2017-06-14why does the client crash when using isClientSide() ???Blood-Asp
2017-06-14quickfix for server side crashBlood-Asp
2017-06-13meh...Blood-Asp
2017-06-12At last one free face.Blood-Asp
2017-06-12Only open machine gui if front is free.Blood-Asp
2017-06-12Cables and pipes now change hitboxes dynamicly depending on connections or ↵Blood-Asp
covers
2017-06-07Merge branch 'unstable' into advminer2_improvementsTechlone
# Conflicts: # src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java
2017-06-07Quick fixesBlood-Asp
2017-06-07Merge branch 'refs/heads/pr/1077' into unstableBlood-Asp
# Conflicts: # src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java
2017-06-07Merge pull request #1076 from vlad20012/int-overflow-fixBlood-Asp
Fixed stored energy integer overflow
2017-06-06Check general redstoneoutput for nullBlood-Asp
2017-06-05Add missing translation lines. #772Blood-Asp
2017-06-05Missing in item pipeTechnus
2017-06-04More redstone changesBlood-Asp
2017-06-04Merge branch 'unstable' into advminer2_improvementsTechlone
2017-06-04wire/pipe hiding/reduced sizeTechnus
2017-06-04Missing overrideTechnus