Hello hello! I'm just learning how to do JSON patching and have an idea for a patch that I'd like to do, but can't seem to figure out how to do it.
The server I play on uses Coinage for our in-game currency over gears. We also have Quivers and Sheaths installed, which has an item that can store gears on the player. What I would like to do is to make a patch to store coins from Coinage within said pouch. Now, the pouch already has the "coin" tag associated with it, and Malteiz even told me to just add the "coin" tag to Coinage coins. However, the itemtype "coin" doesn't contain a "tags" field to my knowledge, and I can't seem to figure out how to add a "tags" field where one does not exist.