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
/
main
/
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/main/java/gtPlusPlus/xmod')
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bartcrops/abstracts/BaseCrop.java
2
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java
26
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/blocks/BOP_Block_Registrator.java
116
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/blocks/base/LeavesBase.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/blocks/base/LogBase.java
8
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/blocks/base/SaplingBase.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/blocks/pine/LeavesPineTree.java
10
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/blocks/rainforest/SaplingRainforestTree.java
14
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/world/features/trees/WorldGenPineTree.java
7
-rw-r--r--
src/main/java/gtPlusPlus/xmod/bop/world/features/trees/WorldGenRainForestTree_Ex.java
172
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/custom/CustomCombs.java
63
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bee_Definition.java
77
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bees.java
12
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Branch_Definition.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/custom/ItemCustomComb.java
9
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/handler/GTPP_CombType.java
7
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/handler/GTPP_DropType.java
7
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/handler/GTPP_PollenType.java
7
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/handler/GTPP_PropolisType.java
7
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/items/FR_ItemRegistry.java
74
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/items/MB_FrameType.java
6
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/items/output/GTPP_Comb.java
45
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/items/output/GTPP_Drop.java
27
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/items/output/GTPP_Pollen.java
9
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/items/output/GTPP_Propolis.java
25
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/recipe/FR_Gregtech_Recipes.java
144
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/registry/GTPP_AlleleBeeSpecies.java
21
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/registry/GTPP_BeeDefinition.java
136
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/registry/GTPP_Bee_Mutation.java
9
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechOrePrefixes.java
795
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/gui/GTPP_UITextures.java
132
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/gui/widget/ElectricSlotWidget.java
6
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
102
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ItemBehaviour.java
8
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_OreRecipeRegistrator.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ToolStats.java
6
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_Generic_Item.java
55
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem.java
44
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_Base.java
169
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaItem_X32.java
112
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaTool.java
394
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_ChiselBus.java
23
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_AirIntake.java
57
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_AirIntake_Extreme.java
12
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_DynamoBuffer.java
8
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_ElementalDataOrbHolder.java
45
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_FluidGenerator.java
29
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_InputBattery.java
52
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Muffler_Adv.java
82
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Naquadah.java
38
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_OutputBattery.java
59
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Reservoir.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Solidifier.java
26
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Steam_BusInput.java
112
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Steam_BusOutput.java
84
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_Turbine.java
89
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_TurbineProvider.java
30
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_SuperBus_Input.java
10
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_SuperBus_Output.java
28
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntityFluid.java
76
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_Cable.java
141
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaTreeFarmerStructural.java
14
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GT_MetaTileEntity_Hatch_CustomFluidBase.java
49
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTileEntity.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTransformerHiAmp.java
32
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
902
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_SteamMultiBase.java
80
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaBoilerBase.java
109
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechMetaSolarGenerator.java
52
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechRocketFuelGeneratorBase.java
69
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/machines/GregtechMetaTreeFarmerBase.java
21
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/nbthandlers/GT_MetaTileEntity_Hatch_NbtConsumable.java
101
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/objects/GregtechItemData.java
12
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/objects/GregtechMaterialStack.java
10
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/util/GTPP_Config.java
38
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
29
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks.java
10
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks2.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks3.java
38
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks4.java
2
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks5.java
6
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks6.java
26
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
8
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocksPipeGearbox.java
2
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaItemCasingsAbstract.java
14
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaSpecialMachineCasings.java
6
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaSpecialMultiCasings.java
20
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaSpecialMultiCasings2.java
2
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java
164
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
2
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesCentrifugeMultiblock.java
24
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGrinderMultiblock.java
17
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
154
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/turbine/LargeTurbineTextureHandler.java
215
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/covers/GTPP_Cover_Overflow.java
49
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/covers/GTPP_Cover_ToggleVisual.java
22
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/helpers/ChargingHelper.java
59
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/helpers/tesseract/TesseractHelper.java
46