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
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')
-rw-r--r--
src/main/java/com/github/technus/tectech/CommonValues.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/Converter.java
59
-rw-r--r--
src/main/java/com/github/technus/tectech/TecTech.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/Util.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
1121
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java
117
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openComputers/AvrArchitecture.java
267
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java
61
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/ePrimalAspectDefinition.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java
106
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java
118
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MainLoader.java
15
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/NetworkDispatcher.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/TecTechConfig.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/gui/CreativeTabTecTech.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/gui/ModGuiHandler.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java
896
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/CoverLoader.java
24
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java
91
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/avr/SidedRedstone.java
248
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/data/RendererMessage.java
82
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/data/ThaumSpark.java
54
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java
38
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/dHadronDefinition.java
57
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java
441
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java
441
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipe.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/CustomItemList.java
87
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumGlassBlock.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsBA0.java
178
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsNH.java
3
-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
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsBA0.java
67
-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
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/cover/GT_Cover_TM_TeslaCoil.java
28
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/cover/GT_Cover_TM_TeslaCoil_Ultimate.java
29
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/AvrProgrammer.java
215
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
23
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCapacitor.java
87
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaCoilComponent.java
68
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCover.java
80
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaStaff.java
50
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/gui/ProgrammerScreen.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Capacitor.java
119
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoTunnel.java
43
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java
86
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java
11
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyTunnel.java
15
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputElemental.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputElemental.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java
68
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ParamText.java
50
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Capacitor.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Param.java
36
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java
36
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamText.java
36
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Capacitor.java
21
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Param.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_ParamAdv.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_ParamText.java
40
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java
65
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java
303
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java
654
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java
298
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java
68
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java
140
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java
217
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java
78
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java
148
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java
113
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java
67
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java
590
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java
580
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_stabilizer.java
41
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java
139
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java
95
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java
65
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java
220
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java
895
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_Container_MultiMachineEM.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java
617
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/LedStatus.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/render/TT_RenderedTexture.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java
276
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_MicroController.java
187
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_TT_Transformer.java
54
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_TeslaCoil.java
339
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java
39
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPollutor.java
8
-rw-r--r--
src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY.png
bin
0 -> 808 bytes
-rw-r--r--
src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY_ULTIMATE.png
bin
0 -> 799 bytes
-rw-r--r--
src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_TRANSCEIVER_TOP.png
bin
0 -> 655 bytes
-rw-r--r--
src/main/resources/assets/gregtech/textures/blocks/iconsets/TM_TESLA_BASE_SIDES.png
bin
0 -> 592 bytes
-rw-r--r--