Skip to content

Commit aa379b4

Browse files
Fix another recipe conflict (GregTechCEu#2779)
1 parent d7b0cf8 commit aa379b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/gregtech/loaders/recipe/VanillaStandardRecipes.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ private static void compressingRecipes() {
8686
.outputs(new ItemStack(Blocks.CLAY))
8787
.buildAndRegister();
8888

89-
COMPRESSOR_RECIPES.recipeBuilder().duration(300).EUt(2)
90-
.inputs(new ItemStack(Items.GLOWSTONE_DUST, 4))
91-
.outputs(new ItemStack(Blocks.GLOWSTONE))
92-
.buildAndRegister();
93-
9489
COMPRESSOR_RECIPES.recipeBuilder().inputs(new ItemStack(Blocks.ICE, 2, GTValues.W))
9590
.outputs(new ItemStack(Blocks.PACKED_ICE)).buildAndRegister();
9691

0 commit comments

Comments
 (0)