Removed debug code

This commit is contained in:
Frank 2023-04-12 18:49:59 +02:00
parent 4b3b30d21e
commit 1417e1ec9e

View file

@ -135,9 +135,6 @@ public abstract class AbstractBaseRecipeBuilder<T extends AbstractBaseRecipeBuil
public final T build() { public final T build() {
if (!checkRecipe()) if (!checkRecipe())
return (T) this; return (T) this;
if (id.toString().equals("betternether:mushroom_fir_taburet")) {
System.out.println("betternether:mushroom_fir_taburet");
}
RecipeDataProvider.register(this); RecipeDataProvider.register(this);
return (T) this; return (T) this;
} }