Tags
Creators
Details
1.5.1
Compatibility
Changes
š Version 1.5.1
š Nether Update ā mine deeper, craft further, and finally reach the Nether
⨠New Features
- š Expanded the Progression System with new stages and rewards ā more ores, materials and items to unlock as you progress
- š You can now build a Nether Portal and travel to the Nether from your raft
- š Added Korean (ko_kr) language support
- š£ Starting fishing rod now begins to take durability damage from Stage 4 onward
- š¦ Rebalanced Raft Shark attributes
š Progression System
New stages and advancements have been added leading up to being Nether Ready, unlocking new tiers of ores, tools and materials as you progress. The full breakdown of every stage and its rewards is available at raft.wilkcraft.work/progression.html.
In short: keep surviving and upgrading your gear, and you'll gradually get access to better minerals and items ā all the way up to what you need to open a portal.
š The Nether
- Once you've gathered enough Obsidian and crafted a Flint and Steel, you can now build and light a Nether Portal from your raft
- Entering a Nether portal from the Nether will return you to Raft World ā if there isn't already a nearby portal, one will be generated for you, with the portal placed at Y=90 and you arriving at Y=91
- Returning from the Nether will place you at the equivalent coordinates you'd arrive at in the Overworld, keeping travel consistent with vanilla portal linking
š Language Support
- Added Korean (ko_kr) translation, contributed by StrawberrySushi_ (Kakaka999) via a GitHub pull request ā thank you! š
š£ Gameplay Changes
- Starting unbreakable fishing rod loses its unbreakable status once you reach Stage 4 and begins taking normal durability damage ā by this point you should have the resources to craft replacements
- š¦ Raft Shark attributes updated:
- Max Health: 28.0
- Attack Damage: 5.0
- Movement Speed: 1.6
āļø Technical Changes
- š Expanded progression manager with new stage thresholds and unlock conditions
- š Added new advancements tied to the new progression stages
- š Implemented Nether ā Raft World dimension redirect handling, including automatic portal generation on arrival
- š£ Added stage-gated logic to strip the starting fishing rod's unbreakable tag
- š¦ Updated
RaftSharkEntityattribute values - š Added
ko_krtranslation file
From tiny raft to Nether-ready survivor ā the ocean was just the beginning š
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:9VSIh0VK:CwTRoudG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9VSIh0VK:CwTRoudG"
}

