1.1.0-forge-1.20.1-47.4.10
Compatibility
Changes
-Animation Fix
New config settings! (if you want to use it delete your old one or the default settings will be used)
-isAlwaysPersistent (default false) sea otters will disappear when its far away except when its tamed, was fed by someone, has a nametag or if "isAlwaysPersistent" is set to true
Before the mob spawns it checks the area around the position if there is already another mob of this type around. If yes then it will check how many. And in the config you can also change how big of an area it should check around the mob spawn point and a max number. If there are more mobs in that area then the max number then it wont spawn the new mob. This option is to prevent overspawning.
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:PFr3jBbA:lW88BCSg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PFr3jBbA:lW88BCSg"
}

