Jump to content

[1.12.2] ItemStack.func_190926_b()


TheidenHD

Recommended Posts

I build a 1.12 Version of a 1.7 Mod. I input a 

net.minecraft.item.ItemStack

into 

int[] net.minecraftforge.oredict.OreDictionary.getOreIDs(@Nonnull ItemStack stack)

an get a "Stack can not be invalid!" Error

the function in Forge is 

if (stack.func_190926_b()) throw new IllegalArgumentException("Stack can not be invalid!");

so wat dos func_190926_b do?

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.