0.3
Compatibility
Changes
🆕 UPDATE 0.3 — THE DRIFTING TRUTH
📖 **The Journal**
Update 0.3 introduces a Journal —
a silent witness to the past of Lost Island.
At first, the journal is empty.
Its pages are missing.
Its story — forgotten.
As it turns out,
you were not the first to set foot on this island.
Long before your arrival, another survivor lived here.
They explored.
They endured.
And they wrote.
In the end, driven by desperation or hope,
they tore every page from their journal
and cast them into the ocean —
letting the currents decide whether their story would ever be known.
🌊 Scattered Pages

One of the torn journal pages.
The pages now drift across the sea, hidden in the world:
- sealed in bottles
- buried in ruins
- lost among the waves
Each page you find fills your journal…
and reveals a fragment of the truth.
📜 New Mechanic — Journal Pages


- The journal starts empty
- Pages are collected one by one
- Every page tells part of the island’s history
- Only by collecting all pages can you uncover the island’s secret
The ocean is not just hiding resources anymore.
It is hiding memories.
Some stories refuse to stay buried.
And this one… is waiting to be read.
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:QUAnhON9:ym0OeaQQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QUAnhON9:ym0OeaQQ"
}

