All versions
0.0.5
Alpha
PMW Villagers Take Cover! 0.0.5last year 69.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
- PMWAPI Is no longer required.
- Villagers Take shelter at beds now, no caves or broken buildings.
- Added an in game Config GUI (Mod menu config).
- Edited the Commands for config, just have to do /villager instead of /villagersrun.
- Villagers no longer track storms, they just track the windspeeds they are experiencing, If they feel a windspeed above the set threshold they will take cover. This is AMAZING for performance.
- Optimized the mod even more.
- If you already have the mod I recommend Going to the config and clicking the reset button.
- Villagers Now walk to shelter, if they don't reach it within the timeout time they are teleported to it.
- New command ALERT! , /villager reset. This resets all bugged villagers if there are any/
- New config options, "Max Wind Speed" - "The maximum windspeed villagers can experience before taking shelter" "Wind Check Interval" - "How often villagers check windspeed (in seconds)" "Shelter Search Radius" - "How far villagers will search for shelter during storms (in blocks)" "In-Storm Check Interval" - "How often hiding villagers check if the storm has passed (in seconds)" "Villager Timeout Time" - "Time a villager has to reach shelter before being teleported (in seconds)" "TakeCover" - "Weather or not villagers take cover"
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:DrsiWlf9:5rlGADT9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DrsiWlf9:5rlGADT9"
}

