Tags
Creators
Details
Licensed ARR
Published 3 months ago
All versions
1.1.3.0
Release
1.1.3.02 weeks ago 49
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
1.1.3.0
- Added Copper equipment better repair
- Added Shields+ better repair
1.1.2.2
- Fixed beehives not dropping experience if no campfire was under them
- Fixed mobs with equipment dropping more experience than intended
1.1.2.1
- Renamed the mod (Insane's Experience Overhaul -> Insane's Experience Tweaks)
- Since the original idea of overhauling the enchantments would require a huge effort, I've preferred to focus on making a new mod (coming soon) that mimics the enchantment system without experience. This mod is still useful for anvils even if you disable experience.
1.1.2.0
- Added Anvil Repair support to EMI
- Renamed Anvil Custom Repairs to Anvil Better Repair
1.1.1.1
- Fixed anvil not working for other mod's custom recipes
1.1.1.0
- Removed the game rule to disable experience
- Moved to Rune Enchanting
- Cost label is no longer shown if cost = 0 instead of showing No Cost
1.1.0.0-alpha
- Ported Anvil features
- Repairing items no longer costs more materials if the item is enchanted, but will instead cost 0.5 levels per enchantment level on it
- Fixed mod not required client side
1.0.1.0-alpha
- Added back game rule to disable experience
1.0.0.0-alpha
- Initial release
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:SBHpAd8m:owHIm18k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SBHpAd8m:owHIm18k"
}


