All versions
1.1
Release
The Skinwalker Hunt [v1.1] [Forge 1.20.1]last year 163
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Skinwalker can transform into Sheep, Pig, and Cow now
- Skinwalker now transforms into his true form in the night or in cave (below y=60 level) when the player in 10 blocks radius to them
- Skinwalker Trophy - new block that can be made of Skinwalker Mask and any Planks. It can also be recrafted back into Mask
- Skinwalker now can break the blocks while chasing the player and player is not higher that 2 blocks above the Skinwalker
- skinwalkerIronAxeDrop game rule. This gamerule can turn off dropping of enchanted Iron Axe fron the Skinwalker. You need to write this command to disable dropping: "/gamerule skinwalkerIronAxeDrop false"
- Increased Skinwalker's step height. They can get on 5 block high now
- Skinwalker now makes the sound of entities who's form they uses now
- Skinwalker can look at the player and other mobs
- Increased Skinwalker's health to 500
- Skinwalker now running 2 times faster when chases any target to attack
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:Rz9F0mb4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pyz8tuYw:Rz9F0mb4"
}

