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
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')
-rw-r--r--
src/main/java/com/github/technus/tectech/CommonValues.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/TecTech.java
31
-rw-r--r--
src/main/java/com/github/technus/tectech/Util.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/Vec3pos.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/XSTR.java
35
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompatEnabled.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompatEnabled.java
45
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/ePrimalAspectDefinition.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDefinitionStackMap.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java
54
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipe.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalDefinitionStack.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java
70
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/bTransformationInfo.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/iExchangeInfo.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/dAtomDefinition.java
139
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/iaeaNuclide.java
38
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java
31
-rw-r--r--
src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/ElementalLoader.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MachineLoader.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MainLoader.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/RecipeLoader.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/ThingsLoader.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/NEI_TT_Config.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java
129
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java
131
-rw-r--r--
src/main/java/com/github/technus/tectech/network/Dispatcher.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/proxy/ClientProxy.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipe.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/CustomItemList.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumGlassBlock.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumStuffBlock.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumStuffRender.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/ReactorSimBlock.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsTT.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_HintTT.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java
30
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Holder.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Param.java
120
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java
130
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Rack.java
25
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Uncertainty.java
91
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Holder.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Param.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_ParamAdv.java
38
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Rack.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Uncertainty.java
24
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_UncertaintyAdv.java
97
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java
19
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java
52
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java
27
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java
33
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java
11
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java
31
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_stabilizer.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java
31
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java
29
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_Container_MultiMachineEM.java
50
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java
153
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java
24
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPowerGenerator.java
84
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugStructureWriter.java
91
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugPowerGenerator.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugStructureWriter.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/tileEntity/ReactorSimTileEntity.java
16
-rw-r--r--
src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java
12
-rw-r--r--
src/main/java/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java
1
-rw-r--r--
src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java
12
-rw-r--r--
src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java
1
-rw-r--r--
src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java
7
-rw-r--r--
src/main/java/openmodularturrets/entity/projectiles/projectileEM.java
32
-rw-r--r--
src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java
4
-rw-r--r--
src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java
9
-rw-r--r--
src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java
1
108 files changed, 1331 insertions, 1249 deletions
diff --git a/src/main/java/com/github/technus/tectech/CommonValues.java b/src/main/java/com/github/technus/tectech/CommonValues.java
index fb5b04f63d..0c49f98655 100644
--- a/