Tags
Creators
Details
1.0.75
Compatibility
Required content
Changes
Russian Localization
Thanks to MaxMobile-ru for their contribution! The mod now includes Russian translations.
Simplified Dependencies
The mod now only requires Azurelib, Pehkui and Satin-api as a dependency.
Minor Optimizations
-
Morphscale Armor has more defense now (see Wiki for details).~~~~
-
Heterochromia (different-colored eyes) can now be configured in the custom color settings.
-
Added compatibility with edible items from Farmer's Delight, Ocean's Delight, Nether's Delight and Tide
-
Allay_SP can now take off mid-air, walk on powder snow, and gain some saturation when consuming amethyst shards.
-
Mophscale Core and Book of Shape Shifter textures have been optimized.
Bug Fixes
-
Fixed edibility issues with Farmer's Delight items.
-
Fixed abnormal riding animations for some forms.
-
Fixed water speed limits and Depth Strider enchantment not working properly for certain forms.
-
Fixed glowing effects not displaying correctly on form models.
-
Fixed Allay_SP's levitate ability behaving abnormally on servers.
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:aqhZDcov:XgAMqbFu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aqhZDcov:XgAMqbFu"
}


