aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/GT_Mod.java
AgeCommit message (Collapse)Author
2017-08-01Moved Synthetic Rubber requirement: EV -> IV, made it more convenientJohannes Gäßler
Cable insulation works as it did before for EV cables. IV+ Cables can be insulated with only molten Silicone. Insulation now also works with whole Dusts at 4x the batch size.
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-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-24Added a config option for easier EV+ CablesJohannes Gäßler
2017-06-23Added Bricked BF config, fixed Primitive BF class hierarchyJohannes Gäßler
Blast Furnace Recipes using Coal or Charcoal now yield Dark Ash instead of Ash.
2017-06-15Merge remote-tracking branch 'origin/unstable' into ChemistryUpdateJohannes Gäßler
Conflicts: src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeBoiler.java src/main/java/gregtech/loaders/load/GT_FuelLoader.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java src/main/java/gregtech/nei/GT_NEI_DefaultHandler.java
2017-06-14Made the Cleanroom optional.Draknyte1
This disables the Low Grav option if the Cleanroom is disabled.
2017-06-13meh...Blood-Asp
2017-06-01Merge branch 'unstable' into ChemistryUpdateJohannesGaessler
2017-05-31Change Automaintain defaultBlood-Asp
2017-05-16I guess I wanted to put it here for some reasonYuriy Shnitkovskiy
2017-05-16Added config for automationYuriy Shnitkovskiy
2017-05-01Added molecular formulas for the new materials, added alternativeJohannes Gäßler
charcoal recipes. Charcoal can now be made by treating Wood Pulp or Sugar with Sulfuric Acid (takes very long, doesn't scale well)
2017-05-01Added config for simple chemical recipes and stone dust centifugationJohannes Gäßler
2017-04-13Added a recipe for Thaumcraft Alumentum and some other itemsJohannes Gäßler
Iterating over items and checking for fuel values turned out to not give good results because it ignores the Ore Dictionary. For instance there would be a page for only oak logs instead of a page with wood in general.
2017-04-11Explicitly added some Solid Fuels to the Large Boiler Fuel tab.Johannes Gäßler
I was unable to automatically add all fuels to the tab.
2017-04-10Fix compile issueBlood-Asp
2017-04-03Remove deprecated api..Archengius
2017-03-31Config for blocks below cropsBlood-Asp
2017-03-31Detect low grav dimensions by world providerBlood-Asp
2017-03-12fix adv circuitTechlone
2017-03-01Remove rubber from steamageBlood-Asp
2017-02-28Recipe balancingsBlood-Asp
2017-02-28Circuit changesBlood-Asp
2017-02-17Fix name config category to UndergroundFluidMaxime Legkiy
Fix comments configuration Fix Start config - add nether and end to BlackList. Default spawn fluids on overworld and Moon. Add Decrease Per Operation Amount (if 0 an endless source)
2017-02-13Add new flexible configuration undeground oilMaxime Legkiy
2017-02-09Add Underground Oil Generating settings in GregTech.cfgMaxime Legkiy
Add supports White and Black List (DIM ID) Add settings generating for standart Dimension and Galacticraft Dimension - Moon and Mars Add settings for select type Underground Fluid - for Nether default Pahoehoe Lava, for Moon - Helium 3 Add settings max Amount Generating For generating oil in other Dimension (Twilight Forest or Mystcraft) use settings - RealDimensionEnable
2017-02-07Add UndergroundOil SettingsMaxime Legkiy
2017-01-13Adds IC2 machine recipes to GT machines, needs testingMuramasa-
2016-12-31Add missing NEI GUIs & IC2 machine recipe configMuramasa-
2016-12-23Add new usages for GraphiteBlood-Asp
2016-11-02Modular Armor configsBlood-Asp
2016-10-30Modular Armor changes 1Blood-Asp
2016-10-22quick fixesBlood-Asp
2016-10-22Detect GT++ and enable materials for it.Blood-Asp
2016-10-22Immersive Engineering compatibility and more fuels in generatorsBlood-Asp
2016-10-22Improve Magneticraft compatibilityBlood-Asp
2016-10-19Cleanup recipe classesBlood-Asp
2016-10-16Base IC2 Classic compat. Reactor components disabled, some recipes likely ↵Blood-Asp
missing/broken
2016-10-13Drop Items from Exploding GT Machines + ConfigBlood-Asp
2016-10-13Add config to enable all disabled mats & components.Muramasa
2016-10-08Auto enable subitems when parser enables items.Blood-Asp
2016-10-07Pull exp changesMuramasa
2016-10-07Fix GT Crop extraction recipes & Seperate Comb&Crop nerf config optionMuramasa
2016-10-02MT script parser + metaitem reenabler do now workBlood-Asp
2016-10-02Auto enable items found by MT script parser. Needs testing.Blood-Asp
2016-10-02MT script parserBlood-Asp
2016-09-30Pull exp commitMuramasa
2016-09-29Temp fix for missing Greg'd recipesMuramasa