Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
All versions
2.0.1
Release
Enchantment Custom Table 2.0.1last month 83
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client and server
Changes
Summary
- Added
freeConversionTableCosts.- When enabled, the enchantment conversion table can generate and copy enchanted books for free.
- The normal book slot and payment slot stop accepting input in this mode.
- Manual generated-book pickup and automation extraction from the copy output slot still work normally.
- Added Minecraft
26.2,1.19.2,1.18.2support for Forge, NeoForge and Fabric. - Fixed a Minecraft
1.20.1split-book issue where taking a generated split book could incorrectly leave copied enchantment data behind. - Fixed Minecraft
1.20.1Forge in-game config access so config values can be edited from the game and hot-reloaded. - Completed several Minecraft
1.20.1resource and loader compatibility adjustments, including GUI texture paths, resource pack metadata, Forge menu translations, and block-atlas stitching.
Known issue
On NeoForge 1.21.9, opening the in-game Mods list may crash because of an issue in NeoForge 21.9.16-beta. Users affected by this can edit the common config file directly.
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:4TCEiWXa:7hRouScI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4TCEiWXa:7hRouScI"
}

