mapKey

Maps a key to another key, allowing values to be looked up by either key. This is useful for updating keys without breaking existing references. For example, if an item is renamed from "addon:old_item" to "addon:new_item", you can map "addon:old_item" to "addon:new_item" so that both keys will return the same item.