1.2.0
Compatibility
Required content
Changes
Animation Update
-
added Saltwater Crocodile attack animation
-
added Saltwater Crocodile idle breathing animation
-
added Saltwater Crocodile swimming animation
-
changed Saltwater Crocodile walking animation
-
fixed Saltwater Crocodile minor texture issue
-
added American Alligator attack animation
-
added American Alligator idle breathing animation
-
added American Alligator swimming animation
-
changed American Alligator walking animation
-
added Orinoco Crocodile attack animation
-
added Orinoco Crocodile idle breathing animation
-
added Orinoco Crocodile swimming animation
-
changed Orinoco Crocodile walking animation
-
added Mugger Crocodile attack animation
-
added Mugger Crocodile idle breathing animation
-
added Mugger Crocodile swimming animation
-
changed Mugger Crocodile walking animation
-
added Black Caiman attack animation
-
added Black Caiman idle breathing animation
-
added Black Caiman swimming animation
-
changed Black Caiman walking animation
-
changed Black Caiman texture
-
added Nile Crocodile attack animation
-
added Nile Crocodile idle breathing animation
-
added Nile Crocodile swimming animation
-
changed Nile Crocodile walking animation
-
added Indian Gharial attack animation
-
added Indian Gharial idle breathing animation
-
added Indian Gharial swimming animation
-
changed Indian Gharial walking animation
-
changed Indian Gharial texture
-
added Cuban Crocodile attack animation
-
added Cuban Crocodile idle breathing animation
-
added Cuban Crocodile swimming animation
-
changed Cuban Crocodile walking animation
-
added Chinese Alligator attack animation
-
added Chinese Alligator idle breathing animation
-
added Chinese Alligator swimming animation
-
changed Chinese Alligator walking animation
-
Crocodiles no longer only float in water
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:WrX0Vx1o:cfGhqslp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WrX0Vx1o:cfGhqslp"
}


