Changelog
Version 0.1.0 Fabric
- Updated to version 0.1.0 to reflect significant new features and improvements.
- Added dynamic adjustments to detection range and mob speed based on player whispering:
- Whispering reduces detection range and speed using configurable
whisper_range_multiplier
andwhisper_speed_multiplier
. - Sneaking further reduces detection range when whispering or speaking normally. (This will be improved with the stealth system update.)
- Whispering reduces detection range and speed using configurable
- Ported the mod to Minecraft 1.21.1 - Fabric
Changelog
Version 0.1.0 Fabric
- Updated to version 0.1.0 to reflect significant new features and improvements.
- Added dynamic adjustments to detection range and mob speed based on player whispering:
- Whispering reduces detection range and speed using configurable
whisper_range_multiplier
andwhisper_speed_multiplier
. - Sneaking further reduces detection range when whispering or speaking normally. (This will be improved with the stealth system update.)
- Whispering reduces detection range and speed using configurable
- Back-Ported the mod to Minecraft 1.19.2 - Fabric
Changelog
Version 0.1.0 Fabric
- Updated to version 0.1.0 to reflect significant new features and improvements.
- Added dynamic adjustments to detection range and mob speed based on player whispering:
- Whispering reduces detection range and speed using configurable
whisper_range_multiplier
andwhisper_speed_multiplier
. - Sneaking further reduces detection range when whispering or speaking normally. (This will be improved with the stealth system update.)
- Whispering reduces detection range and speed using configurable
- Back-Ported the mod to Minecraft 1.18.2 - Fabric
Changelog
Version 0.1.0 - Re-upload Fabric
- Updated to version 0.1.0 to reflect significant new features and improvements.
- Added dynamic adjustments to detection range and mob speed based on player whispering:
- Whispering reduces detection range and speed using configurable
whisper_range_multiplier
andwhisper_speed_multiplier
. - Sneaking further reduces detection range when whispering or speaking normally. (This will be improved with the stealth system update.)
- Whispering reduces detection range and speed using configurable
Changelog
Version 0.1.0
- Updated to version 0.1.0 to reflect significant new features and improvements.
- Added dynamic adjustments to detection range and mob speed based on player whispering:
- Whispering reduces detection range and speed using configurable
whisper_range_multiplier
andwhisper_speed_multiplier
. - Sneaking further reduces detection range when whispering or speaking normally. (This will be improved with the stealth system update.)
- Whispering reduces detection range and speed using configurable
- Ported the mod to Minecraft 1.21.1
Changelog
Version 0.1.0
- Updated to version 0.1.0 to reflect significant new features and improvements.
- Added dynamic adjustments to detection range and mob speed based on player whispering:
- Whispering reduces detection range and speed using configurable
whisper_range_multiplier
andwhisper_speed_multiplier
. - Sneaking further reduces detection range when whispering or speaking normally. (This will be improved with the stealth system update.)
- Whispering reduces detection range and speed using configurable
- Ported the mod to Minecraft 1.19.2
Changelog
Version 0.1.0
- Updated to version 0.1.0 to reflect significant new features and improvements.
- Added dynamic adjustments to detection range and mob speed based on player whispering:
- Whispering reduces detection range and speed using configurable
whisper_range_multiplier
andwhisper_speed_multiplier
. - Sneaking further reduces detection range when whispering or speaking normally. (This will be improved with the stealth system update.)
- Whispering reduces detection range and speed using configurable
- Ported the mod to Minecraft 1.18.2
Version 0.1.0
- Updated to version 0.1.0 to reflect significant new features and improvements.
- Added dynamic adjustments to detection range and mob speed based on player whispering:
- Whispering reduces detection range and speed using configurable
whisper_range_multiplier
andwhisper_speed_multiplier
. - Sneaking further reduces detection range when whispering or speaking normally. (This will be improved with the stealth system update.)
- Whispering reduces detection range and speed using configurable
Fabric Version Changelog
Version 0.0.5
- Fixed a bug where mobs would stay idle at the sound source when the player stopped talking.
- Improved
player interaction
: mobs now reset targets if out of range and use an attack cooldown to prevent constant attacks.
Version 0.0.5
- Fixed a bug where mobs would stay idle at the sound source when the player stopped talking.
- Improved
player interaction
: mobs now reset targets if is out of range and use an attack cooldown to prevent constant attacks.
Fabric Version Changelog
Version 0.0.4
- Added a system that iterates through configured mob IDs to check if the audio level exceeds their individual
threshold
. - If the audio surpasses the threshold, the player's position is registered and remains active for 5 seconds.
- Added a system that allows configuring a separate audio threshold for each mob, determining when they react to player microphone.
WARNING: you will need to delete and update the config to change the new parameters. Please make a backup if you change anything in the config.
- Fabric Support
- Mod will need Forge Config API Port *
- this is only for fabric version.
- Changed microphone packet detection to an audio threshold-based system (dB).
- Adjusted goal parameters: reduced attack range from 1.5 to 1.0.
WARNING: In the next version, a configurable threshold will be implemented in the config (.toml). Please make a backup if you change anything in the config.
- Enhanced Microphone Detection
- Improved Mob AI
First Version of the Mod Includes:
- Initial implementation of microphone detection using the Simple Voice Chat API.
- A configuration file that allows users to add more mobs for microphone detection.
Note: This is my first released mod, so please be understanding if there are any issues. Thank you for your support!