Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 3 weeks ago
All versions
2.0
Release
Revervox 2.010 months ago 23.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- Added an offset to Revervox's spawn so he doesn't spawn on the surface so often;
From pre-release:
Features:
- There are now advancements for doing various things and crafting various items
- Added the Megaphone item, amplifying your voice and stunning Revervox with its sonic boom
- Added Revervox Bait which you can throw, making Revervox follow to wherever it lands to eat it
- Revervox can now do a sonic boom to attack you
Changes:
- Revervox no longer breaks strong blocks such as obsidian
- Revervox can now hear you through walls
- Revervox now will go towards spider eyes, fermented or not, dropped on the floor to eat them
- Revervox will now chase and attack insects like spiders, cave spiders and silverfish
- Added a config to disable the bat jumpscare event
Minor changes:
- Add dependency warning for Voice Chat Recording
- Move privacy mode packet config from Revervox to Voice Chat Recording
Fixes:
- Fix Revervox's anger sound not playing in specific situations
- Fix Revervox not attacking entities that attack it
- Fix Revervox disappearing when killing entities other than players
- The fake bat event happening above ground should now be fixed
- Fixes crashes on old forge versions
- Revervox should no longer get stuck in water as much
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:4FxDHlKg:mRxcLRB9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4FxDHlKg:mRxcLRB9"
}

