Tags
Creators
Details
0.2.0+1.21.1-neoforge
Compatibility
Changes
This is the final update for Enchiridion on 1.21.1. There's not much we can really do without making heavily breaking changes to the codebase. Enchiridion 0.3.0 will be on 26.1.x and latest as soon as the update releases.
Enchantments
- Modified Circuit and Coyote's minimum and maximum enchantment costs to better match their place as non-treasure/treasure enchantments.
- Updated Circuit's enchantment weight to 2, and Vaulting's enchantment weight to 1.
Anvil
- Retextured the Swappable Anvil GUI to be more sensible within space usage.
- Rewrote the Anvil's enchantment swapping logic.
Siphoning Table
- The recipe for the Siphoning Table no longer requires a Sculk Catalyst, now only requiring Echo Shards and Obsidian.
- Recipe obtaining has been reworked to check if the player has ever had the Siphoning Table or the item in their inventory.
- Siphoning recipes are now named more consistently with other vanilla recipes.
Bugfixes
- Mitigated crashes relating to the registry access. #15, #23, #24
- Fixed categories not applying to items whenever items are enchanted. #22
- Fixed Siphoning Recipe Advancements being unobtainable because they rewarding the incorrect recipe ID. #27
- Fixed resource packs not enabling when installing the mod on NeoForge.
- Fixed Cleaving appearing on Axes inside the Enchanting Table.
- Fixed an infinite height exploit achieved by swapping out Boots with the Coyote enchantment.
- Fixed Sticky enchantment allowing the player to climb ceilings whilst holding space whilst sneaking.
- Fixed Whirlpool avoiding item cooldowns when swapping to a different item.
- Fixed Enchantments'
weightvalue not applying within Enchiridion's modified Enchanting Table logic. - Fixed Anvil Swapping not working well with stackable enchanted books.
- Fixed Ctrl key having an incorrect translation inside the category hint whilst using Item Descriptions.
Miscellaneous
- Added JEI integration.
- The Fabric version of the mod now requires Fabric Loader 0.19 or above.
- This coincides with the below change.
- The required version of NeoForge is unchanged.
- Use ClassTweaker enum extensions instead of Fabric ASM on Fabric.
- Removed Fabric ASM as a dependency. As it is superseded by ClassTweaker enum extensions.
- Updated credits for a specific person to credit ChrysanthCow instead.
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:LXagYH7y:9JhEyJEL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LXagYH7y:9JhEyJEL"
}

