Removed debug code
This commit is contained in:
parent
4b3b30d21e
commit
1417e1ec9e
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue