aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities
AgeCommit message (Collapse)Author
2017-09-03Merge pull request #1184 from GTNewHorizons/texture_overhaulBlood-Asp
Texture overhaul
2017-09-03Merge pull request #1170 from JohannesGaessler/PyrometallurgyUpdateBlood-Asp
Pyrometallurgy update
2017-09-03Merge pull request #1191 from Antifluxfield/patch-2Blood-Asp
Fix the Tooltip of Pumps
2017-09-03Merge pull request #1168 from Antifluxfield/patch-1Blood-Asp
Correct description of regulator
2017-08-21Fixed Large Chemical Reactor GUI, was wrongly using default beforeJohannes Gäßler
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-19Fixed Steam Macerators using constant EUt, recipe timeJohannes Gäßler
2017-08-16Fix Tooltip of PumpAntifluxfield
Add the missing bracket
2017-08-12Pump tooltipsMuramasa-
2017-08-11Some tooltip info #1183Muramasa-
2017-08-11Merge pull request #1171 from JohannesGaessler/PyrolyzeOvenCoilScalingBlood-Asp
Pyrolyse oven coil scaling
2017-08-11Merge pull request #1153 from JohannesGaessler/MultiblockFluidIOFixBlood-Asp
Multiblock Fluid IO fix
2017-08-11Merge pull request #1144 from Dimach/unstableBlood-Asp
Fixed coloring of pyrolyse oven.
2017-08-06Fixed a bug with ghost Items left behind in the Large Chemical ReactorJohannes Gäßler
2017-08-06Added the Large Chemical Reactor Controller inventory to the item inputJohannes Gäßler
2017-08-04Fixed a bug with ghost Items left behind in the Large Chemical ReactorJohannes Gäßler
2017-08-03More compatible attemptTechnus
2017-08-02Expand to add proper texture paging support.Technus
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-27Fixed a bug where every Fluid was put out at the top of the EBFJohannes Gäßler
2017-07-24Pyrolyze Oven processing speed now depends on Coil TierJohannes Gäßler
2017-07-24Pyrolyze Oven now accepts all Coils, transformed umlauts in doc to asciJohannes Gäßler
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-22Correct descriptionAntifluxfield
The cost is actually tripled at: https://github.com/Blood-Asp/GT5-Unofficial/blob/unstable/src/main/java/gregtech/common/tileentities/automation/GT_MetaTileEntity_Regulator.java#L95
2017-07-17Added the Large Chemical Reactor Controller inventory to the item inputJohannes Gäßler
2017-07-11Added an option to findRecipe() to only return recipes with enough inputJohannes Gäßler
2017-07-09Fixed Item Distributor causing an OutOfboundsException for invalid NBT.Johannes Gäßler
2017-07-07Fixed coloring of pyrolyse oven.Dimach
2017-07-06Fix Pyrooven texturesBlood-Asp
2017-07-06Merge pull request #1132 from JohannesGaessler/ItemDistributorBlood-Asp
Item Distributor
2017-07-06Changed miner rates.Dimach
2017-07-06Changed MV miner radius.Dimach
2017-07-06Changed miner mechanics and rates.Dimach
2017-07-06Fixed NBT bug in OreDrillingPlant.Dimach
2017-07-06Changed naming of constants.Dimach
2017-07-06Added LV and MV miners.Dimach
2017-07-01Clean reset of Datastick so remaining old data does not break assemblyline.Blood-Asp
2017-07-01Merge pull request #1130 from Antifluxfield/AssemblyLine_upgradeBlood-Asp
Assembly line upgrade
2017-07-01Added GUI classes for the Item Distributor, fixed EU IO logicJohannes 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-07-01Added ItemDistributor crafting recipes, reordered ItemDistributor fieldsJohannes Gäßler
2017-06-30Added a new texture for the Item DistributorJohannes Gäßler
2017-06-30Update GT_MetaTileEntity_AssemblyLine.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_AssemblyLine.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_AssemblyLine.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_AssemblyLine.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_AssemblyLine.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_AssemblyLine.javaAntifluxfield
2017-06-30Make Data Access Hatch part of AssLineAntifluxfield
2017-06-29Removed divider that already applied in Gt_UndergroundOil.Dimach