
ALTARA
ArchivedALTARA is a Minecraft mod that adds new items, tools, and mechanics to make the game more exciting and diverse.
26.1
Compatibility
Changes

ALTARA 26.1 – Soul Awakening ⚡
⚡ We leveled up! ALTARA has officially moved to the 26.x versioning. A new era begins!
🪄 New Additions
-
🟪 Soul Shard
- Rarity: Rare
- Crafted from vanilla mob drops combined with Soul Sand.
- Captures the essence of fallen souls.
- Emits faint particles and sounds when crafted, giving it a mystical feel.
-
🗡️ Echo Sword
- Rarity: Rare
- Forged with Soul Shards, strikes leave a lingering spiritual effect.
- Slightly higher damage and durability than a normal sword.
- Every 15 seconds, emits subtle particles and a soft ethereal sound for extra ambiance.
⚡ Features
- Ambient Soul Vibes: Echo items emit particles and faint sounds periodically while held.
- Crafting Effects: Soul Shard triggers subtle soul particles and sound when crafted.
- The first step in ALTARA's Echo item system, setting the stage for future updates.
⚙️ Notes
- This update focuses on core items and atmosphere.
- More Echo items, charms, and crafting chains are planned for 26.2 and beyond.
- Designed to be fun, premium, and easy to start using while keeping room for expansion.
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:mpR4KmrO:j0JyMv19"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mpR4KmrO:j0JyMv19"
}
