All versions
1.0.0
Release
Abyssal Pet4 months ago 69
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Changelog — Abyssal Pet
v1.0.0 — Initial Release
Minecraft: 1.21.11 | Loader: Fabric
🆕 Added
- Void Pet — a powerful void-themed companion that follows and protects you
- 4 combat abilities switchable with Coal:
- Void Strike — AoE melee burst with knockback
- Shadow Pull — pulls nearby enemies toward the pet
- Frost Breath — freezes and slows all nearby enemies
- Healing Pulse — heals the pet and its owner
- Abyssal Egg item — used to summon your Void Pet
- Crafting recipe for the Abyssal Egg (Obsidian + Eyes of Ender)
- Abyssal Egg can be found in dungeon chests (55–80% chance depending on location)
- Pet auto-combat — abilities trigger automatically every 2 seconds near hostiles
- Pet passively regenerates 1 HP every 5 seconds
- Pet collects nearby items from the ground to heal itself when damaged
- Pet flees from Wardens automatically
- Pet limit of 3 per player
- Custom creative tab — Abyssal Pet
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:WozaMCaN:zCRWILX1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WozaMCaN:zCRWILX1"
}

