Links
Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 4 days ago
Updated 17 hours ago
All versions
1.1.0
Release
Tithe 1.1.02 weeks ago 2
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Important: Cloth Config is now required. Install it alongside Fabric API or the mod will not load. Mod Menu is optional and only adds the settings screen.
Added
- Settings file at
config/tithe.jsoncovering 41 values: the toll formula, how much a quest asks for, drop rates, Marked spawn rates and stat multipliers, and what each tribute is worth. - Settings screen reachable from the mods list when Mod Menu is installed.
- Switches to turn off Marked creatures, the final tier, and Hardcore enforcement.
- Separate switches for each chat announcement: deaths, Marked spawns, revivals, and Worldheart tributes.
- Quest pools moved into datapack JSON under
data/tithe/quest_pool, so servers can decide which items and creatures a revival is allowed to demand. Picked up by/reload.
Notes
- Nothing changes at default settings, and existing worlds load unchanged.
- On a server the settings screen shows that server's values and cannot be edited, because these settings belong to the world rather than to each player.
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:2kWzxvVu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V65X6rO8:2kWzxvVu"
}



