Links
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 weeks ago
All versions
2.0.0+Beta-3
Beta
CobbleDollars 2.0.0+Beta-3last year 420.7K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added:
- A button to switch between the shop and the bank in the GUI
- A GUI accessed via "/cobblemerchant edit [cobble merchant UUID]" to edit the shop of a Cobble Merchant
Changed:
- Moved the scrollbar in the shop GUI so that it doesn't overlap with the offers
- When Shift + Clicking on the up arrow in the shop when the amount is set to 1, set the amount to a stack instead of adding it (so it's not 65 but 64)
Fixed:
- The implementation with Cobblemon GTS works when the seller is offline
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:HQfHpQ9h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s7N7AsqL:HQfHpQ9h"
}![CobbleDollars [Cobblemon Addon]](https://cdn.modrinth.com/data/s7N7AsqL/684040a264fc1d7f9b856ec5d2da39767398c7ad.png)


