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
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
-rw-r--r--
src/main/java/com/github/technus/tectech/CommonValues.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/TecTech.java
62
-rw-r--r--
src/main/java/com/github/technus/tectech/Util.java
271
-rw-r--r--
src/main/java/com/github/technus/tectech/Vec3pos.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/XSTR.java
63
-rw-r--r--
src/main/java/com/github/technus/tectech/auxiliary/Reference.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
182
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompatEnabled.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompatEnabled.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java
58
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/dataFramework/QuantumDataPacket.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDefinitionStackMap.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java
147
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java
78
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipe.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipeMap.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalDefinitionStack.java
25
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java
126
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java
60
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java
48
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemQuantizationInfo.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/bTransformationInfo.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/dAtomDefinition.java
472
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/iaeaNuclide.java
83
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java
101
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/cPrimitiveDefinition.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java
170
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/EntityLoader.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MainLoader.java
38
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/RecipeLoader.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/ThingsLoader.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/proxy/ClientProxy.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipe.java
40
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java
94
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/CustomItemList.java
75
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumGlassItem.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumGlassRender.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumStuffRender.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/ReactorSimItem.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsTT.java
22
-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/casing/GT_Item_CasingsTT.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/TT_Container_Casings.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java
63
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Holder.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputElemental.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java
11
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java
27
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java
159
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java
32
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Holder.java
24
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Param.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java
114
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Rack.java
27
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Uncertainty.java
15
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Holder.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Rack.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Uncertainty.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_UncertaintyAdv.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java
158
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java
28
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java
31
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java
67
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java
104
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java
52
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_Container_MultiMachineEM.java
24
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java
55
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java
931
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Mixer.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java
141
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java
78
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPowerGenerator.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugStructureWriter.java
15
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugStructureWriter.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/tileEntity/ReactorSimTileEntity.java
16
-rw-r--r--
src/main/java/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java
4
-rw-r--r--
src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java
10
-rw-r--r--
src/main/java/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java
5
-rw-r--r--