Tags
Creators
Details
1.3.3
Compatibility
Changes
š Changelog
Version 1.3.3
Release Date: October 30, 2025
Bug Fix
- š§ Fixed Slot Outlines: Slot borders/backgrounds now match actual slot positions
- Updated inventory slot outlines: y=84 ā y=110
- Updated hotbar slot outlines: y=142 ā y=168
- Outlines now perfectly align with clickable slot areas
- Visual consistency restored
Version 1.3.2
Release Date: October 30, 2025
Major Improvements
- šØ Dynamic GUI Height: Increased GUI height to 204 pixels for proper spacing
- Search box, inventory label, and all slots now have adequate room
- No more overlapping elements in any tab
- Clean, professional layout with breathing room
Layout Changes
- GUI height: 180px ā 204px (24 pixels taller)
- Inventory slots: y=110 (was y=98)
- Hotbar slots: y=168 (was y=156)
- Inventory label: imageHeight - 104 (was - 80)
- Search box: y=86 (unchanged, now with proper spacing)
Visual Improvements
- Proper spacing between search box and inventory label
- Inventory label no longer overlaps with slots
- Search box no longer overlaps with inventory slots
- Consistent spacing throughout the GUI
Version 1.3.1
Release Date: October 30, 2025
Bug Fixes
-
š§ Fixed GUI Layout Issues:
- Moved inventory slots down by 14 pixels to match taller GUI (180px height)
- Fixed "Inventory" label overlapping with slots in Deposit tab
- Fixed search box overlapping with inventory slots in Journey tab
- Search box now positioned at y+86 (above inventory)
- Inventory label now at proper position (imageHeight - 80)
-
š§ Fixed Item Loss on GUI Close:
- Items left in deposit slot are now returned to player inventory when GUI closes
- Added
removed()override to handle cleanup - Prevents accidental item loss if you close GUI without submitting
Technical Changes
- Inventory slots moved from y=84/142 to y=98/156
- Search box moved from y=72 to y=86
- Inventory label Y position updated from -94 to -80
- Added proper cleanup in screen
removed()method
Version 1.3.0
Release Date: October 30, 2025
Major Features
- š Item Search: Search box in Journey tab to quickly find unlocked items
- Real-time filtering as you type
- Case-insensitive search
- Matches item display names
- Shows "No items match search" when no results
- š Smart Sorting: Items automatically sorted by unlock time
- Most recently unlocked items appear first
- Easier to find your latest unlocks
- Combined with search for powerful item finding
Technical Improvements
- Added unlock timestamp tracking to
JourneyDataAttachment- Stores millisecond timestamp when each item is unlocked
- Persistent across game sessions via Codec serialization
- Enhanced
SyncJourneyDataPacketto sync timestamps - Added
getUnlockedItemsSorted()method for timestamp-based sorting - Search box appears only in Journey tab (auto-hides in Deposit tab)
User Experience
- Search box positioned below item grid (bottom of Journey tab)
- Type to filter items instantly
- Scroll wheel works with filtered results
- Item tooltips work correctly with search/sort
Version 1.2.0
Release Date: October 30, 2025
Major UI/UX Improvements
- š Submit Button: Items no longer auto-deposit - click "Submit" button to confirm
- Green button appears when item is in deposit slot
- Prevents accidental deposits
- Shows clear visual feedback
- š Live Item Info: When item is placed in deposit slot (before submitting):
- Shows required threshold for that specific item
- Shows current collected count vs. required
- Shows progress percentage
- Displays "Already Unlocked!" for unlocked items
- š« Unlocked Item Protection: Cannot deposit items that are already unlocked
- Shows green checkmark if item is already unlocked
- Prevents wasting items on already-unlocked entries
- šÆ Better Title Positioning: "Journey Mode" title moved higher to avoid tab overlap
Bug Fixes
- Fixed title overlapping with tabs
- Items no longer disappear when placed in deposit slot
- Clear visual feedback for all deposit states
User Experience
- Place item in slot ā See requirements and progress ā Click Submit ā Item deposited
- Much clearer what's needed for each item type
- No more confusion about dynamic thresholds
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:3O9Q9VQb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OMRJLjO7:3O9Q9VQb"
}

