Tags
Creators
Details
1.0.0
Compatibility
Changes
Refined Enchanting 1.0.0 - The "Choice" Update
Welcome to the first full release of Refined Enchanting! This mod completely reimagines how you upgrade your gear in Minecraft, replacing random chance with a deterministic, satisfying progression system.
🌟 Major Features
🔮 The Refined Enchanting Table
- No More RNG: Stop gambling with your levels. The new Enchanting Table UI shows you a complete list of every valid enchantment for your item.
- Pick What You Want: Want Sharpness V? Select it directly. If you have the resources, it's yours.
- Wisdom System: Bookshelves are no longer just for level 30. They provide Wisdom, which unlocks higher tiers of magic. You need a better library to cast better spells.
⚔️ Tool Leveling & Progression
- Your Tools Learn: Items now gain Experience (XP) as you use them.
- Leveling Sources:
- Mining: Gain XP based on the hardness/tier of the block.
- Combat: Dynamic XP based on the target's Max Health (1 Heart = 1 XP). Bosses grant massive XP!
- Farming: Harvesting fully grown crops feeds your hoe's knowledge.
- Fishing: Catching fish (and treasure!) levels up your rod. Anvil Gating: You can't just slap a Sharpness V book on a fresh sword. You need to use the sword and level it up first to handle that power.
� Stats & Bonuses
- Passive Upgrades: As your tools level up, they naturally improve. A higher-level pickaxe mines faster; a higher-level sword hits harder.
- Mastery: Reach the level cap (configurable) to achieve Mastered status, unlocking special visual flair.
🎨 Visuals & Quality of Life
🖌️ Beautiful Tooltips
- Level Badges: Distinct, colored badges (Bronze, Silver, Gold, Diamond, Emerald, Netherite) show your tool's rank at a glance.
- XP Bars: See exactly how close you are to the next level right in the tooltip.
- Enchantment Descriptions: Hold Shift (configurable) to read exactly what an enchantment does before you buy it.
�️ HUD Improvements
- Crosshair Ring: A subtle XP ring around your crosshair shows progress while you play, so you don't have to keep opening your inventory.
- Notifications: Satisfying "Level Up!" toasts when your gear improves.
⚙️ Configuration (For Modpackers)
- Everything is Configurable: From XP weights for every single mob/block to the colors of the tooltip badges.
- Lapis Retention: Lapis now stays in the table by default (
enchanting.retain_lapis = true). - Compatibility: Works with modded enchantments and items automatically.
Download now and stop gambling!
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:PuKXJxGR:r2B3MFzO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PuKXJxGR:r2B3MFzO"
}

