All versions
0.1.8
Release
Lucky Block Cobblemon 0.1.8last month 7,469
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
This update introduces the new config structure and removes the unsafe manual Luck or Not structure command.
Changed
- Reworked the config system into a cleaner folder-based structure.
- New configs are now generated inside:
config/luckyblockcobblemon/
- Older config files are treated as legacy and can still be reused through the migration system.
/luckyblock reloadnow supports the new config structure.- Global Lucky Block settings now take priority over older pool-level settings.
- Structure rewards now remain tied to the Lucky Block event system instead of a separate public command.
Added
- Added
settings.jsonfor global options such as recipes, world generation, structure events, strict config behavior, and Creative Mode behavior. - Added separated pool files for default, legendary, and themed Lucky Blocks.
- Added
strictConfigEvents, making Lucky Blocks only execute valid events from the loaded config. - Added
enableStructureEvents, allowing structure events from Lucky Block pools to be enabled or disabled globally.
Removed
- Removed the
/spawnluckornotcommand.
Notes
- Structure events are still supported in Lucky Block pools.
- Removing
/spawnluckornotdoes not remove structure support from Lucky Block events. - Recipe changes may require
/reloador a server restart. - Worldgen changes require a server restart and only affect newly generated chunks.
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:DAMBDZ9M:1rHu13ZB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DAMBDZ9M:1rHu13ZB"
}


