1.0.3
Compatibility
Changes
Island Improvements & Sub-Ocean Caves
New: Sub-Ocean Cave Systems
Intricate HIDDEN worm-tunnel cave networks now generate beneath the ocean floor in all ocean biomes Caves feature ore-rich walls with depth-stratified deposits (coal → iron → gold → diamond/emerald deeper down), using deepslate variants at low Y levels Standard dungeon rooms spawn inside cave networks: mossy stone-brick shells, sea lantern lighting, cobwebs, iron bar entrances, a spawner (skeletons, cave spiders, zombies, silverfish), and a loot chest Rare boss chambers (~20% of dungeon spawns) feature large deepslate-brick rooms, glowstone ceilings, two harder spawners (Wither Skeletons, Witches, Guardians), and two rich loot chests — with a small chance of Elytra Toggle on/off via config: sub_ocean_caves_enabled New: Ocean Barrel Spawn Config
Barrels can now be fully disabled (barrel_spawn_enabled = false) Barrel count per spawn event is now configurable (barrel_count_min / barrel_count_max) — raise to increase ocean density, keep at 1/1 for default Fix: Island Underwater Profile
Islands no longer have a sheer vertical cliff wall below the waterline The underwater body now tapers naturally outward using a quadratic curve — shallow at the edges, full depth at the centre — giving a realistic reef/seamount silhouette
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:x83ah7Ig:CWlsiscw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x83ah7Ig:CWlsiscw"
}

