Made it so the book does not give the filling recipe when the Blood Orb recipe is queried.
(cherry picked from commit afa3d1e
)
This commit is contained in:
parent
c46ed3e648
commit
60eba2071d
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class RecipeHelper
|
|||
{
|
||||
for (AltarRecipeRegistry.AltarRecipe recipe : AltarRecipeRegistry.getRecipes().values())
|
||||
{
|
||||
if (recipe != null)
|
||||
if (recipe != null && !recipe.isFillable())
|
||||
{
|
||||
ItemStack resultStack = recipe.getOutput();
|
||||
if (!resultStack.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue