Coerced augmented flask recipe outputs out of hiding (#1200)

This commit is contained in:
Nicholas Ignoffo 2018-02-16 17:10:00 -08:00
parent 5920d9124d
commit 49394b56d6
2 changed files with 1 additions and 61 deletions

View file

@ -52,7 +52,7 @@ public class AlchemyTablePotionAugmentRecipe extends AlchemyTablePotionRecipe {
@Override
public ItemStack getModifiedFlaskForInput(ItemStack inputStack) {
if (inputStack == null) {
if (inputStack.isEmpty()) {
ItemStack outputStack = new ItemStack(RegistrarBloodMagicItems.POTION_FLASK);
List<PotionEffect> effectList = new ArrayList<PotionEffect>();