Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 2 weeks ago
All versions
2.7.4
Release
Changed addon Plus 2.7.45 months ago 1,549
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Additions/Improvements
- Added new abilities to void fox.
Wave vision. Dash.
- Void Fox now has 10 max dodges instead of just 5.
Tweaks/Code Logic removed induction coil ability from exp9 removed Generator block
- tweaked exp9 damage per phase
- tweaked Alpha Attributes modifier for some "op" transfurs to be less.
- tweaked Void Fox Render To be more stable when near water and transluced things.
- adjusted fly speed code to match new changed mod 0.15.1 variant instance api.
Fixes
- fixed the bug where luminara beast wings animation in the awakened state were using the "big wings" animator instead of the small one
- fixed The Swim System for some entities Entities that aren't supposed to swim but crawl
- fixed luminarctic leopards reseting they health when leaved and joined the game.
- fixed void fox reseting they dodge health.
- fixed issues with delay tasks
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:pUaHg1ry:3QepM6oo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pUaHg1ry:3QepM6oo"
}


