1.1.0-forge-1.20.1-47.4.10
Compatibility
Changes
If it has a nametag or when the config setting "isAlwaysPersistent" is set to true, then it wont disappear
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.
In this config the spawn weight, min, max settings only apply to fabric!
And another config settings the "increase hunger when biting" so you can set this to a higher number if you think it is too aggressive. The number means second and the max hunger for a shark is 5 minute so 300 second.
Bite sound volume also has been decreased from 1-1.8 to 0.8-1
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:d83mmflQ:9aoDs8OD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d83mmflQ:9aoDs8OD"
}

