Voice Chat Interaction
This server-side Fabric mod allows voice chat to interact with your Minecraft world, creating unique gameplay mechanics.
Main Features
The mod adds several interesting functions that make voice communication more integrated into gameplay:
- Voice in chat activates sculk sensors as if you were creating sound vibrations
- Speaking in voice chat is detected by the warden, adding a strategic element
- Customizable vibration frequency for voice allows behavior customization
- Optional support for whispers and group chats with separate vibration settings
- Speaking while sneaking doesn't trigger vibrations (configurable)
- Configurable volume threshold for mechanism activation
Configuration Settings
All parameters are configured in the file config/vcinteraction/vcinteraction.properties:
| Parameter | Default Value | Description |
|---|---|---|
group_interaction |
false |
Whether to activate vibrations when speaking in groups |
whisper_interaction |
false |
Whether to activate vibrations when whispering |
sneak_interaction |
false |
Whether to activate vibrations when speaking while sneaking |
voice_sculk_frequency |
7 |
Voice vibration frequency |
minimum_activation_threshold |
-50 |
Sound level threshold for sculk sensor activation in dB |
Technical Details
The mod works on the server side and is compatible with Fabric. For proper operation, Fabric API and Polymer are required.