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
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')
-rw-r--r--
src/main/java/gtPlusPlus/core/block/ModBlocks.java
6
-rw-r--r--
src/main/java/gtPlusPlus/core/common/CommonProxy.java
3
-rw-r--r--
src/main/java/gtPlusPlus/core/item/base/ore/BaseItemMilledOre.java
52
-rw-r--r--
src/main/java/gtPlusPlus/core/item/chemistry/AgriculturalChem.java
62
-rw-r--r--
src/main/java/gtPlusPlus/core/item/chemistry/CoalTar.java
229
-rw-r--r--
src/main/java/gtPlusPlus/core/item/chemistry/GenericChem.java
480
-rw-r--r--
src/main/java/gtPlusPlus/core/item/chemistry/MilledOreProcessing.java
526
-rw-r--r--
src/main/java/gtPlusPlus/core/item/chemistry/RocketFuels.java
219
-rw-r--r--
src/main/java/gtPlusPlus/core/lib/CORE.java
6
-rw-r--r--
src/main/java/gtPlusPlus/core/material/MaterialGenerator.java
21
-rw-r--r--
src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
1201
-rw-r--r--
src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java
3
-rw-r--r--
src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
2198
-rw-r--r--
src/main/java/gtPlusPlus/core/recipe/RECIPES_SeleniumProcessing.java
213
-rw-r--r--
src/main/java/gtPlusPlus/core/recipe/common/CI.java
10
-rw-r--r--
src/main/java/gtPlusPlus/core/slots/SlotIntegratedCircuit.java
7
-rw-r--r--
src/main/java/gtPlusPlus/core/tileentities/general/TileEntityCircuitProgrammer.java
3
-rw-r--r--
src/main/java/gtPlusPlus/core/util/minecraft/ItemUtils.java
22
-rw-r--r--
src/main/java/gtPlusPlus/core/util/minecraft/MaterialUtils.java
1
-rw-r--r--
src/main/java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java
42
-rw-r--r--
src/main/java/gtPlusPlus/plugin/agrichem/BioRecipes.java
691
-rw-r--r--
src/main/java/gtPlusPlus/recipes/CokeAndPyrolyseOven.java
62
-rw-r--r--
src/main/java/gtPlusPlus/xmod/forestry/bees/items/output/GTPP_Comb.java
22
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
380
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
43
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialMultiMachine.java
6
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java
3
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialFishingPond.java
5
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java
7
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_MassFabricator.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_AlloySmelter.java
50
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Assembler.java
52
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_BlastSmelter.java
480
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_BlastSmelterGT_GTNH.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_DustGeneration.java
531
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Extruder.java
158
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java
215
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluorite.java
202
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_MaterialProcessing.java
127
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_MetalRecipe.java
147
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Ore.java
392
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plasma.java
46
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java
269
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Recycling.java
177
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_ChemicalSkips.java
913
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GTNH.java
65
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java
600
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_LFTR.java
82
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_MolecularTransformer.java
90
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_Nuclear.java
750
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_NuclearFuelProcessing.java
355
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
1220
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java
126
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechAdvancedBoilers.java
53
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechAlgaeContent.java
35
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechAmazonWarehouse.java
8
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechBufferDynamos.java
52
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
424
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java
59
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCyclotron.java
9
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java
25
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechEnergyBuffer.java
148
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechFactoryGradeReplacementMultis.java
34
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechGeothermalThermalGenerator.java
38
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechHiAmpTransformer.java
98
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialAlloySmelter.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialArcFurnace.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialBlastSmelter.java
7
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialCentrifuge.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialChisel.java
15
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialCokeOven.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialCuttingFactory.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialElectrolyzer.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialElementDuplicator.java
11
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialExtruder.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFishPond.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFluidHeater.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialForgeHammer.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialMacerator.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialMassFabricator.java
146
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialMixer.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialMultiMachine.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialPlatePress.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialRockBreaker.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialSifter.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialThermalCentrifuge.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialTreeFarm.java
8
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialWashPlant.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialWiremill.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIsaMill.java
21
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechLFTR.java
24
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechLargeTurbinesAndHeatExchanger.java
39
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechMolecularTransformer.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechNuclearSaltProcessingPlant.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechPollutionDevices.java
39
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechPowerSubStation.java
44
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechQuantumForceTransformer.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechRTG.java
4
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechRocketFuelGenerator.java
41
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSemiFluidgenerators.java
19
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSimpleWasher.java
87
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSolarTower.java
30
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSteamMultis.java
47
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSuperChests.java
43
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechThaumcraftDevices.java
3
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechThreadedBuffers.java
9
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechTieredFluidTanks.java
21
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechTreeFarmerTE.java
7
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechWirelessChargers.java
34
-rw-r--r--
src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/MetaTileEntityIDs.java
216
-rw-r--r--