More Debug + Screenshot
More Debug provides an enhanced debug screen for early Minecraft versions, inspired by the BetterF3 mod by TreyRuffy and Coordinates by TheZyga. This project is part of a larger development and can work alongside other modifications.
Key Features
Performance Information
- Game Version + FPS + Chunk Updates - core performance metrics
- Rendered/Total - number of displayed chunk sections relative to total
- Culled Renders - chunk sections loaded beyond view distance
- Removed Renders - sections excluded through occlusion (usually 0)
- Skipped Renders - empty chunk sections
Entity Statistics
- Rendered Entities - number of displayed objects relative to total
- Culled Entities - objects in loaded chunks but not displayed (usually 0)
- Particles - visual effects: smoke, block breaking, bubbles, splashes
- Total Entities - overall count of objects that can be displayed
Geographical Data
- XYZ - current player coordinates
- SPAWN XYZ - spawn point coordinates
- Direction - current facing direction (North, West, South, East)
- Block Light - light level from blocks at player's head position
- Sky Light - natural light level (accurate only during daytime)
- Combined Light - total light level
- On Ground - surface contact status
- Highest Block - maximum Y coordinate for standing in current chunk
Screenshot Functionality
The mod adds screenshot capability to versions where it was originally missing. In later versions that already had screenshots, the mod removes the F1 key requirement.
Version Compatibility
Beta 1.8.1
Enhanced debug screen only. Added F key function for fog control.
Beta 1.3_01 - Beta 1.7.3
Enhanced debug screen without screenshot modifications.
Alpha 1.2.6 - Beta 1.2_02
Removed F1 requirement for screenshots + enhanced debug screen.
Alpha 1.1.0 - Alpha 1.1.2_02
Both screenshots and enhanced debug screen added.
Alpha 1.0.4 - Alpha 1.0.17_04
Full functionality: screenshots and enhanced debugging.
Technical Details
The mod modifies Minecraft, GameSettings, GuiIngame, MathHelper, RenderGlobal classes and adds new functional modules. Early game versions lack some chat features, which may affect screenshot file name display.