Jump to content

Recommended Posts

Posted

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?

 

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.