

Coins and Stuff
New Format Game Currency
The Coins and Stuff modification introduces a comprehensive coin system serving as a universal means of payment on multiplayer servers. Three types of coins are introduced into circulation: copper, gold and diamond, manufactured by smelting corresponding materials.

Monetary System
The exchange rate between currencies is set in proportion: 1 diamond coin equals 8 gold sacks, which amounts to 64 gold coins. In turn, a gold coin equals 512 copper sacks or 4096 copper coins. The mechanics of exchange operations are fully customizable through the use of datapacks.
// Example of exchange rate setup in datapack
currency_exchange {
diamond_coin: 8,
gold_sacks: 64,
copper_coins: 4096
}
// Comment: values can be changed at your discretion
Material Availability
All elements added by the modification are located in a special creative mode tab. Loot tables are currently being developed - soon coins will appear among sunken ship treasures, as well as in desert and jungle pyramids.
Technical Requirements
For proper operation, Minecraft version 1.20.1 with installed Fabric modloader 0.16.9 and Java version 21 is required. Users of outdated Windows versions may need the "jarfix" utility to fix problems with launching JAR files.
Installation
The standard Minecraft launcher requires placing the .jar file in the mods folder:
- macOS: ~/Library/Application Support/minecraft/mods
- Windows: %appdata%.minecraft\mods
- Linux: ~/.minecraft/mods
Alternative launchers usually contain automated modification installation systems.