Skip to content

Commit

Permalink
removed duplicate recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Nov 20, 2024
1 parent 6966ea6 commit 514a9de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public static void init() {
WIRE_MILL.RB().ii(wireItem).io(WIRE_FINE.get(t.getMaterial(),4)).add(t.getMaterial().getId() + "_wire_fine", 200,8);
}
});
WIRE_MILL.RB().ii(DUST.getMaterialIngredient(Graphene, 1)).io(WIRE_GRAPHENE.getBlockItem(PipeSize.VTINY)).add("graphene_wire", 400, 2);
WIRE_MILL.RB().ii(FLUID_PIPE_STEEL.getBlockItem(PipeSize.TINY)).io(GT5RBlocks.MINING_PIPE_THIN.asItem()).add("mining_pipe", 200, 16);
//if (!GT5RConfig.HARD_CARBON.get()){
WIRE_MILL.RB().ii(DUST.getMaterialIngredient(Carbon, 8)).io(GTCoreItems.CarbonFibre).add("carbon_fibre", 400, 2);
Expand Down

0 comments on commit 514a9de

Please sign in to comment.