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
40
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/energy/IC2ElectricItem.java
7
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/energy/IC2ElectricItemManager.java
142
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/CustomGtTextures.java
146
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
402
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechOreDictNames.java
16
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechOrePrefixes.java
1932
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextureSet.java
284
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java
323
-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
111
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_IndustrialCentrifuge.java
50
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_IronBlastFurnace.java
36
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_MatterFab.java
44
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_MultiMachine.java
36
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SafeBlock.java
178
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SolarGenerator.java
139
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SteamCondenser.java
172
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_DeluxeTank.java
47
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_IndustrialCentrifuge.java
96
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_IronBlastFurnace.java
43
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_MatterFab.java
110
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_MultiMachine.java
96
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SafeBlock.java
86
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SolarGenerator.java
67
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SteamCondenser.java
89
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/GregtechItemContainer.java
37
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
151
-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
33
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_OreRecipeRegistrator.java
25
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_OreRecipeRegistrator_GT.java
22
-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
186
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_Generic_Item.java
303
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem.java
605
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_Base.java
1213
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_X32.java
378
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaTool.java
728
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/tools/GT_MetaGenTool.java
741
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_Base.java
123
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_HardHammer.java
213
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_Wrench.java
292
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_DeluxeTank.java
418
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaCondensor.java
301
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaEnergyBuffer.java
563
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntityFluid.java
563
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_Cable.java
460
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_SuperConductor.java
466
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaSafeBlock.java
110
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaSuperConductorNodeBase.java
614
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaPipeEntityBase_Cable.java
559
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTileEntity.java
85
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
1849
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechDoubleFuelGeneratorBase.java
601
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaBoilerBase.java
625
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaSolarGenerator.java
376
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechRocketFuelGeneratorBase.java
558
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechBaseMetaTileEntityLossless.java
4189
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaPipeEntity_BaseSuperConductor.java
1312
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLossless.java
85
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLosslessBasicTank.java
494
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLosslessTieredMachineBlock.java
110
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/MetaTileEntityLossless.java
1779
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/machines/GregtechMetaSafeBlockBase.java
483
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/creative/GregtechMetaCreativeEnergyBuffer.java
388
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechFluid.java
33
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechItemData.java
265
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechMaterialStack.java
84
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechRenderedTexture.java
314
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/recipe/ProcessingSkookumChoocherToolRecipes.java
24
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechOreDictUnificator.java
814
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechRecipeRegistrator.java
966
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
1234
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks.java
71
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java
56
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
232
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingItems.java
9
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaItemCasings1.java
40
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaItemCasingsAbstract.java
81
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java
343
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
125
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
108
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesCentrifugeMultiblock.java
791
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGregtech58.java
802
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGregtech59.java
901
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
285
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java
77
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
979
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechTools.java
26
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/behaviours/Behaviour_Choocher.java
81
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/behaviours/Behaviour_Prospecting_Ex.java
203
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/automation/GT_MetaTileEntity_TesseractGenerator.java
736
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/automation/GT_MetaTileEntity_TesseractTerminal.java
634
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GT_MetaTileEntity_Boiler_Solar.java
267
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityDoubleFuelGeneratorBase.java
261
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityGeothermalGenerator.java
162
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityRocketFuelGenerator.java
259
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntitySolarGenerator.java
233
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntitySuperCondensor.java
212
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaTileEntityChunkLoader.java
252
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
354
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java
445
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialCentrifuge.java
360
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialCokeOven.java
486
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialElectrolyzer.java
355
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialMacerator.java
353
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialPlatePress.java
290
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialSinter.java
336
-rw-r--r--