
Modrinth · Minecraft mod
More Debug + Screenshot
This mod provides a much needed improvement to the debug GUI!
Quick answer
Which More Debug + Screenshot release matches a1.0.15?
More Debug + Screenshot 1.1 targets a1.0.15 with modloader. It must be installed on the client. Do not install it on the dedicated server. No extra mods listed for this file.
Where it goes
Is More Debug + Screenshot required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does More Debug + Screenshot 1.1 need?
1.1 on a1.0.15. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add More Debug + Screenshot without breaking your instance.
Built for More Debug + Screenshot 1.1 on a1.0.15. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.1. It targets a1.0.15 with modloader; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.1. It opens that exact file at the source.
About this project
What does More Debug + Screenshot add?
More Debug + Screenshot! Alpha 1.0.4, 1.0.5_01, 1.0.11, 1.0.14, 1.0.15, 1.0.16, 1.0.17_04, 1.1.0, 1.1.2_01 and 1.2.6; Beta 1.1_02, 1.2_02, 1.3_01, 1.4_01, 1.5_01, 1.6.6, 1.7.3 and 1.8.1
MORE DEBUG IS TAKEN FROM A BIGGER PROJECT I AM WORKING ON, THIS ISN'T INHERENTLY COMPATIBLE OR INCOMPATIBLE WITH OTHER MODS
More Debug aims to actually be a useful debug screen for alpha! + Screenshot!
More debug is inspired from BetterF3 by TreyRuffy and Coordinates by TheZyga.
Verisons Beta 1.2_02 onway don't not touch screenshotting at all, for it is perfect.
Verison Beta 1.8.1 re-introduces the F key feature for fog, I was already jacking up the Controls GUI.
Features
Spoiler
Game Version + FPS + Chunk Updates
Rendered/total - Number of chunk sections rendered over total number of chunks
Culled Renders - Number of chunk sections loaded outside the viewing distance
Removed Renders - Number of chunk sections removed through occlusion culling, commonly 0
Skipped Renders - Number of empty chunk sections
Rendered Entities - Number of rendered entities over total entities
Entities Hidden - Vanilla Minecraft, at least this version doesn't have invisible entites. So unless a mod you have installed does this number will always be 0
Culled Entities - Entites in the loaded chunks that aren't rendered
Particles - Rendered particle effects such as, Smoke, Breaking Blocks, Bubbles or splashing
Total Entites - Entites in all chunks that could possibly be rendered
XYZ - Current coordinates
SPAWN XYZ - Coordinates you spawned at
Direction - Currect direction you are facing, North, West, South, East
Block Light - The amount of light from other blocks (example torches) at the block the player's head is in. If the player stands on top of a torch, this field shows a light level of 13 instead of the expected 14, due to the player's head being one block away from it
Sky Light - The amount of light from the sky at the block the player's head is in. Note that the number shown here is accurate only during the day
Combined Light - The total light level where the player's head is, equal to max (Block Light + Sky Light)
On Ground - Is the player on the ground or not
Highest Block - The y-coordinate of the highest block where the player is able to stand in the current chunk, rounded up when standing on half-blocks, such as slabs.
Edits/Additions
Spoiler
Edits:
Minecraft, GameSettings, GuiIngame, MathHelper, RenderGlobal
Adds:
Direction, ScreenShotHelper
Version Information:
Spoiler
Beta 1.8.1:
Spoiler
This Version obviously already has screenshotting, this verison is just More Debug.
Edits: Minecraft, GameSettings, GuiControls, GuiIngame, MathHelper, RenderGlobal, WorldInfo
Adds: Direction
Beta 1.3_01 - Beta 1.7.3:
Spoiler
These versions obviously already has screenshotting, this verison is just More Debug.
Edits: Minecraft, GameSettings, GuiIngame, MathHelper, RenderGlobal, WorldInfo
Adds: Direction
Alpha 1.2.6 - Beta 1.2_02:
Spoiler
These versions obviously already has screenshotting but removes the F1 requirement, mostly just the More Debug mod.
Edits: Minecraft, GameSettings, GuiIngame, MathHelper, RenderGlobal
Adds: Direction
Alpha 1.1.0 - Alpha 1.1.2_02:
Spoiler
These versions don't have screenshotting. These verisons are More Debug + Screenshot!
Edits: Minecraft, GameSettings, GuiIngame, MathHelper, RenderGlobal
Adds: Direction, ScreenShotHelper
Alpha 1.0.4 - Alpha 1.0.17_04:
Spoiler
These versions don't have screenshotting. These verisons are More Debug + Screenshot!
Edits: Minecraft, GameSettings, GuiIngame, MathHelper, RenderGlobal
Adds: Direction, ScreenShotHelper
Additional Information:
Spoiler
In earlier versions of the game, the absence of multiplayer functionality means that chat features are not present. Consequently, certain versions of the mod developed for these early iterations may lack the black transparent shadow behind the file name.
Source and RetroMCP patches will be inside the download along side the mod, feel free to check it out.
Modloader not required but I had to select an API.
Screenshot info
Spoiler
Screenshot! Alpha 1.0.4, 1.0.5_01, 1.0.11, 1.0.14, 1.0.15, 1.0.16, 1.0.17_04, 1.1.0, 1.1.2_01, 1.2.6 and Beta 1.1_02
This is a backport of taking screenshots from Beta 1.7.3.
Screenshots were added the version after Alpha 1.1.2_01, in Alpha 1.2.0 but required you to hold down F1, where this mod does not.
Edits/Additions
Spoiler
Edits:
Minecraft
Adds:
ScreenShotHelper
Version Information:
Spoiler
Beta 1.1_02:
Spoiler
Edits: Minecraft
I removed the F1 requirement to take screenshots.
Alpha 1.2.6:
Spoiler
Edits: Minecraft
I removed the F1 requirement to take screenshots.
Alpha 1.1.0:
Spoiler
Basically the same as Alpha 1.1.2_01.
Alpha 1.0.11-1.0.17_04:
Spoiler
Basically the same as Alpha 1.1.2_01.
Alpha 1.0.4-1.0.5_01:
Spoiler
These versions modify the GuiIngame and Minecraft classes and introduce the ScreenShotHelper. They lack the necessary code to display the chat message for the screenshot file name, necessitating the modification of GuiIngame. Additionally, these versions are packaged differently from later releases, resulting in a different appearance when viewed within the zip file.
Additional Information:
Spoiler
In earlier versions of the game, the absence of multiplayer functionality means that chat features are not present. Consequently, certain versions of the mod developed for these early iterations may lack the black transparent shadow behind the file name.
Source and RetroMCP patches will be inside the download along side the mod, feel free to check it out.
Modloader not required but I had to select an API.
Project description from Modrinth.
Pick your setup
More Debug + Screenshot by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
b1.7.3
1 loader buildb1.6.6
1 loader buildb1.5_01
1 loader buildb1.4_01
1 loader buildb1.3_01
1 loader buildb1.2_02
1 loader buildb1.1_02
1 loader builda1.2.6
1 loader builda1.1.2_01
1 loader builda1.1.0
1 loader builda1.0.17_04
1 loader buildShowing the newest 12 of 18 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
More Debug + Screenshot versions and loaders
1.1
More Debug + Screenshot V1.1 a1.0.15 Client+Patch+SRC.zip
24 Jul 2024
Looking for an older file? The official Modrinth project page is in Resources.