Consumable that turns into itself
Haiiii! I'm making a customizable wand using the consumable component, and I need to have the wand basically copy itself into the use_remainder component each time it is used. I was thinking of either using the copy_component item modifier for this or a kind of janky system using an external entity I can modify the data of. Does anyone know how I could use an item modifier for putting the item into its own use_remainder component, or maybe another way to achieve the same result?
Continue to help post