2.0.0
Compatibility
Changes
Added
-
Added Invincible power with destructive flight, terrain smashing, sonic flight waves, impact shockwaves, and grab/throw combat.
-
Added Kimiko power.
-
Added Godolkin power for controlling a selected mob against enemies.
-
Added Oh Father power with white sonic shockwave attack.
-
Added Vector Manipulation power.
-
Added Size Shifter power.
-
Added Anti-Supe Alloy.
-
Added Anti-Supe Baton.
-
Added Anti-Supe Sword.
-
Added Abandoned Vought Lab structure.
-
Added Vought Camp structure.
-
Added VCraft structure loot with Compound V, Temp V, Cure V, Power Cells, Anti-Supe gear, and lab materials.
-
Added /vcraft place_camp admin command.
Changed
-
Improved Compound V, Temp V, and Cure V test tube item models.
-
Improved server config support for powers, damage, cooldowns, ranges, chances, and buffs.
Fixed
-
Fixed powered flight being available to powers that should not have it.
-
Fixed several ability and balance issues across powers.
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:oOYviqWP:b2aEBBU2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oOYviqWP:b2aEBBU2"
}

