aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--build.gradle9
-rw-r--r--build.properties7
-rw-r--r--build/resources/main/assets/gregtech/lang/en_US.lang732
-rw-r--r--gradle/wrapper/gradle-wrapper.jarbin0 -> 51017 bytes
-rw-r--r--gradle/wrapper/gradle-wrapper.properties6
-rw-r--r--gradlew164
-rw-r--r--libs/CodeChickenCore-1.7.10-1.0.4.35-dev.jarbin0 -> 155441 bytes
-rw-r--r--libs/CodeChickenLib-1.7.10-1.1.1.99-dev.jarbin0 -> 294899 bytes
-rw-r--r--libs/NotEnoughItems-1.7.10-1.0.4.95-dev.jarbin0 -> 504766 bytes
-rw-r--r--libs/appliedenergistics2-rv2-stable-10-api.jarbin0 -> 409873 bytes
-rw-r--r--libs/forestry_1.7.10-4.2.10.58-api.jarbin0 -> 284651 bytes
-rw-r--r--misc/vector/bricked_blast_furnace_active.svg1290
-rw-r--r--misc/vector/bricked_blast_furnace_gui.svg175
-rw-r--r--misc/vector/bricked_blast_furnace_inactive.svg953
-rw-r--r--misc/vector/crop_drop.rape.svg933
-rw-r--r--misc/vector/dense_bricks.svg1001
-rw-r--r--misc/vector/firebrick.svg156
-rw-r--r--misc/vector/recipe.distillation_tower.svg1259
-rw-r--r--misc/vector/recipe.nine_x_nine.svg189
-rw-r--r--misc/vector/recipe.twelve_x_twelve.svg186
-rw-r--r--src/main/java/bloodasp/galacticgreg/GT_Worldgenerator_Space.java9
-rw-r--r--src/main/java/gregtech/GT_Mod.java2385
-rw-r--r--src/main/java/gregtech/api/GregTech_API.java18
-rw-r--r--src/main/java/gregtech/api/enums/ConfigCategories.java1
-rw-r--r--src/main/java/gregtech/api/enums/Dyes.java6
-rw-r--r--src/main/java/gregtech/api/enums/GT_Values.java19
-rw-r--r--src/main/java/gregtech/api/enums/ItemList.java138
-rw-r--r--src/main/java/gregtech/api/enums/MaterialBuilder.java65
-rw-r--r--src/main/java/gregtech/api/enums/Materials.java2469
-rw-r--r--src/main/java/gregtech/api/enums/OrePrefixes.java34
-rw-r--r--src/main/java/gregtech/api/enums/Textures.java178
-rw-r--r--src/main/java/gregtech/api/enums/Tier.java15
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container.java3
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainerMetaTile_Machine.java14
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java24
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java118
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java29
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaBase_Item.java7
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Item.java5
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Tool.java15
-rw-r--r--src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java3
-rw-r--r--src/main/java/gregtech/api/metatileentity/BaseMetaPipeEntity.java153
-rw-r--r--src/main/java/gregtech/api/metatileentity/BaseMetaTileEntity.java44
-rw-r--r--src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java32
-rw-r--r--src/main/java/gregtech/api/metatileentity/MetaTileEntity.java24
-rw-r--r--src/main/java/gregtech/api/metatileentity/examples/GT_MetaTileEntity_E_Furnace.java8
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaPipeEntity_Cable.java47
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaPipeEntity_Fluid.java8
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_BasicBatteryBuffer.java18
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_BasicGenerator.java19
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_BasicMachine.java84
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_BasicMachine_GT_Recipe.java28
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Buffer.java8
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Dynamo.java2
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Energy.java2
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Input.java7
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Maintenance.java40
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Muffler.java9
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Output.java6
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_OutputBus.java2
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_MultiBlockBase.java153
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_TieredMachineBlock.java7
-rw-r--r--src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Transformer.java33
-rw-r--r--src/main/java/gregtech/api/net/GT_Packet_Pollution.java1
-rw-r--r--src/main/java/gregtech/api/objects/ElementStack.java2
-rw-r--r--src/main/java/gregtech/api/objects/GT_FluidStack.java1
-rw-r--r--src/main/java/gregtech/api/objects/GT_UO_Dimension.java10
-rw-r--r--src/main/java/gregtech/api/objects/GT_UO_DimensionList.java13
-rw-r--r--src/main/java/gregtech/api/objects/GT_UO_Fluid.java7
-rw-r--r--src/main/java/gregtech/api/util/GT_BaseCrop.java1
-rw-r--r--src/main/java/gregtech/api/util/GT_ModHandler.java2
-rw-r--r--src/main/java/gregtech/api/util/GT_Recipe.java276
-rw-r--r--src/main/java/gregtech/api/util/GT_RecipeRegistrator.java10
-rw-r--r--src/main/java/gregtech/api/util/GT_Utility.java291
-rw-r--r--src/main/java/gregtech/common/GT_Client.java45
-rw-r--r--src/main/java/gregtech/common/GT_DummyWorld.java264
-rw-r--r--src/main/java/gregtech/common/GT_IteratorRandom.java32
-rw-r--r--src/main/java/gregtech/common/GT_MinableOreGenerator.java162
-rw-r--r--src/main/java/gregtech/common/GT_Network.java192
-rw-r--r--src/main/java/gregtech/common/GT_PlayerActivityLogger.java62
-rw-r--r--src/main/java/gregtech/common/GT_Pollution.java7
-rw-r--r--src/main/java/gregtech/common/GT_Proxy.java108
-rw-r--r--src/main/java/gregtech/common/GT_RecipeAdder.java293
-rw-r--r--src/main/java/gregtech/common/GT_Server.java62
-rw-r--r--src/main/java/gregtech/common/GT_UndergroundOil.java4
-rw-r--r--src/main/java/gregtech/common/GT_Worldgen_GT_Ore_Layer.java44
-rw-r--r--src/main/java/gregtech/common/GT_Worldgen_GT_Ore_SmallPieces.java124
-rw-r--r--src/main/java/gregtech/common/GT_Worldgen_Stone.java180
-rw-r--r--src/main/java/gregtech/common/GT_Worldgenerator.java126
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Casings1.java166
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Casings2.java190
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Casings4.java4
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Casings6.java99
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Concretes.java190
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Granites.java144
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Machines.java21
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Ores.java22
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Ores_Abstract.java14
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Ores_GC.java47
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Ores_UB3.java2
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Reinforced.java5
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Stones.java2
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Casings1.java54
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Casings2.java44
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Casings3.java20
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Casings4.java20
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Casings5.java4
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Casings6.java10
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Casings_Abstract.java92
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Concretes.java44
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Granites.java20
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Machines.java13
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Item_Stones_Abstract.java74
-rw-r--r--src/main/java/greg