Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last year
Updated 3 weeks ago
All versions
0.5.2
Beta
LumyMon 0.5.27 months ago 804
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
LumyMon 0.5.2
⚙️ Configuration & Systems
- New Config File:
lumymon.json - Quick PC Access Toggle: As requested, you can now enable or disable the quick PC access keybind (default: "P") via the config file
- Prepared the config system for upcoming features. Have ideas? Join our Discord!
💎 New Items & Mega Evolution
- Lucarionite Z: Added a new custom Mega Stone to Mega Evolve Lucario into Mega Lucario Z
🏆 Commands & Rewards
- New
/lumyrewardCommand:- Implemented a custom reward system
- Currently configured to grant a special Pokémon reward for defeating the League Champions in the COBBLEVERSE
- This command will likely be expanded with more rewards and features in the future
🏇 Quality of Life (QoL)
- Safe Dismount Keybind:
- Added an alternative dismount key (default: "V")
- This key only works while on the ground or in water to prevent accidental fall damage
- We created this after we pressed "R" to dismount but ended up sending out the wrong Pokémon instead so many times! 😆
- Only works with Cobblemon 1.7+
🌍 Localization
- Italian Translation: Fully updated to match new features
- Spanish Support: Added translations for multiple regions (
es_ar,es_cl,es_es,es_mx,es_uy,es_ve)- Special thanks to ppnuv for the translation!
🛠️ Internal Improvements
- General code optimization
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:WGRkI5xX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAX8WiBc:WGRkI5xX"
}



