0.2.0
Compatibility
Required content
Changes
Hotfix:
Updated to be more in line with Cobblemon 1.7
Features:
- Updated the squirtle squad outpost to now have visible glasses on the squirtles (the way it was always meant to be)
- 1.7 fixed the bug where spawned IVs werent transfering to the captured pokemon, so now any time you capture a pokemon that I set to have perfect IVs (like the rayquaza secret shiny), it will actually transfer over (unlike before)
- Fight or Flight mod is no longer needed for the datapack to work. Cobblemon 1.7 has new aggression mechanics in the base game that I will be working with from here on out.
- also note that Fight or Flight has not updated to 1.7 yet, so you need to delete it from your modpack if you wish to update to cobblemon 1.7
- Huge structure blocks mod is no longer needed for the pack to function.
New Content:
The next update was originally supposed to add 2 new dungeons for Kyogre and Diancie, but right now I will just be adding the side structures related to Kyogre and any maps found will be placeholders that will lead to the actual structure once it releases in a future update.
- Research Outpost 004 (Magikarp Variants) (3 biome variants of the structure)
- Added a swamp variant of the Tortera RO 001
- Ancient Battleground (Kyogre vs Groudon island)
Next Update:
Cobblemon 1.7 messed up a bit of the enemy pokemon that spawned in rayquaza's sky pillar. As of now, they lost all their potion effects, and are no longer hostile twards the player. They should be neutral and easier to kill by hand, but I will release another hot fix soon to address these issues
Optional dependencies
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:pyzG4o8V:LCg1pPUN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pyzG4o8V:LCg1pPUN"
}

