
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.6
Compatibility
Required content
Changes
- Fixed shrine block not vanishing properly after summoning a treasure of ruin
- Fixed Lugia Temple entirely (NO MORE ISSUES YAY)
- Fixed Hoopa Pyramid entirely
- Fixed Arc Phone key item storage not being shared across dimesions
- Added stone tags to Distortion Stone, Cobblestone and Deepslate
- Removed all functions from the mod (Goodbye traces of datapack)
- Removed cobblefurnies stoves hopefully fixing the crashes
- Added cobblemon tags to cherry plains, so pokemon spawn there
- Added a sanctuary block to hoopa pyramid
- Fixed and improved functionality for the PC app in the Arc Phone (Bye OP issues)
- Fixed and improved heal app in the Arc Phone and added a 10min cooldown (Bye OP issues)
- Fixed Victini Lock block facing wrong direction ocasionally
- Changed ancient rubble durability to match ancient debris as intended
- Made all 5 golem ingot blocks and origin block usable as base for beacons
- Fixed Titan Hammer not being enchantable in survival (anvil and enchantment table)
- Added Japanese translation made by おいしいみずセット
- Updated Spanish translation made by NJ
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:h6ugwjuM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m6RyHSbV:h6ugwjuM"
}
