Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

This mod adds money and Merchants for Cobblemon.

Dependencies:

Kotlin For Forge (forge only)
Fabric API (fabric only)
Architectury API
Cobblemon

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

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:

Since 1.5:

{
  "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:

{
  "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.


Project members

Harmex

Owner

Details

Licensed ARR
Published 7 months ago
Updated 17 hours ago