I am trying to allow my players to mint their own currencies using Create Deco. For this, I want to give out minting permits (item underlined in red).
I need them to be able to mint coins without using up the minting permit in the crafting process.
Ideas?
Minting crafting recipe so far:
event.shapeless( Item.of('createdeco:gold_coin', 9), [ 'minecraft:gold_ingot', 'kubejs:gold_mint_permit' ] )