Coerced augmented flask recipe outputs out of hiding (#1200)
This commit is contained in:
parent
5920d9124d
commit
49394b56d6
2 changed files with 1 additions and 61 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue