A Fabric mod that adds 5 denominations of lower currency (coins) and 8 denominations of higher currency (dollars).
REQUIRES FABRIC API
Currency is not craftable by design, however this can be changed by editing the data yourself. For example, you could add the following JSON file to the data folder in the jarfile under data/denominatingcurrency/recipes
{
"type":"minecraft:crafting_shapeless",
"ingredients": [
{"item":"minecraft:dirt"}
]
"result": {
"item":"denominatingcurrency:penny_cent"
}
}
This would add a recipe to convert 1 dirt into 1 "1c" item (known internally as denominatingcurrency:penny_cent).
All currency is craftable into larger (or smaller) amounts. For example, 1 dime, 2 nickels, and 5 pennies (shapeless), would give you 1 quarter. Putting that quarter back in the crafting grid would yield 5 nickels.