Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 6 months ago
All versions
0.2.2.1
Beta
Ripples of the Past 0.2.2.111 months ago 70.8K
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
- Added time stop windup animations to Star Platinum and The World (by august_dr)
- Added new ability config setting
commitToWindupfor PvP balancing options - when set totruefor an ability that you need to hold a button (for example, Time Stop or Crossfire Hurricane), it won't stop when you release the button - Sendo Overdrive nerf - only creates a Hamon wave in a narrower sector; the more you hold the button, the larger it gets, up to a full circle
- Space Ripper Stingy Eyes now have a 1s windup
- Updated the Blade Hat model (by august_dr)
- Updated Traditional Chinese (by chongsanxiao) and Japanese (by hatidotch) translations
- Bug fixes
- Fixed Pillar Man abilities crashing on servers
- Fixed occasional client crashes when mobs from Mowzie's mobs are shot with arrows
- Fixed Mr.President server crash; attempted to fix the bug where sometimes on servers it kicks you out of the room immediately
- Fixed Crazy Diamond's "Leave object" ability not triggering sometimes because of high knockback
- Fixed knockback not transferring from Stand to user
- Fixed Tommy Gun recoil rotating the player's head too far when using it during Stand manual control
Optional dependencies
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:G62vhGwQ:HEOUKkXd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G62vhGwQ:HEOUKkXd"
}

