Tags
Creators
Details
Licensed MPL-2.0
Created 4 years ago
Updated last month
All versions
v3.1.0-1.18.2-Forge
Release
[FORGE] [1.18.2] UniversalEnchants-v3.1.03 years ago 6,056
Compatibility
Minecraft: Java Edition
1.18.2
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.
[v3.1.0-1.18.2] - 2023-08-16
- Ported to Minecraft 1.18.2
[v3.0.6-1.18.2] - 2022-04-02
Fixed
- Fixed a potential crash when attempting to create an already existing enum value
[v3.0.5-1.18.2] - 2022-04-01
Added
- Feather falling prevents farmland from being trampled
Changed
- Multishot on bows now shoots all arrows centered on the crosshair, they are no longer spread out as they are when using a crossbow
[v3.0.4-1.18.2] - 2022-03-25
Fixed
- Fixed game crashing during config reload while a custom enchantment category is accessed
[v3.0.3-1.18.2] - 2022-03-17
Fixed
- Fixed mod preventing servers from starting due to faulty import
[v3.0.2-1.18.2] - 2022-03-17
Fixed
- Fixed sweeping edge triggering when it shouldn't
[v3.0.1-1.18.2] - 2022-03-16
Changed
- Only experience from mobs can be boosted now, experience from blocks is no longer affected
Fixed
- Fixed an issue where new enum values would be created multiple times
- Fixed problematic mixin for enabling sweeping edge for all weapons with the sweeping edge enchantment
[v3.0.0-1.18.2] - 2022-03-14
- Initial release
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:IqAGEWJG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DT56YDir:IqAGEWJG"
}


