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/TecTech.java
36
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openComputers/AvrArchitecture.java
87
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MainLoader.java
29
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/TecTechConfig.java
272
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/Assembler.java
5119
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/AssemblyLine.java
170
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/CircuitAssembler.java
36
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/Crafting.java
44
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/Extractor.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/Godforge.java
694
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
4829
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/CoverLoader.java
30
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java
2878
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/enderStorage/EnderFluidContainer.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/enderStorage/EnderLinkTank.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/spark/RendererMessage.java
28
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/spark/ThaumSpark.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/tesla/ITeslaConnectable.java
54
-rw-r--r--
src/main/java/com/github/technus/tectech/proxy/ClientProxy.java
67
-rw-r--r--
src/main/java/com/github/technus/tectech/proxy/CommonProxy.java
21
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/EyeOfHarmonyFrontend.java
106
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/EyeOfHarmonyRecipe.java
109
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/EyeOfHarmonyRecipeStorage.java
76
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/GodforgeExoticFrontend.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/GodforgePlasmaFrontend.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/ResearchStationFrontend.java
49
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java
243
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TecTechRecipeMaps.java
79
-rw-r--r--
src/main/java/com/github/technus/tectech/rendering/EOH/EOH_ItemRenderer.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/rendering/EOH/EOH_RenderingUtils.java
21
-rw-r--r--
src/main/java/com/github/technus/tectech/rendering/EOH/EOH_TESR.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/EOH_RenderBlock.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/GodforgeGlassItem.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/GodforgeGlassRender.java
20
-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
20
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumStuffRender.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/ReactorSimBlock.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/ReactorSimItem.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/RenderForgeOfGods.java
11
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/TileEyeOfHarmony.java
27
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsBA0.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsTT.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsBA0.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsTT.java
62
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_Casings_Godforge.java
109
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_Casings_Spacetime.java
27
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_Casings_Stabilisation.java
15
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_Casings_TimeAcceleration.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GodforgeCasings.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/SpacetimeCompressionFieldCasing.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/StabilisationFieldCasing.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/TimeAccelerationFieldCasing.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/cover/GT_Cover_TM_EnderFluidLink.java
147
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/cover/GT_Cover_TM_PowerPassUpgrade.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/cover/GT_Cover_TM_TeslaCoil.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/cover/GT_Cover_TM_TeslaCoil_Ultimate.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/gui/TecTechUITextures.java
144
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/AstralArrayFabricator.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java
138
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/RenderForgeOfGodsItem.java
15
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCapacitor.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java
427
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Capacitor.java
105
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeData.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeUncertainty.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java
52
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java
24
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoTunnel.java
69
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java
25
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyTunnel.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Holder.java
87
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java
30
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java
41
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java
254
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ParamText.java
168
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java
108
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java
182
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_WirelessMulti.java
31
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/ForgeOfGodsRingsStructureString.java
10168
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/ForgeOfGodsStructureString.java
10812
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
1735
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_ForgeOfGods.java
2107
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java
191
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java
115
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java
126
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java
443
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java
109
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java
88
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java
177
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java
489
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java
797
-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/Parameters.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/SoundLoop.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/render/TT_RenderedExtendedFacingTexture.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/godforge_modules/GT_MetaTileEntity_EM_BaseModule.java
165
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/godforge_modules/GT_MetaTileEntity_EM_ExoticModule.java
182
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/godforge_modules/GT_MetaTileEntity_EM_MoltenModule.java
85
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/godforge_modules/GT_MetaTileEntity_EM_PlasmaModule.java
108
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/godforge_modules/GT_MetaTileEntity_EM_SmeltingModule.java
73
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_PipeBlock_Data.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_PipeBlock_Energy.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java
40
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Energy.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java
75
<