InGame Info JSON

Quick rating

Community listing page, reviews here may not be monitored by the author.

InGame Info JSON

No reviews yet

From the old golden days, here brought back the HUD info that are fully customizable.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
ingameinfojson-1.0.0-beta.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

About the Mod

Have you ever liked to have some cool info like the current ingame day always on screen?

The mod allows you to always have the informations you like on screen and it's fully customizable by yourself.
Manage what you see by modifying the preset made in JSON, and if you are not familiar with it you could always import and use the preset of another player!

Once installed the mod comes with a default preset.

Right now it's listed as beta because I would like to have it stable and with more features before releasing

HUD structure

You can have many HUDs active as you like and you can find them placed inside /config/ingameinfojson/huds

Each HUD is a JSON file structured roughly in this way:

 {
    "position": "top-left",
    "rows": [{
            "elements": [{
                    "type": "currentday",
                    "showLabel": true
                },
                {
                    "type": "time"
                },
                {
                    "type": "dayperiod"
                }
            ]
        },
        {
            "elements": [{
                "type": "biome",
                "showLabel": true
            }]
        },
        {
            "elements": [{
                "type": "fps",
                "showLabel": true
            }]
        },
        {
            "elements": [{
                "type": "coords"
            }]
        }
    ]
}

Each HUDs is composed by rows that also contains elements inside. The element have type key which will allow you to select which info you want to show between these values:

  • coords (Shows XYZ coordinates)
  • time (Shows the current time of the day in HH:MM format)
  • dayperiod (Shows Morning, Afternoon, Night label based on the current time)
  • biome (Shows the biome you are currently in)
  • fps (Shows your current fps)
  • currentday (Shows how many ingame days have passed until now)
  • deaths (Shows how many times you dead)

There also exists the keys 'showLabel' and 'label', the first one is a boolean and if enabled shows a label for the value, the second can be used to display any text you want for that value as label otherwise will be used a default label.

!! BEWARE THE STRUCTURE MAY CHANGE BASED ON MOD VERSION, I WILL SOON PROVIDE A LINK THAT WILL TRACK THE RIGHT STRUCTURE BASED ON THE DIFFERENT VERSIONS !!

How to install

Simply download the mod and put its file inside /mods folder.

Optional dependencies

  • Configured (You may use this mod to change and adjust some general settings about HUDs)

Servers compatibility

The mod is fully client and not required to be on the server side.

Incompatibilities

There should be no conflict problems but if you ran into some errors report down in the comments.

Screenshots

Gallery

  • Night Example.png
    Night Example.png Night Example.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works