Tags
Creators
Details
Licensed ARR
Published 4 years ago
All versions
6.2.2+neoforge
Release
[NeoForge 1.21.1] 6.2.23 weeks ago 4,571
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
6.2.2
- feat: make chunk unloading handling can be toggled
6.2.1
- fix:
ArrayIndexOutOfBoundsExceptioninPersistentEntitySectionManager
6.2.0
- Merge pull request #52 from Snownee/feature/fabric-1.21-sync
- fix: rename wrong entity_type folder
- fix: rename wrong entity_types folder
- chore: bump neoforge
- feat: don't teleport to owner front
- fix: make default blacklist entries optional
- feat: add blacklist tag for immortal pets
- build: use
me.modmuss50.mod-publish-pluginto publish - fix: mob restriction not being respected
6.1.1
- fix: wolfs still keep attacking even if they are at 20% (close #41)
6.1.0
- feat: immortal pets game rule (close #34)
- fix: no longer depending on FFAPI
6.0.0
Optional dependencies
Any compatible version
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:4w0EzGRW:c5W5UXNu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4w0EzGRW:c5W5UXNu"
}

