4.0.2
Compatibility
Changes
• Fixed crash if costs using an item tag did not have an XP level defined. • Fixed crash if replicate/transmute costs used item tags. • Fixed crash if ancient book without any enchantment is put into enchanting table. • Added enchantment_fuels.json to immersiveenchanting folder in enchantment_costs – uses the same format as all other costs and allows you to change the enchantment fuel requirement for each level. • Items in enchantment_fuels.json can be shift clicked into the enchanting fuel slot. • Enchanting now requires extra lapis per level by default (i.e enchantment level 5 now requires 5 lapis). • Added fuel cost to the enchanting tooltips.
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:DfWQAvS4:AEEJb0AW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DfWQAvS4:AEEJb0AW"
}

