Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
2.2.0
Release
Cobbreeding 2.2.0 [Cobblemon 1.7]6 months ago 1.55M
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
- Added "wolf_form" to default inherited feature (Dusk Rockruff/Lycanroc)
- Fixed random eggs validation being based on species rather than form
- Fixed spotted eggs having a texture overlap on double typed Pokémon
- Moved custom colored eggs to an optional resource pack instead of an annoying config
- Pokémon eggs can now be used as an alternative for chicken eggs in recipes
- Grouped chicken eggs and Pokémon eggs under #c:eggs and #forge:eggs tags for mod compatibility
- Added
/hatchpokemonegg <player>to hatch the Pokémon Egg a player is holding - Added
/cobbreeding <subcommand>as a main command for the following :info: Gives the version numberreload: Reloads the Cobbreeding configegg hatch <player>:/hatchpokemoneggegg give <player> <pokemon_properties>:/givepokemoneggegg decrypt <player>: decrypt egg held by the player
- Command permissions were moved to Cobbreeding's namespace and the permissions' names were changed to reflect the main
/cobbreedingcommand
Optional dependencies
Any compatible version
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:ItmVb4zY:DcOPx56X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ItmVb4zY:DcOPx56X"
}

