Tavern Tokens is a mod that adds a unique currency system to the game based on tangible items. It introduces a custom wallet designed to offer players a convenient way to store large sums of coins. The limit, you may ask? The Java Long Limit or about 9 quintillion items. This wallet is saved to the player's data, so they can easily access it whenever they want.
One of the best things about this mod is that it empowers modders and developers to create their own custom currency that can be stored in the wallet. This mod includes a custom item tag to simplify adding new currencies to the wallet.
If you wish to create your own currency, make sure to add the tag taverntokens:valid_currency to any items you like to be placed in the wallet. Also note that any currency that is placed in the wallet will be stripped of all other NBT tags. This means if you want to create an item with a custom lore or display YOU MUST mod that within your item.
You can find the downloads for each version with their release notes in the releases page. Or alternatively, you can also download it from Modrinth or CurseForge.
Tavern Tokens uses Gradle when compiling. If you would like to build your own version, here's how to do so:
./gradlew clean build # on UNIX-based systems (mac, linux)
gradlew clean build # on WindowsYou can get source code from the releases page. You may also clone this repository, but that code may or may not be stable.
