1.0.7
Compatibility
Required content
Changes
a full epic fight compatibility and fixing fusion so now it will be enable to POWER = mult × (hostPOWER + partnerPOWER) CONSTITUTION = mult × (hostCONSTITUTION + partnerCONSTITUTION) RESISTANCE = mult × (hostRESISTANCE + partnerRESISTANCE) SPIRIT = mult × (hostSPIRIT + partnerSPIRIT) epic fight 80% compatibility universel tree power SS4 limit Breaker adding a even further beyond fusion with no limits, you can fuse and multiply your powers even if you both reach the mod's limit fixing SS4 limit breaker adding both ultra instinct sign and mastered ultra instinct adding Goku's Combat Gauntlet that allow you to fight just like goku (maybe idk lol) compatibility to better combat planet destruction in cosmic horizon
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:TXoOcC30:czfnWylB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TXoOcC30:czfnWylB"
}

