aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-11-25 18:00:00 +0100
committerGitHub <noreply@github.com>2022-11-25 18:00:00 +0100
commitd19cc573a7b979c039535d2bf58ac0864178c583 (patch)
tree871eb7434b767d7ac299701c00a7259b38f19f17 /src
parent5f7847208fb8cc3c2868d72f7b57244ac384b6d0 (diff)
parent2865cbb73dac3d75ef113d995c893c303dc337e8 (diff)
downloadGT5-Unofficial-d19cc573a7b979c039535d2bf58ac0864178c583.tar.gz
GT5-Unofficial-d19cc573a7b979c039535d2bf58ac0864178c583.tar.bz2
GT5-Unofficial-d19cc573a7b979c039535d2bf58ac0864178c583.zip
Merge branch 'master' into addMissingTiersOfRecipes
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/NetworkDispatcher.java6
-rw-r--r--src/main/java/com/github/technus/tectech/loader/recipe/BaseRecipeLoader.java20
-rw-r--r--src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java2
-rw-r--r--src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java61
-rw-r--r--src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java61
-rw-r--r--src/main/java/com/github/technus/tectech/thing/cover/GT_Cover_TM_EnderFluidLink.java254
-rw-r--r--src/main/java/com/github/technus/tectech/thing/gui/TecTechUITextures.java109
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Capacitor.java55
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java12
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Holder.java79
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java12
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java23
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java433
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ParamText.java159
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java96
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java173
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/TextParametersMessage.java154
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Capacitor.java100
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Holder.java80
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Param.java191
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java283
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamText.java156
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Rack.java112
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Uncertainty.java127
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Capacitor.java35
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Holder.java35
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Param.java77
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_ParamAdv.java85
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_ParamText.java207
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Rack.java38
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Uncertainty.java82
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_UncertaintyAdv.java86
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java35
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java29
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java29
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java33
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_proccessingStack.java10
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_Container_MultiMachineEM.java1
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java1
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java398
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java104
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java233
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPollutor.java109
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java103
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java107
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java11
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_TeslaCoil.java3
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java151
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DataReader.java97
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPollutor.java152
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPowerGenerator.java153
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugStructureWriter.java145
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_BuckConverter.java36
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java294
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugPollutor.java31
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugPowerGenerator.java36
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugStructureWriter.java37
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/Parametrizer.pngbin262972 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/ParametrizerAdv.pngbin262972 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/ParametrizerText.pngbin1476 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/Uncertainty.pngbin262972 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/dataReader.pngbin2543 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/holder.pngbin262950 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/EMDisplay.pngbin5044 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/rack.pngbin262950 -> 0 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/background/screen_blue.pngbin0 -> 246 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/background/screen_blue_parametrizer_txt.pngbin0 -> 489 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/button/standard_16x16.pngbin0 -> 107 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/button/standard_light_16x16.pngbin0 -> 109 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/heat_off.pngbin0 -> 565 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/heat_on.pngbin0 -> 880 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/parametrizer_0.pngbin0 -> 185 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/parametrizer_1.pngbin0 -> 190 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/parametrizer_c.pngbin0 -> 217 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/parametrizer_id.pngbin0 -> 200 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/parametrizer_if.pngbin0 -> 228 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/parametrizer_s.pngbin0 -> 221 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/parametrizer_t.pngbin0 -> 181 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/parametrizer_x.pngbin0 -> 196 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/power_pass_disabled.pngbin0 -> 144 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/power_pass_off.pngbin0 -> 272 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/power_pass_on.pngbin0 -> 234 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/power_switch_disabled.pngbin0 -> 182 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/power_switch_off.pngbin0 -> 331 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/power_switch_on.pngbin0 -> 396 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/safe_void_disabled.pngbin0 -> 158 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/safe_void_off.pngbin0 -> 373 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/safe_void_on.pngbin0 -> 393 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/0.pngbin0 -> 174 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/1.pngbin0 -> 176 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/10.pngbin0 -> 172 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/11.pngbin0 -> 172 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/12.pngbin0 -> 176 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/13.pngbin0 -> 172 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/14.pngbin0 -> 174 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/15.pngbin0 -> 172 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/2.pngbin0 -> 172 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/3.pngbin0 -> 171 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/4.pngbin0 -> 179 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/5.pngbin0 -> 173 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/6.pngbin0 -> 172 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/7.pngbin0 -> 172 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/8.pngbin0 -> 177 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_button/uncertainty/9.pngbin0 -> 172 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_slot/mesh.pngbin0 -> 137 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/overlay_slot/rack.pngbin0 -> 151 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/heat_sink.pngbin0 -> 560 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/heat_sink_small.pngbin0 -> 106 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/parameter_blank.pngbin0 -> 332 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/parameter_blue.pngbin0 -> 234 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/parameter_cyan.pngbin0 -> 184 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/parameter_gray.pngbin0 -> 79 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/parameter_green.pngbin0 -> 250 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/parameter_orange.pngbin0 -> 235 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/parameter_red.pngbin0 -> 219 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/rack_large.pngbin0 -> 166 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/tectech_logo.pngbin0 -> 279 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/tectech_logo_dark.pngbin0 -> 291 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/indicator.pngbin0 -> 120 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_0.pngbin0 -> 136 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_1.pngbin0 -> 124 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_2.pngbin0 -> 134 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_3.pngbin0 -> 129 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_4.pngbin0 -> 119 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_5.pngbin0 -> 129 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_6.pngbin0 -> 132 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_7.pngbin0 -> 124 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/invalid_8.pngbin0 -> 126 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/gui/picture/uncertainty/m