Added in a few more alchemy stuff

This commit is contained in:
WayofTime 2014-03-16 15:11:09 -04:00
parent fa9112493c
commit be38ab1076
15 changed files with 126 additions and 11 deletions

View file

@ -75,7 +75,7 @@ public class AlchemyRecipeRegistry
{
if (result.isItemEqual(itemStack))
{
return ar.getRecipe();
return ar.getRecipe().clone();
}
}
}