@@ -1169,7 +1169,7 @@ private static void registerLaserRecipes() {
11691169 .input (ELECTRIC_PUMP_IV )
11701170 .input (cableGtSingle , Platinum , 4 )
11711171 .circuitMeta (1 )
1172- .output (LASER_INPUT_HATCH_256 [0 ])
1172+ .output (LASER_OUTPUT_HATCH_256 [0 ])
11731173 .duration (300 ).EUt (VA [IV ]).buildAndRegister ();
11741174
11751175 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1179,7 +1179,7 @@ private static void registerLaserRecipes() {
11791179 .input (ELECTRIC_PUMP_LuV )
11801180 .input (cableGtSingle , NiobiumTitanium , 4 )
11811181 .circuitMeta (1 )
1182- .output (LASER_INPUT_HATCH_256 [1 ])
1182+ .output (LASER_OUTPUT_HATCH_256 [1 ])
11831183 .duration (300 ).EUt (VA [LuV ]).buildAndRegister ();
11841184
11851185 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1189,7 +1189,7 @@ private static void registerLaserRecipes() {
11891189 .input (ELECTRIC_PUMP_ZPM )
11901190 .input (cableGtSingle , VanadiumGallium , 4 )
11911191 .circuitMeta (1 )
1192- .output (LASER_INPUT_HATCH_256 [2 ])
1192+ .output (LASER_OUTPUT_HATCH_256 [2 ])
11931193 .duration (300 ).EUt (VA [ZPM ]).buildAndRegister ();
11941194
11951195 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1199,7 +1199,7 @@ private static void registerLaserRecipes() {
11991199 .input (ELECTRIC_PUMP_UV )
12001200 .input (cableGtSingle , YttriumBariumCuprate , 4 )
12011201 .circuitMeta (1 )
1202- .output (LASER_INPUT_HATCH_256 [3 ])
1202+ .output (LASER_OUTPUT_HATCH_256 [3 ])
12031203 .duration (300 ).EUt (VA [UV ]).buildAndRegister ();
12041204
12051205 // 256A Laser Target Hatches
@@ -1210,7 +1210,7 @@ private static void registerLaserRecipes() {
12101210 .input (ELECTRIC_PUMP_IV )
12111211 .input (cableGtSingle , Platinum , 4 )
12121212 .circuitMeta (1 )
1213- .output (LASER_OUTPUT_HATCH_256 [0 ])
1213+ .output (LASER_INPUT_HATCH_256 [0 ])
12141214 .duration (300 ).EUt (VA [IV ]).buildAndRegister ();
12151215
12161216 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1220,7 +1220,7 @@ private static void registerLaserRecipes() {
12201220 .input (ELECTRIC_PUMP_LuV )
12211221 .input (cableGtSingle , NiobiumTitanium , 4 )
12221222 .circuitMeta (1 )
1223- .output (LASER_OUTPUT_HATCH_256 [1 ])
1223+ .output (LASER_INPUT_HATCH_256 [1 ])
12241224 .duration (300 ).EUt (VA [LuV ]).buildAndRegister ();
12251225
12261226 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1230,7 +1230,7 @@ private static void registerLaserRecipes() {
12301230 .input (ELECTRIC_PUMP_ZPM )
12311231 .input (cableGtSingle , VanadiumGallium , 4 )
12321232 .circuitMeta (1 )
1233- .output (LASER_OUTPUT_HATCH_256 [2 ])
1233+ .output (LASER_INPUT_HATCH_256 [2 ])
12341234 .duration (300 ).EUt (VA [ZPM ]).buildAndRegister ();
12351235
12361236 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1240,7 +1240,7 @@ private static void registerLaserRecipes() {
12401240 .input (ELECTRIC_PUMP_UV )
12411241 .input (cableGtSingle , YttriumBariumCuprate , 4 )
12421242 .circuitMeta (1 )
1243- .output (LASER_OUTPUT_HATCH_256 [3 ])
1243+ .output (LASER_INPUT_HATCH_256 [3 ])
12441244 .duration (300 ).EUt (VA [UV ]).buildAndRegister ();
12451245
12461246 // 1024A Laser Source Hatches
@@ -1251,7 +1251,7 @@ private static void registerLaserRecipes() {
12511251 .input (ELECTRIC_PUMP_IV , 2 )
12521252 .input (cableGtDouble , Platinum , 4 )
12531253 .circuitMeta (2 )
1254- .output (LASER_INPUT_HATCH_1024 [0 ])
1254+ .output (LASER_OUTPUT_HATCH_1024 [0 ])
12551255 .duration (600 ).EUt (VA [IV ]).buildAndRegister ();
12561256
12571257 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1261,7 +1261,7 @@ private static void registerLaserRecipes() {
12611261 .input (ELECTRIC_PUMP_LuV , 2 )
12621262 .input (cableGtDouble , NiobiumTitanium , 4 )
12631263 .circuitMeta (2 )
1264- .output (LASER_INPUT_HATCH_1024 [1 ])
1264+ .output (LASER_OUTPUT_HATCH_1024 [1 ])
12651265 .duration (600 ).EUt (VA [LuV ]).buildAndRegister ();
12661266
12671267 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1271,7 +1271,7 @@ private static void registerLaserRecipes() {
12711271 .input (ELECTRIC_PUMP_ZPM , 2 )
12721272 .input (cableGtDouble , VanadiumGallium , 4 )
12731273 .circuitMeta (2 )
1274- .output (LASER_INPUT_HATCH_1024 [2 ])
1274+ .output (LASER_OUTPUT_HATCH_1024 [2 ])
12751275 .duration (600 ).EUt (VA [ZPM ]).buildAndRegister ();
12761276
12771277 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1281,7 +1281,7 @@ private static void registerLaserRecipes() {
12811281 .input (ELECTRIC_PUMP_UV , 2 )
12821282 .input (cableGtDouble , YttriumBariumCuprate , 4 )
12831283 .circuitMeta (2 )
1284- .output (LASER_INPUT_HATCH_1024 [3 ])
1284+ .output (LASER_OUTPUT_HATCH_1024 [3 ])
12851285 .duration (600 ).EUt (VA [UV ]).buildAndRegister ();
12861286
12871287 // 1024A Laser Target Hatches
@@ -1292,7 +1292,7 @@ private static void registerLaserRecipes() {
12921292 .input (ELECTRIC_PUMP_IV , 2 )
12931293 .input (cableGtDouble , Platinum , 4 )
12941294 .circuitMeta (2 )
1295- .output (LASER_OUTPUT_HATCH_1024 [0 ])
1295+ .output (LASER_INPUT_HATCH_1024 [0 ])
12961296 .duration (600 ).EUt (VA [IV ]).buildAndRegister ();
12971297
12981298 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1302,7 +1302,7 @@ private static void registerLaserRecipes() {
13021302 .input (ELECTRIC_PUMP_LuV , 2 )
13031303 .input (cableGtDouble , NiobiumTitanium , 4 )
13041304 .circuitMeta (2 )
1305- .output (LASER_OUTPUT_HATCH_1024 [1 ])
1305+ .output (LASER_INPUT_HATCH_1024 [1 ])
13061306 .duration (600 ).EUt (VA [LuV ]).buildAndRegister ();
13071307
13081308 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1312,7 +1312,7 @@ private static void registerLaserRecipes() {
13121312 .input (ELECTRIC_PUMP_ZPM , 2 )
13131313 .input (cableGtDouble , VanadiumGallium , 4 )
13141314 .circuitMeta (2 )
1315- .output (LASER_OUTPUT_HATCH_1024 [2 ])
1315+ .output (LASER_INPUT_HATCH_1024 [2 ])
13161316 .duration (600 ).EUt (VA [ZPM ]).buildAndRegister ();
13171317
13181318 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1322,7 +1322,7 @@ private static void registerLaserRecipes() {
13221322 .input (ELECTRIC_PUMP_UV , 2 )
13231323 .input (cableGtDouble , YttriumBariumCuprate , 4 )
13241324 .circuitMeta (2 )
1325- .output (LASER_OUTPUT_HATCH_1024 [3 ])
1325+ .output (LASER_INPUT_HATCH_1024 [3 ])
13261326 .duration (600 ).EUt (VA [UV ]).buildAndRegister ();
13271327
13281328 // 4096A Laser Source Hatches
@@ -1333,7 +1333,7 @@ private static void registerLaserRecipes() {
13331333 .input (ELECTRIC_PUMP_IV , 4 )
13341334 .input (cableGtQuadruple , Platinum , 4 )
13351335 .circuitMeta (3 )
1336- .output (LASER_INPUT_HATCH_4096 [0 ])
1336+ .output (LASER_OUTPUT_HATCH_4096 [0 ])
13371337 .duration (1200 ).EUt (VA [IV ]).buildAndRegister ();
13381338
13391339 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1343,7 +1343,7 @@ private static void registerLaserRecipes() {
13431343 .input (ELECTRIC_PUMP_LuV , 4 )
13441344 .input (cableGtQuadruple , NiobiumTitanium , 4 )
13451345 .circuitMeta (3 )
1346- .output (LASER_INPUT_HATCH_4096 [1 ])
1346+ .output (LASER_OUTPUT_HATCH_4096 [1 ])
13471347 .duration (1200 ).EUt (VA [LuV ]).buildAndRegister ();
13481348
13491349 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1353,7 +1353,7 @@ private static void registerLaserRecipes() {
13531353 .input (ELECTRIC_PUMP_ZPM , 4 )
13541354 .input (cableGtQuadruple , VanadiumGallium , 4 )
13551355 .circuitMeta (3 )
1356- .output (LASER_INPUT_HATCH_4096 [2 ])
1356+ .output (LASER_OUTPUT_HATCH_4096 [2 ])
13571357 .duration (1200 ).EUt (VA [ZPM ]).buildAndRegister ();
13581358
13591359 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1363,7 +1363,7 @@ private static void registerLaserRecipes() {
13631363 .input (ELECTRIC_PUMP_UV , 4 )
13641364 .input (cableGtQuadruple , YttriumBariumCuprate , 4 )
13651365 .circuitMeta (3 )
1366- .output (LASER_INPUT_HATCH_4096 [3 ])
1366+ .output (LASER_OUTPUT_HATCH_4096 [3 ])
13671367 .duration (1200 ).EUt (VA [UV ]).buildAndRegister ();
13681368
13691369 // 4096A Laser Target Hatches
@@ -1374,7 +1374,7 @@ private static void registerLaserRecipes() {
13741374 .input (ELECTRIC_PUMP_IV , 4 )
13751375 .input (cableGtQuadruple , Platinum , 4 )
13761376 .circuitMeta (3 )
1377- .output (LASER_OUTPUT_HATCH_4096 [0 ])
1377+ .output (LASER_INPUT_HATCH_4096 [0 ])
13781378 .duration (1200 ).EUt (VA [IV ]).buildAndRegister ();
13791379
13801380 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1384,7 +1384,7 @@ private static void registerLaserRecipes() {
13841384 .input (ELECTRIC_PUMP_LuV , 4 )
13851385 .input (cableGtQuadruple , NiobiumTitanium , 4 )
13861386 .circuitMeta (3 )
1387- .output (LASER_OUTPUT_HATCH_4096 [1 ])
1387+ .output (LASER_INPUT_HATCH_4096 [1 ])
13881388 .duration (1200 ).EUt (VA [LuV ]).buildAndRegister ();
13891389
13901390 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1394,7 +1394,7 @@ private static void registerLaserRecipes() {
13941394 .input (ELECTRIC_PUMP_ZPM , 4 )
13951395 .input (cableGtQuadruple , VanadiumGallium , 4 )
13961396 .circuitMeta (3 )
1397- .output (LASER_OUTPUT_HATCH_4096 [2 ])
1397+ .output (LASER_INPUT_HATCH_4096 [2 ])
13981398 .duration (1200 ).EUt (VA [ZPM ]).buildAndRegister ();
13991399
14001400 ASSEMBLER_RECIPES .recipeBuilder ()
@@ -1404,7 +1404,7 @@ private static void registerLaserRecipes() {
14041404 .input (ELECTRIC_PUMP_UV , 4 )
14051405 .input (cableGtQuadruple , YttriumBariumCuprate , 4 )
14061406 .circuitMeta (3 )
1407- .output (LASER_OUTPUT_HATCH_4096 [3 ])
1407+ .output (LASER_INPUT_HATCH_4096 [3 ])
14081408 .duration (1200 ).EUt (VA [UV ]).buildAndRegister ();
14091409 }
14101410}
0 commit comments