0.5.0-beta+1.20.1
Compatibility
Required content
Changes
It is a long time coming that I update this mod to add a new feature! This mod adds the following enchantment with the following functionality:
Leaves: when equipped, eight leaves will spawn and orbit around you. When another entity touches these orbiting leaves, they will take damage. You can also right-click to fire a leaf projectile. Unlike other aegis enchantments, this one has two levels. Orbiting leaves deal4hpwith theLeaves Ienchantment,5.5hpwithLeaves II. Projectile leaves fired will deal6hpwith theLeaves I,6.5hpwithLeaves IIAND bypass shield blocking. This enchantment can be found in Jungle Temple chests.
Other changes:
- Updated the mod icon.
I plan to start porting this mod to 1.21.1, so look out for it! In doing so, I hope to bring it out of beta, so any feedback would be greatly appreciated! Happy playing!
Found a bug or do you have suggestions of types of enchantments that can be added to this mod? Go ahead and send them in on Discord!
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:JjD6hImx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3FqGuBAC:JjD6hImx"
}

