Tags
Creators
Details
2.0.0-fabric.1.20.1
Compatibility
Required content
Changes
2.0.0 Update!
✅ Code Revolution Update!
⚠️ For now there's only Fabric 1.20.1 of 2.0.0, I will port this update to other versions too!
Added:
- Compat with Not Enough Animations. Now you can pet your foxes the same way as your dogs and cats!
- From now tamed foxes "beg" for berries, turning to look at the owner, pretty much as wolves do!
- Foxes now remain angry after they are ordered to sit by their owner, and make aggresive sounds.
New Config Values:
"Item Pickup Blacklist" | Default List: Empty.
- Prevents foxes from picking up any items listed here in their mouth.
"Untamed Foxes Can Be Tempted" | Default Value: false
- If true, untamed foxes will follow you when you hold taming/breeding items of Foxes.
"Untamed Wolves Attack Tamed Foxes" | Default Value: true
- If false, wolves will no longer attack any foxes that are tamed.
Fixed:
- FULL compat with Companion!
- Foxes attack issues: "follow owner first, then attack" priority, "runaway" problems,
- Foxes unsit on getting damage, the same way wolves do.
- Refixed from 1.2.0:
- Config to disable all the foxes you breed being yours(#11)
- Sitting foxes can still breed with unsitting theirself and remain unsitted after the process (#14)
- Tamed foxes running away from nearby players (#18)
- Incompatibility with Calm down, dog! compat (#20)
- Foxes doesn't stop attacking if their health is below 20% in Companion Compat (#28)
Code Changes:
- Mod from now uses a lot less invasive mixins, making fox behaviour much more stable.
- No more custom goals, only vanilla ones! Well, except fox begging behaviour, cause it was only made for wolves to work...
- From now foxes are codewise "TameableEntity", "Tameable" and "Angerable", which means more possible compatibility with other mods! (If incompatibility found, please write an issue on my Github)
Special Thanks to the people who contributed to the development of this update:
- Snownee, the creator of Companion, for making Companion compat possible!
- Fyoncle, the living reason why 1.2.0 and 2.0.0 exist from now on!
- queenofthebees, the creator of Bee Buddies, which code helped in creating 2.0.0 version!
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:NcZSHHC2:plBadKp1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NcZSHHC2:plBadKp1"
}



