Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
1.53+mod
Release
1.532 years ago 3,052
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
SVM POWERS 1.53 update
| POWERS:
- Added cooldown indicators for abilities
- Dimension Traveler:
- Decreased the windup time for Dimension Hop
- Flora:
- Added Climate Selection ability (WIP)
- Added Item Creation ability (WIP)
- Ice:
- Iceberg:
- Increased range
- Updated shape to more spiky and chunky
- They now create all types of ice
- Ice Shatter now works on other types of ice
- Launch Ice now works on other types of ice
| ITEMS:
- Added "Item Abilities" - they can be added to any item and used without powers
- Phasing Distortion (found in Clock Towers)
- Piercing Thorns (found in Calcite Ruins)
- Lightning Flash (drops from Thunder God)
- Thunder-Shot (drops from Thunder God)
- Weight Neutralizer (unobtainable in survival)
- Gravity Inverter (unobtainable in survival) Command to give: /loot give @s loot svm_ep:items/power_ability/
| NPCs:
- Thunder God now has a random loot table with Thunder-Shot/Lightning Flash and Thunder Katana/Thunder Hammer (Lightning Chestplate still has 100% droprate)
| FIGHTING STYLES:
- Sword Style
- Buffed overall damage
- Charged abilities deal 7/3 of normal damage instead of +4
| QUALITY OF LIFE AND OTHER
- Fixed Explosion Train not working
- Fixed Thunder Gods and Pemcs HP
- Fixed Thunder Gods model not despawning after death
- Fixed Right/Left-Clicks not being detected (fighting styles)
- Fixed Recipes not working on second and later uses
KNOWS ISSUES:
- Trees generated by Flora Powers might generate incorrectly
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:dN6y0gYu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:34GeP0Mj:dN6y0gYu"
}

