Links
Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 4 days ago
Updated 17 hours ago
All versions
1.2.2+1.21.11
Release
Tithe 1.2.2+1.21.112 days ago 2
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added
/tithe versionreports the running build, read from the mod's own metadata. The only command not restricted to operators./tithe debug, a new operator branch that never writes the ledger, so it is safe to run mid-session on a live world.forecast <toll> <revivals> [cores] [worldhearts]shows the difficulty, personal weight and objective counts those inputs would produce, without storing them.preview <difficulty>rolls a sample quest at any difficulty.markedreports why Marked mobs are or are not spawning;mark <entity> [tier]forces one.trace on|offlogs why each mob kill did or did not drop a Primal Ember.bind <player>hands over a Quest Journal bound to that player's death.drops <trials>samples the ordinary ember drop rate./tithe admin known list|add|forgetfor the set of players the world has seen, which is what the full-wipe rule is measured against.
Changed
- Operator commands now split by what they touch.
/tithe adminwrites the ledger;/tithe debugnever does.
Optional dependencies
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:V65X6rO8:jHe7X00l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V65X6rO8:jHe7X00l"
}



