Tags
Creators
Details
v1.14.1+1.21.1
Compatibility
Changes
v1.14.1 — minion friendly-fire fix + pet-leash tuning
Patch release addressing three tester-reported regressions affecting summoned and tamed mobs. Drop-in replacement for v1.14.0 — no schema changes, no new power types, no pack migrations needed.
-
Minions no longer attack their summoner. Summons via
neoorigins:summon_minion(Abyssal guardians, Necromancer skeletons, etc.) were spawning with their default vanilla AI — which still targets the nearest player, including the one who summoned them. They now receive the same owner-aware AI rewrite as tamed mobs, and event-level chokepoints catch anything that still slips through. -
Tamed mobs forgive accidental owner hits.
HurtByTargetGoalwas naive — any damage source flipped the pet hostile against the owner, including collision nudges, AoE splashback, and thorns reflection. A newOwnerAwareHurtByTargetGoalsubclass clearslastHurtByMobwhen the owner is the source and declines to target. -
Pet leash loosened.
FollowOwnerGoalteleport distance raised from 10 → 24 blocks, follow-start from 3 → 8. Pets now have real room to engage enemies without snapping back to the owner every few steps. -
Primed creepers defuse before leash-teleport. A tamed creeper that began its swell at a distant target would detonate on top of the owner the instant the leash teleported it back. Creeper
swellDiris now reset to -1 before the teleport call.
Optional dependencies
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:RUtQ9kfe:xuPT86aK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:xuPT86aK"
}


