All versions
1.0.0
Release
Weird Woman 1.0.0last month 40
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
π Initial Release!
- Added the Duskwalker entity, spawning strictly at night with half the spawn rate of regular hostile mobs.
- Implemented 9 distinct color variants, including 2 ultra-rare versions.
- Implemented a 64-block monster-hunting AI (attacks other monster entities).
- Added a custom Sonic Screaming mechanic that actively pulls nearby monsters toward the entity.
- Implemented Daytime Paralysis: the mob sleeps and lays flat on the ground during the day.
- Enabled Wall-Climbing capabilities.
- Implemented Weapon Damage Immunity (can only be defeated using Fire).
- Implemented taming using Dragon's Breath or Wither Roses, and enabled riding mechanics.
- Fully animated and modeled using GeckoLib.
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:dCKHNRss:HJwqf5qo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dCKHNRss:HJwqf5qo"
}

