Tags
Creators
Details
Licensed MPL-2.0
Published 5 years ago
All versions
v21.1.0-1.21.1-Fabric
Release
[FABRIC] [1.21.1] EnchantingInfuser-v21.1.0last year 55.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.1.0-1.21.1] - 2025-01-17
- Port to Minecraft 1.21.1
Changed
- Controlling which enchantments show up in an infuser is now done via enchantment tags:
enchantinginfuser:in_enchanting_infuserenchantinginfuser:in_advanced_enchanting_infuser
- Modernize enchanting infuser interface
- Rework how enchantments are made available in an infuser based on enchanting power (surrounding bookshelves)
- Rework enchantment cost calculations to fix some edge cases where adding an enchantment level would not necessarily cost any experience levels and disenchanting sometimes costing experience, instead of providing some to the player
Removed
- Remove a bunch of old config options that are no longer necessary / supported for the new implementation
Optional dependencies
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:ePv85y52:77TOfopW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ePv85y52:77TOfopW"
}




