Tags
Creators
Details
1.0.0
Compatibility
Changes
LuckyDrops Forge v1.0.0
Initial Release
Welcome to the very first release of LuckyDrops Forge!
LuckyDrops Forge is an addon for the original Lucky Block mod by PlayerInDistress, transforming nearly every block in the world into a potential Lucky Block.
Every mining trip is now an unpredictable adventure!
✨ New Features
🍀 Every Block Can Become a Lucky Block
- Nearly every breakable block can trigger a Lucky Block event.
- Stone, ores, dirt, logs, sand, and many more blocks are supported.
- Configurable trigger chance.
🎲 Original Lucky Block Integration
- Designed as an addon for the original Lucky Block mod.
- Automatically detects whether the Lucky Block mod is installed.
- Uses the original Lucky Block mechanics whenever available.
- Optional fallback reward system for compatibility.
⚙ Fully Configurable
The included configuration file allows you to customize:
- Enable or disable LuckyDrops.
- Trigger chance.
- Creative Mode support.
- Debug logging.
- Enable or disable fallback rewards.
- Blacklist specific blocks.
💬 Commands
Reload Configuration
/luckydrops reload
Reloads the LuckyDrops configuration without restarting Minecraft.
Toggle LuckyDrops
/luckydrops toggle
Quickly enables or disables the mod.
Enable
/luckydrops on
Enables LuckyDrops.
Disable
/luckydrops off
Disables LuckyDrops.
Debug Mode
/luckydrops debug
Enables or disables debug logging.
Status
/luckydrops status
Displays:
- LuckyDrops status
- Trigger chance
- Lucky Block detection
- Current configuration
- Debug status
🛡 Compatibility
- ✅ Minecraft Forge 1.20.2
- ✅ Java 17
- ✅ Multiplayer compatible
- ✅ Singleplayer compatible
- ✅ Original Lucky Block mod by PlayerInDistress
📄 Configuration
A configuration file is automatically generated after the first launch:
config/luckydrops-common.toml
🚀 Performance
LuckyDrops has been designed to be lightweight and efficient.
- Minimal performance impact.
- Server-friendly implementation.
- Configurable logging.
- Safe handling of unsupported blocks.
❤️ Credits
Original Lucky Block
- Created by Alex Socha (PlayerInDistress)
LuckyDrops Forge
- Developed by Ob3yPlays
Thank you for downloading LuckyDrops Forge! More features, improvements, configuration options, and compatibility updates are planned for future releases.
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:VGxR6xKU:Jt4myH4Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VGxR6xKU:Jt4myH4Y"
}

