Skip to content

Commit 3b02069

Browse files
committed
[remove] crafting recipe
1 parent 64bf8a7 commit 3b02069

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/github/gtexpert/gtbm/integration/forestry/recipes/FFMBlockRecipe.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,12 @@ public static void farm() {
8888
control.setTagCompound(compound);
8989

9090
// == REMOVE ==
91-
/*
9291
ModHandler.removeRecipeByOutput(basic);
9392
ModHandler.removeRecipeByOutput(gearbox);
9493
ModHandler.removeRecipeByOutput(hatch);
9594
ModHandler.removeRecipeByOutput(valve);
9695
ModHandler.removeRecipeByOutput(control);
97-
*/
96+
9897

9998
// == ADD ==
10099
// Farm Block

0 commit comments

Comments
 (0)