@@ -88,12 +88,11 @@ public static void farm() {
8888 control .setTagCompound (compound );
8989
9090 // == REMOVE ==
91- ModHandler .removeRecipeByOutput (basic );
92- ModHandler .removeRecipeByOutput (gearbox );
93- ModHandler .removeRecipeByOutput (hatch );
94- ModHandler .removeRecipeByOutput (valve );
95- ModHandler .removeRecipeByOutput (control );
96-
91+ ModHandler .removeRecipeByOutput (basic );
92+ ModHandler .removeRecipeByOutput (gearbox );
93+ ModHandler .removeRecipeByOutput (hatch );
94+ ModHandler .removeRecipeByOutput (valve );
95+ ModHandler .removeRecipeByOutput (control );
9796
9897 // == ADD ==
9998 // Farm Block
@@ -117,7 +116,7 @@ public static void farm() {
117116 .input (cableGtSingle , Materials .Tin )
118117 .input (gear , Materials .Steel )
119118 .inputs (ModuleCore .getItems ().tubes .get (EnumElectronTube .GOLD , 4 ))
120- .circuitMeta (10 )
119+ .circuitMeta (11 )
121120 .fluidInputs (Materials .Creosote .getFluid (1000 ))
122121 .outputs (GTUtility .copy (2 , control ))
123122 .EUt (30 )
@@ -130,7 +129,7 @@ public static void farm() {
130129 .input (MetaItems .ELECTRIC_MOTOR_LV )
131130 .input (gear , Materials .Steel , 4 )
132131 .inputs (ModuleCore .getItems ().tubes .get (EnumElectronTube .BRONZE , 4 ))
133- .circuitMeta (10 )
132+ .circuitMeta (12 )
134133 .fluidInputs (Materials .Creosote .getFluid (1000 ))
135134 .outputs (GTUtility .copy (2 , gearbox ))
136135 .EUt (30 )
@@ -145,7 +144,7 @@ public static void farm() {
145144 .input (gear , Materials .Steel , 1 )
146145 .input (ring , Materials .Rubber )
147146 .inputs (ModuleCore .getItems ().tubes .get (EnumElectronTube .LAPIS , 4 ))
148- .circuitMeta (10 )
147+ .circuitMeta (13 )
149148 .fluidInputs (Materials .Creosote .getFluid (1000 ))
150149 .outputs (GTUtility .copy (2 , valve ))
151150 .EUt (30 )
@@ -160,7 +159,7 @@ public static void farm() {
160159 .input (gear , Materials .Steel )
161160 .input (Blocks .HOPPER )
162161 .inputs (ModuleCore .getItems ().tubes .get (EnumElectronTube .TIN , 4 ))
163- .circuitMeta (10 )
162+ .circuitMeta (14 )
164163 .fluidInputs (Materials .Creosote .getFluid (1000 ))
165164 .outputs (GTUtility .copy (2 , hatch ))
166165 .EUt (30 )
0 commit comments