Found some more null itemstacks

This commit is contained in:
modmuss50 2017-06-13 11:26:08 +01:00
parent c3c0a0421d
commit df62000513
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
4 changed files with 12 additions and 9 deletions

View file

@ -126,7 +126,7 @@ public class RollingMachineRecipe {
}
}
return null;
return ItemStack.EMPTY;
}
public HashMap<ResourceLocation, IRecipe> getRecipeList() {