Links
Tags
Creators
Details
Licensed LGPL-2.1-only
Published 2 weeks ago
Updated 2 months ago
All versions
2.3.5-fabric
Alpha
Compound V Refabricated (Fabric) 2.3.5-fabric2 months ago 44
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
🚀 Release 2.3.5 — Compound V Fabric Port & Balance Update
✨ Features & Improvements:
- Fabric 1.20.1+ Port: Complete port and migration from Forge to Fabric 1.20.1+ using Fabric API.
- Continuous 3D Laser Eyes: Smooth continuous laser firing while holding key
Rwith Action Bar heat progress overlay (0% -> 100%). - Block Destruction & Ignition: Lasers ignite blocks on fire and break destructible blocks (leaves, glass, wood, wool, TNT) in raycast path.
- Balanced Anti-Spam Control: 1.0s max continuous laser burst + mandatory 3.0s cooldown between bursts + 30s Overheat lock.
- 3D Chest Blast Beam (Soldier Boy): Soldier Boy fires a massive 3D volumetric chest beam of nuclear plasma, stripping superpowers from all surrounding enemies!
- 3D Roulette Death Reroll: Dying after 30-minute cooldown triggers an animated 3D note-block roulette wheel choosing your next superpower (80% Superpower / 20% Normal Human).
- Shapeless Crafting Recipes: Easy shapeless crafting recipes for Virus Vial, Virus Arrows (x8), and Anti-V.
- Natural World Loot: Compound V and Temp V naturally spawn in Mineshaft, Dungeon, Ancient City, Nether Fortress, and End City chests.
- Multi-language Support: Native English (
en_us) and Russian (ru_ru) support.
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:d3ixc7GF:DxVBAvo1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d3ixc7GF:DxVBAvo1"
}

