Links
Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 4 days ago
Updated 17 hours ago
All versions
1.2.3+26.2-neoforge
Release
Tithe 1.2.3+26.2-neoforgeyesterday 4
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Tithe 1.2.3
NeoForge support
- Tithe now runs on NeoForge as well as Fabric, for Minecraft 26.2.
- Quilt is covered by the Fabric jar, which runs on it unmodified.
- Jar names have changed and now carry the loader as well as the game version. Update any automated downloads.
- Fabric still needs Fabric API and Cloth Config, with Mod Menu optional. NeoForge needs Cloth Config only, and the settings screen appears in the mods list without anything extra.
| File | Loader | Minecraft |
|---|---|---|
tithe-1.2.3+26.2-neoforge.jar |
NeoForge | 26.2 |
tithe-1.2.3+26.2-fabric.jar |
Fabric, Quilt | 26.2 |
tithe-1.2.3+26.1.2-fabric.jar |
Fabric, Quilt | 26.1.x |
Fixed
- Marked mobs never appeared for later quests. Only naturally spawning creatures could be Marked, which excluded everything in the late and end pools: evokers, piglin brutes, ravagers, elder guardians, shulkers and wardens. The fast track through a revival simply did not exist once the toll rose far enough to demand them, and it looked like bad luck rather than something impossible. Eligibility is now based on whether a spawn can be automated, so spawners, breeding, conversion and the rest are still excluded and every quest creature is reachable.
- A full wipe was permanent even after the world recovered. The record was only ever cleared by a brand new player joining, so the Ledger kept reporting everyone dead and the Tribute Altar refused all tribute, locking revival shut for good. It is now recalculated whenever anyone leaves limbo. A wipe is still final while it stands.
Improved
- Marked arrival beacons are visible from across the announcement radius. They now stand 96 blocks tall instead of 9, are drawn so distance and particle settings cannot hide them, and burn for 10 seconds instead of 3.
- Both tiers raise one now, orange for Charged and blue for Energized, so every announcement gives you something to walk towards.
Note
- Minecraft 1.21.11 is not part of this release and stays on 1.2.2.
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:BoIC3erw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V65X6rO8:BoIC3erw"
}


