Skip to content

Commit

Permalink
Merge pull request #176 from Luligabi1/1.19
Browse files Browse the repository at this point in the history
Ignore VacuumHopperRecipe on Recipe Book
  • Loading branch information
lucaargolo authored Oct 9, 2022
2 parents 4449934 + c1db452 commit 9dc3c77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ class VacuumHopperRecipe(private val id: Identifier, val ticks: Int, val xpInput

override fun getIngredients(): DefaultedList<Ingredient> = DefaultedList.ofSize(1, input)

override fun isIgnoredInRecipeBook(): Boolean = true

}

0 comments on commit 9dc3c77

Please sign in to comment.