Tags
Creators
Details
All versions
1.1.0+mc1.21.1
Release
Onechunk Odyssey 1.1.03 weeks ago 63
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Onechunk Odyssey 1.1.0
A large polish and content update after the first public release. This version adds more goals, improves Nether expansion, and fixes several issues found during testing.
Added
- Added many new main quests for survival, crafting, combat, farming, exploration, enchanting, brewing, and Nether progression.
- Added more daily quests and expanded the daily quest pool.
- Added Nether expansion support: opened Overworld chunks now map to a 2x2 chunk area in the Nether.
- Chunk Expanders can now be used in the Nether.
- Added Nether preview support for the Chunk Expander.
- Added clearer reward messages when Chunk Expanders are earned.
Changed
- Main quests can now be completed in any order.
- Removed duplicate-feeling quest steps, such as repeated log goals.
- Quest completion now plays the player level-up sound by default.
- Quest and daily completion messages now show who completed the goal.
- Advancement rewards are now limited to selected gameplay milestones only.
- Recipe, root, and category advancements no longer give chunks.
- Killing the Ender Dragon now completes the challenge and opens the full world.
- Updated the mod identity from Chunkbound to Onechunk Odyssey / Onechunk.
Fixed
- Fixed progress leaking between different singleplayer worlds.
- Fixed fresh worlds sometimes spawning the player too low underground.
- Fixed cases where new worlds could generate missing or incorrect starting terrain after playing another world.
- Fixed several void-chunk issues that could cause broken death behavior, ghost blocks, or endless “Saving world”.
- Fixed closed chunks sometimes appearing near the starting chunk.
- Fixed stone mining quests sometimes not progressing.
- Improved detection for stone, logs, coal ore, iron ore, and copper ore quests.
- Fixed item quest progress so dropping and picking up the same stack cannot repeatedly complete quests.
- Fixed quest completion sounds not reliably playing.
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:9Q8YiDM2:QPs89wy6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Q8YiDM2:QPs89wy6"
}

