promotional bannermobile promotional banner

Journey Mode JM

A Minecraft mod that allows you to unlock unlimited access to items after collecting enough of them.

File Details

journeymode-1.3.3.jar

  • B
  • Oct 30, 2025
  • 40.06 KB
  • 8
  • 1.21.1
  • NeoForge

File Name

journeymode-1.3.3.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:journey-mode-1375363:7167183"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📋 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 SyncJourneyDataPacket to 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