Initial fix to allow null itemstacks

This commit is contained in:
modmuss50 2015-05-23 13:47:25 +01:00
parent 56e41efd6b
commit 46ee2fc71d
4 changed files with 22 additions and 9 deletions

View file

@ -1,5 +1,7 @@
package techreborn.api.recipe;
import net.minecraft.item.ItemStack;
import java.util.ArrayList;
import java.util.List;