1.1.0
Compatibility
Changes
🌟 v1.1.0 - The Pity System Update!
Welcome to the biggest update for Op_Ore_Loot! We have completely upgraded the system and introduced a highly requested feature: The Gacha Pity System!
🎰 New Feature: 4-Tier Pity System
No more relying purely on luck! Your mining efforts are now guaranteed to reward you based on the ore's rarity tier:
- Tier 1 (Target: 10 Blocks): Coal, Copper, Nether Quartz
- Tier 2 (Target: 6 Blocks): Iron, Lapis, Redstone
- Tier 3 (Target: 4 Blocks): Diamond, Gold
- Tier 4 (Target: 2 Blocks): Ancient Debris, Emerald Every time you mine, a sleek text on your screen (Actionbar) will show your current Gacha progress!
🛠️ Bug Fixes & Gameplay Improvements
- Fixed: Enchanted Books no longer drop as empty books. They now contain the correct OP enchantments!
- Fixed: OP Potions no longer drop as useless water bottles. All custom potion effects are working perfectly!
- Performance Boost: The core system has been completely rewritten from scratch to be much more lightweight, ensuring zero lag even during intense mining sessions.
- Balance Change: Ancient Debris is now integrated into the Tier 4 Gacha System. It will no longer drop OP items on the very first hit, making the endgame journey much more rewarding and balanced.
📦 Multi-Version Support
This update brings official support for multiple Minecraft versions, smoothly running from 1.21.11 all the way up to 1.26.2!
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:sSKa7T6L:94TM8pPD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sSKa7T6L:94TM8pPD"
}

