Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
1.2.0-fabric.1.20.1
Release
Tameable Foxes 1.2.0-fabric.1.20.1last year 7,002
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.2.0 Release!
✅ The Compats & Stuff update!
Added:
- Compat with Companion
- Compat with Calm down, dog!
- Config for changing fox taming chance(by default it's 0.3 now, no more instant tames!)
- Config for changing fox attacking with owner (true by default, turn off if you want your foxes stay safe)
- Config for fox to ignore mobGriefing rule (fixes #19 for mobGriefing=false users)
- Mechanic to get item out of fox's mouth:
- Owner should wait for daytime until fox fall asleep, then sneak & right click on it.
Fixed:
- Foxes follow when sitting after tamed while holding a glow berry (#29)
- Foxes doesn't stop attacking if their health is below 20% in Companion Compat (#28)
- Foxes doesn't follow through the portals in Companion Compat (#27)
- Foxes directly tame if baby spawned through right clicking a fox in creative (#26)
- Tame item also breeding foxes (#25)
- Foxes can breed multiple times at once with different foxes (#24)
- Companion compat with foxes not teleporting if its about to unload (#23)
- Foxes keep being aggresive even if they patted with Calm down, dog! compat (#22)
- Foxes taming instantly instead of vanilla chances (#21)
- Incompatibility with Calm down, dog! compat (#20)
- Foxes can't drop or take items in their mouth if mob griefing false through a config (#19)
- Tamed foxes running away from nearby players (#18)
Changes:
- Mod mixins were slightly rewritten for more compatibility
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:NcZSHHC2:dDkzV79i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NcZSHHC2:dDkzV79i"
}

