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
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/CustomGtTextures.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechOrePrefixes.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java
7
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_AdvancedBoiler.java
15
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_DeluxeTank.java
11
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_IndustrialCentrifuge.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_IronBlastFurnace.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_MatterFab.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_MultiMachine.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SafeBlock.java
10
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SolarGenerator.java
7
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SteamCondenser.java
9
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SuperChest.java
13
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_TreeFarmer.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_AdvancedBoiler.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_DeluxeTank.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_IndustrialCentrifuge.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_IronBlastFurnace.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_MatterFab.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_MultiMachine.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SafeBlock.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SolarGenerator.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SteamCondenser.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SuperChest.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_TreeFarmer.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/basic/CONTAINER_PollutionCleaner.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/basic/GUI_PollutionCleaner.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/hatches/CONTAINER_2by2.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/hatches/CONTAINER_4by4.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/hatches/GUI_2by2.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/hatches/GUI_4by4.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/hatches/charge/CONTAINER_Electric_2by2.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/hatches/charge/CONTAINER_Electric_4by4.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/hatches/charge/GUI_Electric_2by2.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/hatches/charge/GUI_Electric_4by4.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
1
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ItemBehaviour.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_OreRecipeRegistrator.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_OreRecipeRegistrator_GT.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ToolStats.java
10
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_Generic_Item.java
17
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem.java
25
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_Base.java
19
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_X32.java
19
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaTool.java
33
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/tools/GT_MetaGenTool.java
26
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_Base.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_HardHammer.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_Wrench.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_DeluxeMachine.java
21
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_DeluxeTank.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_InputBattery.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_OutputBattery.java
9
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntityFluid.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_Cable.java
17
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaTreeFarmerStructural.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaPipeEntityBase_Cable.java
28
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTileEntity.java
1
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTransformerHiAmp.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
19
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechDoubleFuelGeneratorBase.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaBoilerBase.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaSolarGenerator.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechRocketFuelGeneratorBase.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/machines/GregtechMetaSafeBlockBase.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/machines/GregtechMetaTreeFarmerBase.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechFluid.java
1
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechItemData.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/recipe/ProcessingSkookumChoocherToolRecipes.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GTPP_Config.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechOreDictUnificator.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechRecipeRegistrator.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/world/GTPP_Worldgen.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/world/GTPP_Worldgen_Boulder.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/world/GTPP_Worldgen_GT_Ore_Layer.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/world/GTPP_Worldgen_Ore.java
7
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/world/GTPP_Worldgen_Ore_Normal.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks.java
9
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks3.java
7
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
15
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaItemCasingsAbstract.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java
7
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
1
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesCentrifugeMultiblock.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGregtech58.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGregtech59.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/ChargingHelper.java
17
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/CraftingHelper.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/TreeFarmHelper.java
43
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/autocrafter/AC_Helper_Container.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/autocrafter/AC_Helper_Utils.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/tesseract/TesseractHelper.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechTools.java
1
-rw-r--r--