CobbleDollars adds Money and Merchants to Cobblemon
This mod adds money and Merchants for Cobblemon.
Dependencies:
If you'd like to support me, I have a Patreon <3.



The configuration files are located under "[Minecraft files or Server location]\config\cobbledollars"
You can choose the position of the money overlay:
You can configure which items the merchant sells, for example:
2.X.X:
{
"defaultShop": [
{
"Poké Balls": [
{
"item": "cobblemon:poke_ball",
"price": 2000
}
]
},
{
"Items": [
{
"item": "minecraft:stick",
"price": 250000
},
{
"item": "create:cogwheel",
"price": 100
}
]
}
]
}
1.5.X:
{
"merchantShop": {
"balls": {
"cobblemon:poke_ball": 2000
},
"items": {
"minecraft:stick": 250000,
"create:cogwheel": 100
}
}
}
Before 1.5:
{
"merchantBalls": {
"cobblemon:poke_ball": 2000
},
"merchantItems": {
"minecraft:stick": 250000,
"create:cogwheel": 100
}
}
Here they will sell
You can configure the items accepted in the bank and for what price:
2.X.X:
{
"bank": [
{
"item": "minecraft:emerald",
"price": 500
},
{
"item": "cobblemon:red_apricorn",
"price": 2500
}
]
}
1.5.X:
{
"bankItems": {
"minecraft:emerald": 500,
"cobblemon:red_apricorn": 2500
}
}
Here the bank accept
You can even put items from other mods.
Conversation