Jump to content

Need update routine


cad97

Recommended Posts

Between two versions of my mod I've changed how data on an item is stored. I can easy convert to the new version, but where is the best place to call that update routine?

 

I want a way to call updateToNewVersion(ItemStack) (for example) on all ItemStacks of one custom Item only one time if they need updating. (They need updating if they have non-zero metadata and no NBT tags.)

Link to comment
Share on other sites

Thanks, that's exactly what I needed.

 

(And duh, I've done that before. Why didn't I think of that.)

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.