aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
2017-07-22Reworked Direct Smelting, added Magnetite -> Iron smeltingJohannes Gäßler
All Direct Smelting recipes now yield 1 ingot per Ore Block or 5 Nuggets per Crushed Ore/Dust
2017-07-16Fixed a bug where Brick, Clay, and Fireclay had the wrong texture sets.Johannes Gäßler
The above materials originally had the ROUGH texture. I tested what they would look like with the DULL texture and I forgot to revert it afterwards.
2017-07-09Fix another 2 formulasAntifluxfield
S2O => SO2; S3O => SO3.
2017-07-06Merge pull request #1132 from JohannesGaessler/ItemDistributorBlood-Asp
Item Distributor
2017-07-06Merge pull request #1135 from JohannesGaessler/InventoryIndexFixBlood-Asp
Fixed inventory misalignment when updating 5.09.30 -> 5.09.31
2017-07-06Merge pull request #1142 from Dimach/minersBlood-Asp
Added LV and MV miners.
2017-07-06Merge pull request #1126 from Antifluxfield/PE-polymerization-fixJohannesGaessler
Trying to fix PE polymerizing recipe
2017-07-06Added LV and MV miners.Dimach
2017-07-03Update IGT_RecipeAdder.javaAntifluxfield
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-01Fix cover and mode spellingBlood-Asp
2017-07-01Merge pull request #1129 from Antifluxfield/PlayerDetector-fixBlood-Asp
Player detector fix
2017-07-01Merge pull request #1130 from Antifluxfield/AssemblyLine_upgradeBlood-Asp
Assembly line upgrade
2017-07-01Merge pull request #1128 from Dimach/oil-fixBlood-Asp
Removed divider that already applied in Gt_UndergroundOil.
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-30Added a new texture for the Item DistributorJohannes Gäßler
2017-06-30Update IGT_RecipeAdder.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 Textures.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_Hatch_DataAccess.javaAntifluxfield
2017-06-30Update ItemList.javaAntifluxfield
2017-06-30Update GT_MetaTileEntity_Hatch_DataAccess.javaAntifluxfield
2017-06-30Update GT_GUIContainer_1by1.javaAntifluxfield
2017-06-30Update GT_GUIContainer_2by2.javaAntifluxfield
2017-06-30Update GT_GUIContainer_3by3.javaAntifluxfield
2017-06-30Update GT_GUIContainer_4by4.javaAntifluxfield
2017-06-30Delete GT_GUIContainer_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-30Create GT_GUIContainer_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-30Adding Data Access HatchAntifluxfield
2017-06-29Adding Data Access HatchAntifluxfield
2017-06-29DoneDimach
2017-06-29Player Detector fix #2Antifluxfield
2017-06-29Trying to fix #1112Antifluxfield
A simple duct-tape of this issue.
2017-06-28Fixed 2 formulaeAntifluxfield
TiC2Cl2 => TiCl4; HPO4 => H3PO4.
2017-06-27Corrected Plutonium Isotope: 244 -> 239Johannes Gäßler
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-25Merge branch 'BrickedBlastFurnace' into unstableJohannes 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/common/blocks/GT_Block_Casings4.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
2017-06-25Merge branch 'OilRefining' into unstableJohannes Gäßler
Conflicts: src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java src/main/java/gregtech/loaders/preload/GT_Loader_Item_Block_And_Fluid.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
2017-06-25Optimize imports - intelliJ one button actionTechnus
2017-06-25Assline recipes part1Technus