All versions
1.7.1
Release
Goat Man 1.7.0-merged3 months ago 40
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Merged both Goatman variants into one Forge 1.20.1 mod.
- Added the Cave Goatman as a second entity inside the same mod, with its own model, animations, textures, sounds, and spawn egg.
- Both Goatman variants can now exist in the same world at the same time.
- When multiple players are online, the two Goatmen can target different players.
- Regular Goatman now only spawns outside caves and no longer spawns underground.
- Cave Goatman now only spawns in caves and underground areas.
- Regular Goatman stats updated to 100 health and much faster movement.
- Cave Goatman stats updated to 500 health and much slower movement.
- Regular Goatman stare behavior now keeps looking at the player.
- Regular Goatman chase visibility now uses field-of-view detection instead of requiring near-perfect direct crosshair aim.
- Regular Goatman no longer constantly tracks the player with its head once it has already been seen and entered chase.
- Regular Goatman flee behavior no longer keeps looking at the player.
- Updated the merged mod to load as a single mod jar for Forge 1.20.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:48oU8yS9:OOSaiFqB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:48oU8yS9:OOSaiFqB"
}


