0.1.0-alpha.1
Compatibility
Required content
Changes
AquaVerse - Alpha 0.1.0
AquaVerse transforms Minecraft's oceans into vast, dangerous, and mysterious deep-sea ecosystems. Encounter ancient predators and giant isopods.
Creatures
Dunkleosteus
- A prehistoric armored predator from the Devonian era.
- 100 HP
- 12 Attack Damage
- 20 Armor
- Breaks boats from below
- Hunts players, fish, and anything that enters its territory
- Spawns in deep oceans
- Fully animated with GeckoLib
Giant Isopod
- A scavenging crustacean that swarms the ocean floor.
- 30 HP
- Swarms near shipwrecks
- Scavenges dead fish and drowned mobs
- Flees from players but attacks when cornered
- Can be bucketed and relocated
- Feeds on rotten flesh, cod, salmon, tropical fish, and pufferfish
- Occasionally swims upside-down
Features
- Custom 3D models and animations
- Dunkleosteus Skull block
- Giant Isopod Bucket
- Lung Compression effect
(At the moment lung compression effect is not used in game, it will be added fully for the future updates)
- Dunkleosteus can destroy boats from below
- Spawn Analyzer command:
/aquaverse_spawn_analyze
Alpha Notice
This is Alpha 0.1.0 ā expect:
- Possible bugs and balance issues
- Changes to spawn rates, damage, and behaviors
- More creatures, biomes, and features coming soon Feedback and bug reports are greatly appreciated!
Planned Features
- More aquatic creatures
- Deep-sea biomes
- New content for rivers
- New content for swamps
- Custom structures and ruins
- Ocean depth overhaul
- New tools and armor from creature drops
- Full survival progression
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:kPzrrI5K:E8dfeszJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kPzrrI5K:E8dfeszJ"
}

