Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last year
Updated 3 weeks ago
All versions
0.6.5
Beta
LumyMon 0.6.54 months ago 939.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
LumyMon 0.6.5
🚀 New Features & Gameplay Enhancements
- The Elevator Block: A new redstone-triggered teleportation block!
- Customizable: Shift + Right-click in Creative (with an empty hand) to set a Y-offset
- Progression-Locked: Can be configured to allow teleportation only for players who have completed a specific Advancement. Perfect for Gym/League access!
- Dynamic Raid Cheer System:
- Smart Replenishment: Upon entering a Raid Dimension, the mod now checks your inventory and provides only the necessary amount of Cheers to bring your total to the required threshold
- Loot Protection: If auto-distribution is disabled, Cheers obtained as boss drops will no longer be cleared when leaving the raid
- Fully Configurable:
- Added
giveCheersOnRaidStarttoggle to enable/disable automatic distribution - Added
raidCheerCountto define exactly how many Cheers of each type (Heal, Defense, Attack) players should have (Default: 3)
- Added
- Radar Improvements:
- Gym locators for all 4 regions now work directly from the Creative menu or via
/givecommand - Radar displays now show "Overworld" instead of "Any" for better clarity
- Gym locators for all 4 regions now work directly from the Creative menu or via
- Localization & UI Polishing:
- Improved tooltip formatting (e.g., "Ltsurge" is now "Lt. Surge")
- Added full French translation (Special thanks to Hifelhim!)
⚠️ IMPORTANT: Mega Stone Migration
- Legacy Support Ending: Old LumyMon Mega Stones will be removed in the next update
- A warning tooltip has been added to all legacy Mega Stones to assist with this transition
- Action Required: Please convert them to the Mega Showdown versions immediately by placing them individually into a crafting table
A huge thank you to everyone for reporting issues and sharing your ideas in the 🔎︱bug-reports and 💡︱suggestions sections of our Discord! ❤️💙
Optional dependencies
Any compatible version
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:yd3Gdzh2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAX8WiBc:yd3Gdzh2"
}

