Back to mods
CobbleDollars [Cobblemon Addon] project artwork

Modrinth · Minecraft mod

CobbleDollars [Cobblemon Addon]

CobbleDollars adds Money and Merchants to Cobblemon

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which CobbleDollars [Cobblemon Addon] release should I use?

Updated 21 days ago
Latest stable file 1.5.2
Game version 1.20.1
Loader Fabric

CobbleDollars [Cobblemon Addon] 1.5.2 targets 1.20.1 with Fabric. Installation on the client is optional. Installation on the dedicated server is optional. 1 required mod needs a matching file.

Where it goes

Is CobbleDollars [Cobblemon Addon] required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does CobbleDollars [Cobblemon Addon] 1.5.2 need?

1.5.2. Change the file and its required mods may change too.

1 required mod needs a matching file

Install Cobblemon, Architectury API, Fabric API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.

Cobblemon Needed by CobbleDollars [Cobblemon Addon] 1.5.2
required
Matching file found Matched file: 1.5.2
Architectury API Needed by CobbleDollars [Cobblemon Addon] 1.5.2
required
No matching file
Fabric API Needed by CobbleDollars [Cobblemon Addon] 1.5.2
required
Matching file found Matched file: 0.92.11+1.20.1

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add CobbleDollars [Cobblemon Addon] without breaking your instance.

Built for CobbleDollars [Cobblemon Addon] 1.5.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.5.2. It targets 1.20.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Cobblemon, Architectury API, Fabric API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.5.2. It opens that exact file at the source.

About this project

What does CobbleDollars [Cobblemon Addon] add?

This mod adds money and Merchants for Cobblemon.

Dependencies:

If you'd like to support me, I have a Patreon <3.

Feel free to add my mods to your modpacks!

How to use the mod

  • To earn money you have to kill wild pokémons, you'll earn a certain amount depending on their level.
  • The merchant spawns in overworld villages, just like vanilla villagers (~8%).
  • Vanilla Villagers can obtain the CobbleMerchant profession with a Display Case block from Cobblemon
  • The merchant follow the player if you hold a pokéball.
  • CobbleMerchant

The Merchant Menus

The Shop

  • By Right Clicking the merchant:
  • The Shop
  • You can scroll in the list, search for items, set the amount (MAX 256) and click the Buy button (you can see the total price on the right of the preview item) ! (if you don't have enough CobbleDollars the price will be red)
  • You can switch between the configured tabs, each one offer different items.

The Bank

  • By Shift + Right Clicking the merchant:
  • The Bank
  • You can insert any items allowed by the config in the bank inventory, the merchant will buy the items for the configured price (by default 1 Emerald = 500 CobbleDollars).

Configuration

The configuration files are located under "[Minecraft files or Server location]\config\cobbledollars"

Client

You can choose the position of the money overlay:

  • top left
  • top right
  • bottom left
  • bottom right (default)

Common

Shop

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

  • Pokéballs for 2k CobbleDollars each under the category "Balls"
  • Sticks for 250k CobbleDollars each and Cogwheels from the mod Create for 100 CobbleDollars each under the category "Items"

Bank

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

  • Emeralds for 500 CobbleDollars each
  • Red Apricorns for 2.5k each

You can even put items from other mods.

Permissions

  • cobbledollars
  • cobbledollars.reload
  • cobbledollars.leaderboard
  • cobbledollars.leaderboard.update
  • cobbledollars.cobbledollars
  • cobbledollars.cobbledollars.give
  • cobbledollars.cobbledollars.pay
  • cobbledollars.cobbledollars.query
  • cobbledollars.cobbledollars.remove
  • cobbledollars.cobbledollars.set
  • cobbledollars.cobblemerchant
  • cobbledollars.cobblemerchant.edit
  • cobbledollars.cobblemerchant.open
  • cobbledollars.cobblemerchant.open.bank
  • cobbledollars.cobblemerchant.open.shop

Project description from Modrinth.

Pick your setup

CobbleDollars [Cobblemon Addon] by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

4 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

CobbleDollars [Cobblemon Addon] versions and loaders

32 of 32 releases match

Looking for an older file? The official Modrinth project page is in Resources.