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/bop/blocks/base/LeavesBase.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/bop/blocks/base/SaplingBase.java
19
-rw-r--r--
src/Java/gtPlusPlus/xmod/bop/blocks/rainforest/SaplingRainforestTree.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/bop/world/features/trees/WorldGenRainForestTree_Ex.java
30
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/HANDLER_FR.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bee_Definition.java
30
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bees.java
72
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Branch_Definition.java
18
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/bees/inventory/InventoryDenseBeeHouse.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/forestry/trees/TreefarmManager.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/Interface_ToolStats.java
1
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/Gregtech_MetaTool.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/items/tools/GT_MetaGenTool.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_DeluxeMachine.java
38
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_DeluxeTank.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_InputBattery.java
13
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_OutputBattery.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaPipeEntityBase_Cable.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
67
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechDoubleFuelGeneratorBase.java
88
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/machines/GregtechMetaSafeBlockBase.java
30
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/world/GTPP_Worldgen_GT_Ore_Layer.java
11
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/fluid/GregtechFluidHandler.java
13
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/ChargingHelper.java
53
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/CraftingHelper.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/TreeFarmHelper.java
20
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/autocrafter/AC_Helper_Container.java
16
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/autocrafter/AC_Helper_Utils.java
10
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/helpers/tesseract/TesseractHelper.java
34
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/automation/GT_MetaTileEntity_TesseractGenerator.java
18
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GT_MetaTileEntity_Boiler_Base.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GT_MetaTileEntity_SemiFluidGenerator.java
25
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntitySolarGenerator.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntity_RTG.java
10
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_WorldAccelerator.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java
28
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaPollutionCreator.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaPollutionDetector.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaTileEntity_CompactFusionReactor.java
61
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GT4Entity_AutoCrafter.java
18
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GT4Entity_ThermalBoiler.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
96
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityAnimalFarm.java
60
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java
41
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityTreeFarm.java
139
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_CatalyticReactor.java
54
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java
26
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialCentrifuge.java
38
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialCokeOven.java
14
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialCuttingMachine.java
20
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialElectrolyzer.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialMacerator.java
22
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialPlatePress.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialSifter.java
82
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialSinter.java
22
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialThermalCentrifuge.java
34
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialWashPlant.java
32
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialWireMill.java
22
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_MassFabricator.java
56
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_MultiTank.java
73
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_PowerSubStationController.java
79
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Refinery.java
52
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/GregtechMetaEnergyBuffer.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tools/TOOL_Gregtech_Choocher.java
1
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/GT_Material_Loader.java
292
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/Gregtech_Blocks.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/ProcessingToolHeadChoocher.java
16
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_BlastSmelter.java
60
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_BlastSmelterGT_Ex.java
5
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_DustGeneration.java
58
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Extruder.java
32
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java
42
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java
24
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Recycling.java
88
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_ShapedCrafting.java
44
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
153
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/recipes/machines/RECIPEHANDLER_CokeOven.java
52
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/recipes/machines/RECIPEHANDLER_Dehydrator.java
52
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/recipes/machines/RECIPEHANDLER_MatterFabricator.java
52
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java
10
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechAdvancedBoilers.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechAdvancedMixer.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechComponentAssembler.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
33
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCyclotron.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechEnergyBuffer.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechGeothermalThermalGenerator.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialBlastSmelter.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialCentrifuge.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialCokeOven.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialCuttingFactory.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialElectrolyzer.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialGeneratorArray.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialMacerator.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialMassFabricator.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialMultiTank.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialPlatePress.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialSifter.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialThermalCentrifuge.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialTreeFarm.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialWashPlant.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialWiremill.java
4