@@ -56,8 +56,8 @@ public static void init(Consumer<FinishedRecipe> provider) {
5656 .inputItems (UtilMachines .WEB_MACHINE )
5757 .inputItems (TagPrefix .plate , GTMaterials .Neutronium , 32 )
5858 .inputItems (SENSOR .get (GTValues .UV ), 2 )
59- .inputItems (EMITTER .get (GTValues .UV ), 16 )
60- .inputItems (FIELD_GENERATOR .get (GTValues .UV ), 8 )
59+ .inputItems (EMITTER .get (GTValues .UV ), 8 )
60+ .inputItems (FIELD_GENERATOR .get (GTValues .UV ), 4 )
6161 .inputItems (CustomTags .UHV_CIRCUITS , 4 )
6262 .inputItems (TagPrefix .pipeLargeFluid , GTMaterials .Neutronium , 4 )
6363 .inputItems (CABLE_QUAD .get (GTValues .UV ), 16 )
@@ -74,7 +74,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
7474 ASSEMBLY_LINE_RECIPES .recipeBuilder ("web" )
7575 .inputItems (GTMultiMachines .ACTIVE_TRANSFORMER )
7676 .inputItems (TagPrefix .plate , NaquadahAlloy , 8 )
77- .inputItems (SENSOR .get (UV ), 8 )
77+ .inputItems (SENSOR .get (UV ), 4 )
7878 .inputItems (EMITTER .get (UV ), 1 )
7979 .inputItems (CustomTags .UV_CIRCUITS , 1 )
8080 .inputItems (TagPrefix .pipeLargeFluid , Naquadah , 1 )
0 commit comments