index
:
github/GT5-Unofficial.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Java
/
gtPlusPlus
/
xmod
/
gregtech
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/HANDLER_GT.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/energy/IC2ElectricItemManager.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/CustomGtTextures.java
156
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
295
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechOreDictNames.java
36
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechOrePrefixes.java
723
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextureSet.java
270
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java
294
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechToolDictNames.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_DeluxeTank.java
104
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_IndustrialCentrifuge.java
48
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_IronBlastFurnace.java
32
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_MatterFab.java
18
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_MultiMachine.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SafeBlock.java
55
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SolarGenerator.java
132
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SteamCondenser.java
43
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_TreeFarmer.java
91
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_DeluxeTank.java
43
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_IndustrialCentrifuge.java
68
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_IronBlastFurnace.java
38
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_MatterFab.java
105
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_MultiMachine.java
89
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SafeBlock.java
78
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SolarGenerator.java
64
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SteamCondenser.java
88
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_TreeFarmer.java
34
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
22
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_IconContainer.java
24
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ItemBehaviour.java
29
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_OreRecipeRegistrator.java
16
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_OreRecipeRegistrator_GT.java
16
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_Texture.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ToolStats.java
37
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_Generic_Item.java
272
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem.java
566
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_Base.java
1129
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_X32.java
301
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaTool.java
440
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/tools/GT_MetaGenTool.java
417
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_Base.java
107
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_HardHammer.java
191
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_Wrench.java
251
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_DeluxeTank.java
239
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaCondensor.java
279
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaEnergyBuffer.java
278
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntityFluid.java
291
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_Cable.java
258
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_SuperConductor.java
260
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaSafeBlock.java
70
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaSuperConductorNodeBase.java
580
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaTreeFarmerStructural.java
52
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaPipeEntityBase_Cable.java
306
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTileEntity.java
59
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
1745
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechDoubleFuelGeneratorBase.java
288
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaBoilerBase.java
637
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaSolarGenerator.java
341
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechRocketFuelGeneratorBase.java
530
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechBaseMetaTileEntityLossless.java
3865
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaPipeEntity_BaseSuperConductor.java
1225
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLossless.java
59
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLosslessBasicTank.java
472
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLosslessTieredMachineBlock.java
102
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/MetaTileEntityLossless.java
1677
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/machines/GregtechMetaSafeBlockBase.java
184
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/machines/GregtechMetaTreeFarmerBase.java
80
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/creative/GregtechMetaCreativeEnergyBuffer.java
141
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechFluid.java
32
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechItemData.java
250
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechMaterialStack.java
79
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/XSTR.java
387
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/recipe/ProcessingSkookumChoocherToolRecipes.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechOreDictUnificator.java
766
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechRecipeRegistrator.java
646
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
31
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks.java
54
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java
42
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
211
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingItems.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaItemCasings1.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaItemCasingsAbstract.java
23
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
20
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
44
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesCentrifugeMultiblock.java
84
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGregtech58.java
78
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGregtech59.java
718
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
114
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java
86
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/TreeFarmHelper.java
97
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
354
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechTools.java
18
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/behaviours/Behaviour_Choocher.java
33
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/behaviours/Behaviour_Prospecting_Ex.java
182
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/automation/GT_MetaTileEntity_TesseractGenerator.java
225
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/automation/GT_MetaTileEntity_TesseractTerminal.java
220
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GT_MetaTileEntity_Boiler_Solar.java
237
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityDoubleFuelGeneratorBase.java
210
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityGeothermalGenerator.java
52
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityRocketFuelGenerator.java
210
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntitySolarGenerator.java
77
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntitySuperCondensor.java
160
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaTileEntityChunkLoader.java
228
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
233
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityAnimalFarm.java
157
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityTreeFarm.java
404
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java
405
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialCentrifuge.java
118
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Industri