With this tool you can make Items in your mods change into other items over time.    Items will age regardless of where they are, on the ground, in your inventory, in a crate, in a bag in a bag in a bag in a bag in your inventory...   Easily add item names to a table and give them a life span where on the expiry of said life span the item turns into another item. for example:   ItemTimeTrackerMod["Dog"] = {}; ItemTimeTrackerMod["Dog"]["Life"] = 24.0; ItemTimeTracker