All versions
1.0
Release
The Skinwalker Hunt [v1.0] [Forge 1.20.1]last year 974
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added:
Skinwalker
- New rare mob that spawns in any biome in Overworld. Have 150 HP and 8 attack damage. Adds Nausea and Blindness effects when attacking the player
- Spawns in form of Cat, Wolf, or Villager and don't attack the player.
- If attacked by player or the night starts it transforms in their true form and starts to attack the player
- If it haven't been attacked during the night it can transforms back into Cat, Wolf, or Villager form at the day
- Drops Skinwalker Eye, Bone, Flesh and Mask, Netherite Scrap, and Iron Axe enchanted of Sharpness III and Unbreaking II
Skinwalker Mask -New decorative mask
Items:
- Skinwalker Eye, Bone, and Flesh. Can be brewed into Potion of the Skinwalker Hunt
- Potion of the Skinwalker Hunt. Adds Night Vision, Regeneration III, and Strength III
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:pyz8tuYw:RD5q2kld"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pyz8tuYw:RD5q2kld"
}

