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
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')
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/HANDLER_FR.java
34
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/FR_AlvearyFrameBlock.java
45
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/FR_BlockAlveary.java
274
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/FR_TileAlveary.java
199
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/IAlvearyComponentAdvanced.java
28
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/ISidedFrameWearingInventory.java
10
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/TileAlvearyFrameHousing.java
301
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/CONTAINER_FrameHousing.java
98
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/GUI_FrameHousing.java
49
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/InventoryFrameHousing.java
21
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/items/FR_ItemRegistry.java
97
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/items/FR_StringUtil.java
24
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/items/MB_FrameType.java
119
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/items/MB_ItemFrame.java
140
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/recipe/FR_Gregtech_Recipes.java
82
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/HANDLER_GT.java
49
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/energy/IC2ElectricItem.java
55
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/energy/IC2ElectricItemManager.java
95
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
229
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechOreDictNames.java
39
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechOrePrefixes.java
826
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextureSet.java
144
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java
199
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechToolDictNames.java
7
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_IndustrialCentrifuge.java
38
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_IronBlastFurnace.java
31
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_MatterFab.java
41
-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
123
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SolarGenerator.java
80
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_SteamCondenser.java
97
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_IndustrialCentrifuge.java
65
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_IronBlastFurnace.java
30
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_MatterFab.java
72
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_MultiMachine.java
64
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SafeBlock.java
49
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SolarGenerator.java
41
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_SteamCondenser.java
55
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/GregtechItemContainer.java
24
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
55
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_IconContainer.java
21
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ItemBehaviour.java
41
-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
20
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ToolStats.java
160
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_Generic_Item.java
186
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem.java
323
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_Base.java
559
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_X32.java
204
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaTool.java
605
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_Base.java
84
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_HardHammer.java
127
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/types/ToolType_Wrench.java
149
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaCondensor.java
165
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaEnergyBuffer.java
338
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntityFluid.java
385
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_Cable.java
236
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_SuperConductor.java
239
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaSafeBlock.java
76
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaSuperConductorNodeBase.java
297
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GT_MTE_BasicMachine_Custom_Recipe.java
623
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GT_MTE_CustomRecipe_BasicMachine.java
799
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaPipeEntityBase_Cable.java
291
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTileEntity.java
67
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
828
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaBoilerBase.java
328
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaSolarGenerator.java
211
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechRocketFuelGeneratorBase.java
263
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechBaseMetaTileEntityLossless.java
1857
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaPipeEntity_BaseSuperConductor.java
640
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLossless.java
66
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLosslessBasicTank.java
251
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechMetaTileEntityLosslessTieredMachineBlock.java
67
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/MetaTileEntityLossless.java
865
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/machines/GregtechMetaSafeBlockBase.java
350
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/creative/GregtechMetaCreativeEnergyBuffer.java
269
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechFluid.java
27
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechItemData.java
130
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechMaterialStack.java
42
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/objects/GregtechRenderedTexture.java
162
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/recipe/ProcessingSkookumChoocherToolRecipes.java
19
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechOreDictUnificator.java
366
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechRecipeRegistrator.java
340
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/util/GregtechRecipe_OLD.java
781
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
429
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks.java
76
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
143
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingItems.java
11
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaItemCasings1.java
33
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaItemCasingsAbstract.java
45
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java
195
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
73
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGregtech58.java
441
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGregtech59.java
442
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
163
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechTools.java
39
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GT_MetaTileEntity_Boiler_Solar.java
144
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityRocketFuelGenerator.java
119
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntitySolarGenerator.java
174
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntitySuperCondensor.java
104
-rw-r--r--