Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
1.611+mod
Release
1.6112 years ago 10.6K
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
SVM POWERS 1.611 update
| POWERS:
- Gravity:
- Overall made the power less mana draining
- Strengthen and Manipulation no longer changes the colour of Gravity Fields
- Pull now pulls mobs and/or items on cursor
- Strengthen now keeps on doing the same action instead of changing (for example: now if you look at a gravity field it will only strengthen the field and not affect mobs which get in the way)
- Strengthen used on mobs will give increased cooldown
- Manipulation now drains a lot less mana
- Replaced Anchor with Revert:
- Placed Gravity Field will repel instead of pulling
- Punching a mob will revert its gravity
| ITEMS:
- Every katana deals the same damage and has the same windup
| QUALITY OF LIFE AND OTHER
- Fixed incorrect obtainment for Ice Power abilities
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:34GeP0Mj:MzZJIdV0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:34GeP0Mj:MzZJIdV0"
}

