Tags
Creators
Details
All versions
1.8.0
Release
Cobblemon Alatia's Fakemon Pack 1.8.0 No GEB Fabric2 years ago 6,040
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
News:
- This version doesn't require Gravel's Extended Battles to work (until GEB update), every light and sound type fakemon will have a different typing
- Added Alatia and Aster/Impetia/Other entries to the pokedex
- Revamped every single movepool to be (in theory) more balanced, thanks to Flumple-Wumpler on Discord) (see documentation for more info)
- Every final stage (including glownet) will learn every TM at level 100
- Spinaga design revamped (now it looks more like a bush viper)
- Many changes for Coracondra:
- Increased the model size by 50% (it's never big enough)
- Added Corsola and many Hissillys on the body and they will have a random color (this means that you can find more than 1200 different color combinations)
- Even Hissicobra will carry a Corsola on it
Minor changes/additions:
- Rewritten spawn files to match 1.6 changes (half of them broke)
- Added spawns for Ambling and Buzzlex (see documentation for more info)
- Added move and recoil animations for Ursashock, Permafrox and Berrock (only physical move for Berrock)
- Revamped Berrock animations ("ROCKS.")
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Starter Screen.zip | Unknown | 1.94 KiB |
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:nHMcH3tj:LpKAU9XB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nHMcH3tj:LpKAU9XB"
}

