
Cobblemon: Legendary Monuments
Adds special spawning methods for Legendaries and Mythicals (Zacian, Zamazenta, Reshiram, Zekrom, Kyurem, Hoopa, Cosmog, Keldeo, Regigigas, All Regis, Cobalion, Virizion, Terrakion, Moltres, Articuno, Zapdos, more soon...)
Tags
Creators
Details
7.5
Compatibility
Required content
Changes
- Added Liberty Island that was offered by Lvantic from "ATM X MSD" - Thank you very much and modified by Inazuma and Sevonents In Liberty Island you can find Victini in the basement of the lighthouse where you will require a Liberty Pass to open the door and summon Victini, which is obtained sometimes in Desert Pyramid chests
- Added the Traditional Village made by Sevonents, Inazuma, Beibeihuli_ and Maxolotl There are 2 variants of the village a normal one and one that has the bell tower and burned tower in it
- Added new Traditional Villager biome style for Cherry biomes
- Added new biome "Cherry Plains" which is just cherry grove but as plains
- Fixed footprints and stakes not saving properly (hopefully)
- Fixed Sanctuary Block
- Fixed missing drops and tool requirement for certain blocks
- Fixed Registeel lootpool
- Fixed some missing items in display cases
- Fixed multiple Arc Phone bugs
- Removed the SV Pokecenter from the mod
- Fixed bugged cooldown for pokemon trial spawners
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:m6RyHSbV:n5k9wFDI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m6RyHSbV:n5k9wFDI"
}
