promotional bannermobile promotional banner

CobbleDollars [Cobblemon Addon]

adds money and merchants for Cobblemon

File Details

CobbleDollars-fabric-2.0.0+Beta-5+1.21.1.jar

  • B
  • May 30, 2025
  • 361.02 KB
  • 6.6K
  • 1.21.1
  • Fabric

File Name

CobbleDollars-fabric-2.0.0+Beta-5+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobbledollars-859232:6599014"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added:

  • An option to set a limited stock on custom merchant offers (currently only in the /cm edit [merchant uuid] UI).
  • A tag element in the default shop & bank config
  • A components element in the default shop & bank config, example:
{
  "defaultShop": [
    {
      "Apricorns": [
        {
          "tag": "#cobblemon:apricorns",
          "price": 2000,
          "components": {
            "minecraft:rarity": "epic",
            "minecraft:food": {
              "nutrition": 3,
              "saturation": 1.8
            }
          }
        }
      ]
    }
  ]
}

Changed:

  • Improved the config loading system:
    • Incorrect items in the config will now be skipped instead of preventing the entire config from loading and defaulting to a fallback version.
    • Incorrect items in the config won't be replaced by minecraft:air when loaded.
    • Added precise logs to see where the errors come from
  • Remade the networking system so that all the logic is calculated on the server.

Fixed:

  • A crash when the game was trying to save a merchant shop containing an empty item.
  • A crash when trying to connect to a server when receiving the packet clientbound/minecraft:set_entity_data
  • The logs when the bank config encountered an error was mentioning the shop config instead of the bank.
  • The shop when clicking on the shop button in the bank menu while it was accessed by shift + clicking on a Cobble Merchant, now contains the correct shop instead of the default config.