Tags
Creators
Details
3.1.1
Compatibility
Required content
Changes
HOWLING UPDATE (Part 2):
Added a Dark Wolf Armor variant.
Added Cursed Metal and Dark Armor variants for the Black Beast.
Added the Howling Totem, a new block for wolves. By offering bones and meat to it, it can easily summon wolves.
If a Cursed Cage is placed beneath the Howling Totem, it also acts like the Ominous Idol, allowing you to respawn the Wolves, Wargs, and Black Beast assigned to it for a cost of 100 Soul Energy.
The Howling Totem will spawn different Black Wolf variants depending on the surrounding conditions. For example, it will spawn Skeleton Wolves when placed on Crypt Blocks.
Introduced a new mob and servant: the Warg.
The Warg is a stronger version of the Black Wolf, serving as the leader of the pack.
To promote a Black Wolf into a Warg, a Howling Totem is required. Place the Howling Totem, assign it to a Black Wolf using a Waystone, and if there are 4 or more Wolves nearby, the Black Wolf will be promoted to a Warg.
Each Howling Totem can have one Warg assigned to it, for a maximum of 3 Wargs (configurable).
Wargs are much larger than Black Wolves and can be ridden if equipped with a saddle.
They can also be equipped with Wolf Armor and swords, making them formidable companions in combat.
Wargs variants are still WIP and not present in this update.
All the new models are made by night.lxrd
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:4ZVIxU8x:WUiA3kAZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ZVIxU8x:WUiA3kAZ"
}

