Tags
Creators
Details
Licensed MPL-2.0
Published 5 years ago
All versions
v5.0.0-1.19.3-Forge
Release
[FORGE] [1.19.3] EnchantingInfuser-v5.0.03 years ago 852
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Forge
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.
[v5.0.0-1.19.3] - 2023-03-25
- Ported to Minecraft 1.19.3
Added
- Enchanting infuser supports chiseled bookshelves, for every 3 contained books one level of enchanting power is added to the infuser
- Books are counted from all chiseled bookshelves, there must not be at least 3 books in every single one
- Chiseled bookshelves must be facing the enchanting infuser to contribute their books
Changed
- Improved a few tooltip descriptions, especially when the Apotheosis mod is installed
- Enchanting infusers ignore all blocks that do not have a full block collision shape (like carpet) when counting bookshelves, before this would only ignore blocks without a collision shape (like torches)
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:4dG2YrCp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ePv85y52:4dG2YrCp"
}


