All versions
2.0.0+Beta-5
Beta
CobbleDollars 2.0.0+Beta-5last year 106.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Added:
- An option to set a limited stock on custom merchant offers (currently only in the
/cm edit [merchant uuid]UI). - A
tagelement in the default shop & bank config - A
componentselement 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:airwhen 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
shopbutton in the bank menu while it was accessed byshift + clickingon a Cobble Merchant, now contains the correct shop instead of the default config.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:s7N7AsqL:zZLwwpl9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s7N7AsqL:zZLwwpl9"
}![CobbleDollars [Cobblemon Addon]](https://cdn.modrinth.com/data/s7N7AsqL/684040a264fc1d7f9b856ec5d2da39767398c7ad.png)

