We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bf8a7 commit 3b02069Copy full SHA for 3b02069
1 file changed
src/main/java/com/github/gtexpert/gtbm/integration/forestry/recipes/FFMBlockRecipe.java
@@ -88,13 +88,12 @@ public static void farm() {
88
control.setTagCompound(compound);
89
90
// == REMOVE ==
91
- /*
92
ModHandler.removeRecipeByOutput(basic);
93
ModHandler.removeRecipeByOutput(gearbox);
94
ModHandler.removeRecipeByOutput(hatch);
95
ModHandler.removeRecipeByOutput(valve);
96
ModHandler.removeRecipeByOutput(control);
97
- */
+
98
99
// == ADD ==
100
// Farm Block
0 commit comments