0.1.0
Compatibility
Changes
Compound V
Compound V is a Minecraft Forge 1.20.1 superhero mod inspired by The Boys.
Find rare laboratory keycards, raid secret underground labs, synthesize Compound V, and inject yourself to receive one random permanent power set. Powers are strong, risky, and built around energy, cooldowns, ultimates, and multiplayer synchronization.
This is a fan-made mod. It is not official and does not include official assets from The Boys.
Features
- Compound V serum with random permanent hero powers
- Temp V syringe with temporary Butcher powers
- Secret laboratory generation
- V-Injector machine
- Rare keycards from Ancient Cities, End Cities, and Woodland Mansions
- Custom rare ingredients
- Energy, cooldown, ultimate, mutation, and failure systems
- Modern superhero-style HUD
- Multiplayer sync for hero selection, energy, cooldowns, active effects, and appearance overlay
- Admin/testing commands
- Custom item textures and models for mod items
Heroes
Current heroes include:
- Homelander
- Starlight
- Soldier Boy
- Stormfront
- A-Train
- Queen Maeve
- Black Noir
- The Deep
- Kimiko
- Translucent
- Butcher with Temp V
- Firecracker
- Sister Sage
- Tek Knight
- Lamplighter
- Shockwave
Each hero has multiple abilities, with stronger heroes like Homelander, Starlight, Soldier Boy, and Stormfront having higher power levels.
Controls
Default ability keys:
- R
- G
- V
- B
- N
- H
- J
- U
Admin Commands
Useful testing commands:
/compoundv give
/compoundv hero <hero>
/compoundv random
/compoundv reroll
/compoundv remove
/compoundv reset
/compoundv maxpower
/compoundv cooldowns
/compoundv laboratory
/compoundv abilities
/compoundv debug
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:79rcLfSu:Xh4gCTez"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:79rcLfSu:Xh4gCTez"
}

