Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.6-fabric-1.5.0
Release
Cobblemon Counter 1.6-fabric-1.5.0last year 430.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added hatch counter type.
- Fixed broadcasting untracked form.
- Refactored broadcast config to be server-first, client-override.
- Fixed getCount giving 0 back if you didn't give the optional species.
- Separated empty from to-be-ignored species in CounterManager.
- Renamed the getScore functions to make more sense.
- Refactored registries for CounterTypes and ScoreTypes.
- Added commands:
- Get Score, with optional species and form.
- Set Score.
- Add Score, which is just Set Score but adding to current value.
- Reduce Score, which is just Set Score but reducing current value.
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:rj8uLYP4:loRaF5XK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rj8uLYP4:loRaF5XK"
}



