Tags
Creators
Details
Licensed MPL-2.0
Published 5 years ago
All versions
v4.1.0-1.19.1-Fabric
Release
[FABRIC] [1.19.1] EnchantingInfuser-v4.1.04 years ago 179
Compatibility
Minecraft: Java Edition
1.19.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Unavailable version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.1.0-1.19.1] - 2022-07-30
- Compiled for Minecraft 1.19.1
- Updated to Puzzles Lib v4.1.0
[v4.0.3-1.19] - 2022-07-24
Added
- Added support for bookshelves from Apotheosis, they will now provide enchanting power (Eterna) to the infuser
- They will also allow the infuser to reach higher enchanting power values, depending on the type of bookshelf that is used
- Added
ko_krtranslation by Gyular, thanks!
Fixed
- Fixed log spam due to server config not being loaded during start-up
[v4.0.2-1.19] - 2022-07-24
Changed
- Made repair button more descriptive
[v4.0.1-1.19] - 2022-07-19
Added
- Added a config option to control if anvil exclusive enchantments (e.g. sharpness on axes) are allowed to be applied in the infuser
- This is enabled by default for the advanced infuser
Fixed
- Fixed the infuser always allowing to apply enchantments that usually require an anvil
[v4.0.0-1.19] - 2022-07-19
- Ported to Minecraft 1.19
- Split into multi-loader project
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| EnchantingInfuser-v4.1.0-1.19.1-Fabric-sources.jar | Unknown | 49.78 KiB |
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:p4pYorgr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ePv85y52:p4pYorgr"
}

