Links
Tags
Creators
Details
0.9.3-26.2
Compatibility
Changes
🚀 Vibranium - 0.9.3-26.2
This update brings the mod to the latest Minecraft version and includes massive performance optimizations and important gameplay bug fixes.
✨ Highlights & Updates
- Minecraft 26.2: Fully ported and updated to the newest Minecraft version.
- Mod Compatibility: Updated all major companion mods to their latest versions (JEI, REI, Architectury, and Cloth Config).
🐛 Gameplay & Bug Fixes
- Vibranium Mace Exploit: The 3x3 mining ability from the "Universal Breaker" enchantment no longer destroys unbreakable blocks like Bedrock or End Portals. Additionally, the visual 3x3 block outline has been fixed for the new version.
- Vibranium Shield: The shield now correctly loses durability as intended when blocking attacks.
⚡ Performance
- Server Lag Greatly Reduced: Massively optimized the background calculations (ticks) for the Vibranium Golem and raw Vibranium inventory checks. This results in significantly less lag on multiplayer servers!
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:K3I2cKId:7Wud92s3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:K3I2cKId:7Wud92s3"
}

