Tags
Creators
Details
1.6.0
Compatibility
Changes
Journey Mode v1.6.0 - Full 1.21.x Family Support
Release Date: October 31, 2025
📦 Compatibility Update
This release extends compatibility to the entire Minecraft 1.21 family!
Supported Versions
- ✅ Minecraft 1.21
- ✅ Minecraft 1.21.1
- ✅ Minecraft 1.21.2
- ✅ Minecraft 1.21.3
- ✅ Minecraft 1.21.4
- ✅ And all future 1.21.x versions up to 1.22
Version Range
- Minecraft:
[1.21, 1.22)- Works with all 1.21.x versions - NeoForge:
[21.1, 21.2)- Compatible with NeoForge 21.1+
🎯 What This Means
- Single JAR: One file works across all 1.21.x versions
- No Code Changes: Same features and functionality as v1.5.0
- Drop-in Upgrade: Replace your v1.5.0 JAR with this one
- Future-Proof: Automatically supports new 1.21.x releases
📝 Features (Same as v1.5.0)
All features from the multi-loader architecture update are included:
- ✅ Multi-loader architecture foundation
- ✅ Deposit slot properly hidden in Journey tab
- ✅ Fixed AttachmentType serialization
- ✅ Journey Mode toggle system (
/journeymode on|off) - ✅ JSON configuration (blacklist, custom thresholds)
- ✅ Dynamic unlock thresholds based on recipe depth
- ✅ Search and sorting in Journey tab
- ✅ Configurable keybind
📦 Installation
Requirements
- Minecraft: Any 1.21.x version (1.21, 1.21.1, 1.21.2, etc.)
- NeoForge: 21.1.72 or later
- Java: 21 or later
Steps
- Download
journeymode-1.6.0.jarfrom this release - Place in your
.minecraft/modsfolder - Launch Minecraft with NeoForge 1.21.x
⬆️ Upgrading from v1.5.0
- ✅ Drop-in replacement - No changes needed
- ✅ Config files - Fully compatible
- ✅ Player data - Automatically migrates
- ✅ All features - Work exactly as before
Simply replace the old JAR with the new one!
🔧 Technical Details
Changed
- Updated
minecraft_version_rangefrom[1.21.1, 1.22)to[1.21, 1.22) - Tested compatibility across 1.21.x versions
- No API changes - pure compatibility extension
No Code Changes
- All code from v1.5.0 is unchanged
- Same multi-loader architecture
- Same bug fixes and features
🚀 What's Next?
Coming Soon: Fabric port for 1.21.x family (v1.0.0)
- Same features as NeoForge version
- Leverages shared common module
- Multi-version support from day one
Questions or issues? Report them on the GitHub Issues page!
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:OMRJLjO7:RoMGIgy8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OMRJLjO7:RoMGIgy8"
}

