Half-Life HEV Suit Voice System

Adds HEV Suit sound effects from Half-Life and Black Mesa to Minecraft (and a neat hud)

File Details

Half-Life HEV Suit Voice System 0.8.0

  • R
  • Mar 13, 2025
  • 1.19 MB
  • 120
  • 1.21.4+9
  • Fabric + 1

File Name

hev_suit-0.8.0.jar

Supported Versions

  • 1.21-Snapshot
  • 1.21.2-Snapshot
  • 1.21.1-Snapshot
  • 1.21.5-Snapshot
  • 1.21.4-Snapshot
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:hev-suit-sound-system-1191594:6298886"

Quilt

modImplementation "curse.maven:hev-suit-sound-system-1191594:6298886"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 0.8.0

Already nearing version 1, crazy. Regardless heres whats new. I was playing with a resourcepack that changes the hotbar and menu items to a different color and realized the bright orange hev suit color sticks out.

You can now apply a custom color the the hev suit hud.

Using the command below now allows you to set the huds main colors to anything (for a reference look at the picture below). It will select the main color then a darker shade and will notify you of the shade it chose.

/hev edit hud color <hexcolor>

Image of the hud with a changed color and the alert in chat.

You can also use /hev edit hud color reset to put the hud back to its original color.

Wither effect now triggers the chemical sound effect.

Pretty self explanatory. Whenever you gain the wither effect it will now queue the chemical sound effect (also known as "Warning: Hazardous Chemical Detected")

The toggle commands have been moved around

Here is a tree of the current command structure

/hev
├── toggle
│   ├── hud
│   │   ├── all
│   │   ├── health
│   │   ├── armor
│   │   ├── ammo
│   │   ├── damageindicators
│   │   └── mobindicators
│   ├── voice
│   │   ├── all
│   │   ├── morphine
│   │   ├── armordurability
│   │   ├── fractures
│   │   ├── heatdamage
│   │   ├── bloodloss
│   │   ├── shockdamage
│   │   ├── chemicaldamage
│   │   ├── health_critical2
│   │   ├── seek_medical
│   │   ├── health_critical
│   │   └── near_death
│   └── systems
│       ├── pvp
│       ├── blackmesasfx
│       └── all
├── listqueue
├── clearqueue
├── queuesound <sound>
└── edit
    └── hud
        └── color
            ├── <hexcolor>
            └── reset

That is all for 0.8.0, have a good day/night!