Found some more null itemstacks
This commit is contained in:
parent
c3c0a0421d
commit
df62000513
4 changed files with 12 additions and 9 deletions
|
@ -126,7 +126,7 @@ public class RollingMachineRecipe {
|
|||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
return ItemStack.EMPTY;
|
||||
}
|
||||
|
||||
public HashMap<ResourceLocation, IRecipe> getRecipeList() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue