Tags
Creators
Details
All versions
26.1.2-1.1.4
Release
neovitae 26.1.2-1.1.422 hours ago 4
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.1.4
Fixes
- Fixed fuzzy-looking text in JEI recipe displays (rituals, meteors, altar, forge, and more) and cleaned up stray text shadows across several mod screens and book pages.
- Automation feeding the far half of the Tabula Vitae no longer stashes items in an unreachable hidden slot that was lost when the table broke. Trapped items are returned on load.
- The Tabula Vitae's per-side slot settings are now respected by pipes and storage buses, which previously ignored them entirely.
- The Rhythm of the Beating Anvil no longer destroys sigils, buckets, and other reusable items when crafting with them; they are returned to the input chest, or the output chest if there's no room.
- The guidebook listed too many runes for Ara Vitae tiers 2 through 5. The counts are now correct, and a new table in the altar entry reads them straight from the altar layout so they stay right.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:rvaW4C93:Yci97pvF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rvaW4C93:Yci97pvF"
}

