Description
JourneyMap Extra InfoSlots
What does this mod do?
JourneyMap Extra InfoSlots adds additional InfoSlots to JourneyMap that can display synchronized server-side values in the JourneyMap HUD.
Core ideas:
- Shows server-side values (e.g. current mob level at the player’s position) directly in the JourneyMap InfoHUD2
- Synchronizes values such as
MobLevelAtPosfrom server to client via a custom network channel - Designed for NeoForge 1.21.1
- Works great with Dynamic Difficulty
- Easily extendable to display more InfoSlots and custom values
Features
- Live display of the player level in
InfoSlot1 - Live display of the synchronized mob level in
InfoSlot2 - Network synchronization of server values (e.g.
MobLevelAtPos) to the client - Seamless integration into the JourneyMap InfoHUD
- Built for server–client sync: the server is the single source of truth

Requirements
- Minecraft: 1.21.1
- Modloader: NeoForge
- Required mods:
Installation
- Download the latest version from the Files tab on CurseForge
- Place the JAR file in your
modsfolder - Ensure JourneyMap, Dynamic Difficulty and ForgifiedFarbricAPI are installed
- Start Minecraft with NeoForge 1.21.1
Development note
Most of this mod was developed with the help of AI tools (e.g. GitHub Copilot).
Networking, API integrations and parts of the documentation were implemented and iterated using AI assistance. This project is intended as a small example of how AI can accelerate mod development.
License
This project is licensed under the MIT License.
See the file LICENSE for details.


