3
Compatibility
Required content
Changes
Pokemons added:
-
-Kyogre (Model by: Karlo)
-
-Kyurem
-
-Latios
-
-Latias
-
-Meloetta
-
-Type: Null (From: Pokemans Pack [Cobblemon])
-
-Silvally (From: Pokemans Pack [Cobblemon])
-
-Magearna
All of the above can be shiny
Structures added:
-
- Origin Mountain (Kyogre)
- generates in: ocean, lukewarm ocean, cold ocean
-
- Ice Mountain (Kyurem)
- generates in: ice spikes, snowy planes, jagged peaks
-
- Lapiz Peak (Latios)
- generates in: windswept hills, windswept gravelly hills, stony peaks
-
- Redstone Peak (Latias)
- generates in: jungle, windswept hills, windswept gravelly hills, stony peaks
-
- Memory Lab (Type: Null)
- generates in: lush caves, deep dark, dripstone caves, jungle
-
- The Cogwork Sanctuary (Magearna)
- generates in: plains, flower forest, jungle, lush caves
-
- Regi Mountain (Regigigas)
- generates in: forest, windswept hills, jungle, stony peaks, plains
-
- Musical Garden (Meloetta)
- generates in: meadow, plains, sunflower plains, flower forest, cherry grove
Pokemons updated:
- Regigias (updated animations)
- Regieleki (updated model and animations)
- Regidrago (updated model and animations)
- Regice (updated model and animations)
- Registeel (updated model and animations)
- Regirock (updated model and animations)
- Calyrex (updated shiny)
Changes:
- Structures generate in multiple biomes each
- Increased chance of generating structure with shiny pokemon
- Birth Island generates in: ocean, cold ocean, warm ocean
- Glacier generates in: grove, snowy slopes, frozen peaks, ice spikes
- Ice Cavern generates in: #Cobblemon:is_freezing
- Iron Cavern generates in: mountain
- Regi Temple generates in: desert, badlands, wooded badlands, eroded badlands
- Sword Mountain generates in: stony shore, birch forest, old growth birch forest
- Mesa Cavern generates in: badlands
Pokemon info:
- Silvally can change its texture and type based on gem it holds
- Deoxys can change its form only in the end biome
- Magearna can't change its dress colours yet
- Meloetta can't change its form yet
- Keldeo can't change its form yet
- Kyurem can't change its form yet
For datapack and resourcepack to work Install both Resourcepack and Datapack files
Put Datapack file into the "datapacks" folder of your world
Put Resourcepack file also inside of your resourcepacks
Turn on the resourcepack
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| LegendsMyths(Resourcepack).zip | Required resource pack | 855.45 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:5EMX10qI:p3Qhnsgj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5EMX10qI:p3Qhnsgj"
}

