
Dimension emptiness
Prepare yourself for a harrowing journey with the "Dimensions void" data pack! This pack introduces a nightmarish dimension known as the Void, a realm where no soul remains after the inevitable demise of all living things. Here, darkness reigns supreme, an
Void
Compatibility
Changes
š VOID ā RPG datapack for Minecraft 1.21.1
When you first launch the mod, enter /reload
Void Level ā Increases through experience and is spent on abilities and spells. Mana (Max Mana) ā Regenerates over time. At 0 mana, nausea, darkness, and magic damage are inflicted. Souls ā A currency earned through kills and spent on upgrades and rituals. Void Points ā Invested in stats (speed, damage, lifesteal, digging, armor, health, mining).
⨠Spells (via /trigger) Basic: Pulse, Attraction, Aura, Army, Rift, Sphere, Destroyer, Barrier, Chains, Storm, Step, Sacrifice. Cat's Eyes, Abyssal Flame, Enchantment, Meditation and Stats abilities.
āļø 40 Enchantments + 10 Curses (ritual) The Abyssal Enchantment Ritual (4 Black Candles, 100 Souls) is now item-dependent:
šŗ Mobs and Bosses Mob ranks F ā SSS (F-D common, S+ rare) with unique abilities by type (zombie tank, grunt, skeletal ranged, spider, creeper, enderman, witch, ghost, pig, breeze, drowned, guardian, hoglin, foreman, reaver, wanderer, keeper, wither skeleton, slimes).
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:OxHjxCPX:Ac5xatKp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OxHjxCPX:Ac5xatKp"
}
