Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 2 weeks ago
All versions
1.0.1+26.2
Release
1.0.1 — The Yard Takes Up Armslast month 19
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
The yard takes up arms.
- Every ledger — the Book of the Dead, the crypt's day-shelves, the month halls — now turns pages (45 souls a page), and a spyglass lets you seek a name.
- The Death of the Week is a true memorial entry at last: date, cause, field, flowers, their story, and the walk to their grave.
- The Restless rise armed with their grave goods: mismatched chain, iron, and buried gold — swords for the parched, bows for the archers. Nothing they carry ever drops. (config: war-kits)
- Two golems hold each yard now that the archers are armed. (config: war-golem-count)
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:vTzPC5B9:JNkRAI9d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vTzPC5B9:JNkRAI9d"
}

