File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/main/java/gregtech/loaders/recipe Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ private static void compressingRecipes() {
9292
9393 COMPRESSOR_RECIPES .recipeBuilder ().inputs (new ItemStack (Blocks .ICE , 2 , GTValues .W ))
9494 .outputs (new ItemStack (Blocks .PACKED_ICE )).buildAndRegister ();
95- COMPRESSOR_RECIPES .recipeBuilder ().input (OrePrefix .dust , Materials .Ice , 1 ).outputs (new ItemStack (Blocks .ICE ))
96- .buildAndRegister ();
9795
9896 PACKER_RECIPES .recipeBuilder ()
9997 .inputs (new ItemStack (Items .WHEAT , 9 ))
@@ -1194,16 +1192,6 @@ private static void miscRecipes() {
11941192 .outputs (new ItemStack (Items .CLAY_BALL ))
11951193 .duration (300 ).EUt (24 ).buildAndRegister ();
11961194
1197- COMPRESSOR_RECIPES .recipeBuilder ()
1198- .input (dust , Redstone , 9 )
1199- .output (block , Redstone )
1200- .duration (300 ).EUt (2 ).buildAndRegister ();
1201-
1202- COMPRESSOR_RECIPES .recipeBuilder ()
1203- .input (dust , Bone , 9 )
1204- .output (block , Bone )
1205- .duration (300 ).EUt (2 ).buildAndRegister ();
1206-
12071195 COMPRESSOR_RECIPES .recipeBuilder ()
12081196 .inputs (new ItemStack (Items .CHORUS_FRUIT_POPPED , 4 ))
12091197 .outputs (new ItemStack (Blocks .PURPUR_BLOCK , 4 ))
You can’t perform that action at this time.
0 commit comments