Page 1 of 1

Changing internal item names

Posted: Sat Jan 30, 2021 4:29 pm
by Runesmacher
Hi all

So i store items into an enetity database for storage (digital storage mod).
Now i noticed that thjese items don't update on mod migrations (from other mods), so if an item changes name i can't update it and the items will be lost.

Is there a way to get the "Changed items" lsit inside my on_configuration _changed event?
Or how should i handle this problem ?

Thanks!