Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last year
Updated 3 weeks ago
All versions
0.6.4
Beta
LumyMon 0.6.44 months ago 7,415
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
LumyMon 0.6.4
🌟 Elemental Mastery & Improved Altars
- Fire Rider Protection: You are now immune to fire and lava damage while riding a Fire-type Pokémon
- Fire Overlay Overhaul: Removed the fire/flame overlay from both first-person and third-person views when riding a Fire-type Pokémon into lava/fire
- Water Rider Breathing: Your oxygen bar will no longer decrease while riding a Water-type Pokémon
- Giratina Altar Improvement: Activating the altar now automatically clears any nearby Dripstone Blocks that may have generated around it
🛠️ Stability & Visual Refinements
- Zygarde & Mega Evolution Stability: Implemented a fix to prevent (or significantly reduce) player crashes and disconnections when Zygarde transforms into its Complete Form or during Mega Evolution (Check out this tutorial on how to Mega Evolve Zygarde)
- Spawner Visual Fix: Prevented the Legendary Monuments Pokémon Spawner from losing its texture when clicked with an Ominous Trial Key
A huge thank you to everyone for reporting issues in the 🔎︱bug-reports section of our Discord: https://discord.lumy.fun ❤️💙
Optional dependencies
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:QAX8WiBc:aYDCtzaa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAX8WiBc:aYDCtzaa"
}



