Made it so the book does not give the filling recipe when the Blood Orb recipe is queried.
This commit is contained in:
parent
082d2b8f4d
commit
afa3d1ef91
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 != null && resultStack.getItem() != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue