Tags
Creators
Details
Licensed GPL-3.0-only
Published 8 months ago
All versions
1.3.4
Beta
Journey Mod 1.3.48 months ago 25
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
📋 Changelog
Version 1.3.4
Release Date: October 30, 2025
Major Feature
- ⌨️ Configurable Keybind: Journey Mode menu key is now customizable!
- Default key:
J(unchanged) - Configurable in: Options → Controls → Key Binds → Journey Mode
- Can rebind to any key you prefer
- Appears in dedicated "Journey Mode" category in controls menu
- Default key:
Technical Implementation
- Added
KeyMappingfor proper Minecraft keybind integration - Registered keybind in
RegisterKeyMappingsEvent - Replaced hardcoded
GLFW_KEY_JwithKeyMapping.consumeClick() - Added localization for keybind name and category
- Keybind state is saved in Minecraft's options.txt
User Experience
- Navigate to Options → Controls → Key Binds
- Scroll to "Journey Mode" category
- Click on "Open Journey Mode Menu" binding
- Press your desired key to rebind
- Changes save automatically
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:1J2ngmIA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OMRJLjO7:1J2ngmIA"
}

