All versions
1.7.3-fabric-1.4.0
Release
Cobblemon Pasture Collector 1.7.3-fabric-1.4.02 months ago 5,980
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Ported to 1.7.3, courtesy of Gito.
- New option to tick on regular tick or random tick. Didn't like the old way of waiting for chance to tick your bin? Configurable now.
- New option to control how many ticks/random ticks are required to execute a drop interval. Slow it down, speed it up, up to you.
- New option to target a random Pokémon in a nearby Pasture Block, or every Pokémon in every nearby Pasture Block.
- Pasture Collector droppers now have an optional cooldown that only applies to themselves on a specific Pokémon. Want Dusclops to drop wither skulls once every 1000 intervals, but still drop the rest of its drops even while that cooldown is on? Sweet.
- New option to play a Pokémon's cry when it successfully drops something.
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:AufMZTuI:bkYFr1zF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AufMZTuI:bkYFr1zF"
}

