0.4.1-beta
Compatibility
Required content
Changes
**Note: this version is in beta!
-
This mod adds the following enchantments with the following functionalites:
Gloomy Veil: when in light levels of 5 or less, the player's armor renderer will disappear and the skin will become transparent; and given theSpeed Ieffect. This enchantment can be found in Bastion treasure chests.Demonic: when hit by an attacker, the attack will be set on fire for 6 seconds. This enchantment also stacks withThorns, setting the attacker on fire for an additional 3 seconds. This enchantment can be found in Ancient Cities.Water Shield: when touching water or rain, the wearer will recieve a 20% reduction in damage, after allProtectionenchantments are applied. Also when touching water or rain, the wearer will not be damaged by magma blocks. This enchantment can be found in Buried Treasure.
-
Whenever the powers of these enchantments are activited, the armor points in the hotbar will light up, indicating that the aegis was just used.
Some notes to keep in mind:
- These enchantments do not stack with each other
- Each enchantment only has one level
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:3FqGuBAC:zWVvNSCj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3FqGuBAC:zWVvNSCj"
}

