Initial fix to allow null itemstacks
This commit is contained in:
parent
56e41efd6b
commit
46ee2fc71d
4 changed files with 22 additions and 9 deletions
|
@ -1,5 +1,7 @@
|
|||
package techreborn.api.recipe;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue