Описание
# RPG Coins
*RPG Coins* is a Fabric mod that adds three new coin items — gold, iron, and copper — that can be used for trading or custom gameplay mechanics. Inspired by the RPG Series mods.
## Features
- Adds **Gold Coin**, **Iron Coin**, and **Copper Coin** items.
## Recipes
From version **3.0.0** onward, the mod **no longer includes** default coin crafting recipes. Server owners and modpack creators must provide their own.
This change improves flexibility, as adding custom recipes is **easier and more straightforward** than removing predefined ones, allowing full control over how coins are obtained.
Ways to implement custom recipes:
- [Vanilla Data Packs](https://minecraft.wiki/w/Data_pack)
- Example recipes data pack: [Here](https://github.com/GMalvestiti/coins/tree/datapack_recipes)
- [CraftTweaker](https://modrinth.com/mod/crafttweaker)
- [KubeJS](https://modrinth.com/mod/kubejs)
- Other recipe management tools.
> Recipe remover example data pack for versions prior to 3.0.0: [Here](https://github.com/GMalvestiti/coins/tree/datapack_recipe_remover)
## Compatibility
- **Required:**
- [Fabric API](https://modrinth.com/mod/fabric-api)
- **Made to be played with:**
- [RPG Series mods](https://modrinth.com/user/ZsoltMolnarrr)
- **Guaranteed to work with:**
- [Spud's Shops](https://modrinth.com/mod/spuds-shops)
- [Universal Shops](https://modrinth.com/mod/universal-shops)
## Installation
1. Drop the Coins `.jar` into your `mods` folder for both **client** and **server**.
2. Start the server or load into a world — the mod is active immediately.
## Tags
- `coins:coins`
- `coins:gold_coin`
- `coins:iron_coin`
- `coins:copper_coin`
## Coins

## Credits
[Jewelry (RPG Series)](https://modrinth.com/mod/jewelry) by [ZsoltMolnarrr](https://modrinth.com/user/ZsoltMolnarrr) for visual and design inspiration for this mod’s item concepts.
> If you extend or fork this mod, please consider keeping credits intact where applicable.