All versions
1.2.0
Release
Monster Hunter Villager 1.2.02 years ago 150
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- added 2 new Traps:
- Sharpened Trap: works similar to the sticky trap but instead of trapping enemies in one place, it will deal damage (half a heart + (the mobs max HP - the mobs current HP) * 0.2)
- Soul Chain Trap: does the same thing as the sticky trap but mobs don't need to stand in the trap
- added a inventory to the Hunter's Workbench where you can craft all the traps using a new material
- made the Monster Hunter hunt monsters
- updated the generation of the tent stucture, it should now no longer spawn in water and the structure will also be a lot less common
- added a new Weapon:
- the Hunter's Knife: On every hit it does half a heart of extra damage plus 1-6% of the mob's max HP, if the target is trapped in a trap it will do 2 hearts of extra damage plus 5-8% of the mobs max HP. It also inflicts slowness 1 for 2 seconds.
- fixed some traps not assigning a owner correctly when thrown
- updated the trades a bit
- renamed Hunter's Table to Hunter's Workbench
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:d4R1a1VG:TDp30Sae"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d4R1a1VG:TDp30Sae"
}

