All versions
7.0
Release
The Skinwalker Hunt [v7.0] [Forge 1.20.1]3 days ago 105
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added:
- Cursed Ore
- Cursed Ore tools and weapons including: sword, pickaxe, axe, shovel, hoe, trident and shield
- Cursed Sword applies Wither III and Slowness III on 8 sec on attack
- Cursed Armor. Applies NIght Vision, Strength, Fire Resistance, Regeneration, Haste, Saturation, Resistance, Water Breathing, Dolphin's Grace, Jump Boost, Speed, Instant Health, Conduit Power and Health Boost
- Cursed House. New structure
- Villager's Diary. Gets into player's inventory when you get into Cursed House. Have an history of this structure
- /gamerule cursedOreGeneration - can turn off or on generation of the Cursed Ore
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:hcRRMCfo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pyz8tuYw:hcRRMCfo"
}

