Tags
Creators
Details
All versions
v3.1.0
Release
Lost Lore [v3.1.0]yesterday 242
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog v3.1.0
Updated for Cobblemon 1.8+ & Mega Showdown 1.0.2+
Added Ange Floette!
- The iconic final boss from Legends ZAs story
- Ported over and reworked from Navas (since it got removed)
- Gave it its own unique ability - Eternal Bloom (yeah it's kinda busted)
- Features an astounding 900 BST (reduced it a bit compared to Navas)
- Turn Eternal Floette into Ange by giving it the "Light of Life" item to hold
- More information on Ange can be found on the Lost Lore mod page
- Full Credit to the entire Navas ZA Megas Team for all assets! (I don't know who specifically did it so might as well shoutout ALL of them!)
Some updates to Mewtwo:
- Updated shiny Shadow eye colors
- Updated faint & special animations
- Added physical & status move animations
Armored Mewtwo rework & Mega Armored Mewtwo
- Renamed assets because E19 messed with them
- Completely reworked armored Mewtwo's stats & ability
- Added a completely new signature move called Drone Strike
- Added a mega evolution you can trigger with the new Mewtwonite A!
- The Mega is based on the (heavily) armored Mewtwo from Pokémon Go
- More information on the new Mega & changes can be found on the Lost Lore mod page
Smaller Additions, updates & fixes:
- All Starter Clones now have red eyes
- Fixed third camera offsets for the Starmobiles
- Updated the order of Mewtwo's forms in the Pokedex
- Updated spawn weights for new 1.8 weight distribution
- Updated Venusaur & Blastoise Clone Megas to new models
- Fixed the Starmobiles signature moves not having proper names
- MT, MT2, Black Fog and Black Tyranitar can now spawn as alphas
- Fixed a bug where Water Shuriken turns Greninja into a Substitute Doll
- Fixed a visual bug with Shadow Mega Mewtwo Y (when Cosmetic Forms is installed)
- Fixed the Crystalline description still saying it turns rock moves into steel-type instead of crystal
- Fixed a bug that causes Keldeo to spam transform when holding the Pledge Fragment without knowing Secret Sword
- Reorganized all lang files for better viewability (still hoping for someone to add languages besides english/german LOL)
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:49cNEVjn:vFf95Mjx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49cNEVjn:vFf95Mjx"
}

