Tags
Creators
Details
Licensed MPL-2.0
Created 4 years ago
Updated last month
All versions
v4.1.2-1.19.1-Forge
Release
[FORGE] [1.19.1] UniversalEnchants-v4.1.24 years ago 124
Compatibility
Minecraft: Java Edition
1.19.1
Platform
Forge
Supported environments
Server-side
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.
[v4.1.2-1.19.1] - 2022-08-20
Fixed
- Fixed broken Forge translation keys
[v4.1.1-1.19.1] - 2022-08-19
Fixed
- Fixed crash on dedicated server due to faulty import
[v4.1.0-1.19.1] - 2022-08-19
Added
- Completely overhauled config for what enchantments are compatible with what items and which enchantments can be applied together
- The new system uses individual
jsonfiles for each enchantment, this makes configuring every single vanilla enchantment possible - To find out how exactly the new system works check out the documentation on the GitHub repository
- Added dynamic support for roman numerals outside of vanilla's default translation range
- Overhauled vanilla's
/enchantcommand, it can now apply enchantment levels above the default max level, supports overriding and removing enchantments, and also handles books now - Horse armor can now receive the following enchantments at an enchanting table or anvil: protection, blast protection, fire protection, projectile protection, feather falling, respiration, thorns, depth strider, frost walker, curse of binding, soul speed, curse of vanishing
- The enchantment glint now renders on horse armor
- Added an option to overhaul mending (disabled by default): mending no longer repairs items, instead mending allows the item to be repaired in the crafting menu in the same way as in an anvil without any experience cost: combining a tool with another one or the appropriate repair item is possible, all enchantments will be preserved
- Additionally, it makes repairing (just repairing, not adding new enchantments or anything alike) in an anvil not increase the items repair cost
Removed
- Removed a bunch of server config options as they've been moved to
json
[v4.0.0-1.19.1] - 2022-08-16
- Ported to Minecraft 1.19.1
- Split into multi-loader project
Added
- Specialized damage and protection enchantments (e.g. smite and blast protection) are now compatible with the respective base enchantment (sharpness and protection)
Changed
- Enchantment compatibility options are now enabled by default
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| UniversalEnchants-v4.1.2-1.19.1-Forge-sources.jar | Unknown | 46.52 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:DT56YDir:5thu1aB3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DT56YDir:5thu1aB3"
}


