Added in a few more alchemy stuff
This commit is contained in:
parent
fa9112493c
commit
be38ab1076
15 changed files with 126 additions and 11 deletions
|
@ -75,7 +75,7 @@ public class AlchemyRecipeRegistry
|
|||
{
|
||||
if (result.isItemEqual(itemStack))
|
||||
{
|
||||
return ar.getRecipe();
|
||||
return ar.getRecipe().clone();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue