Mineuniverse
Log in Register
Mods

ShootScreen

Make your game screen look like a screenshot.
by xkball
Download Claim this project
1,049 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Cosmetic Miscellaneous Utility & QoL

Shoot Screen

Make your game screen look like a screenshot.

Press 'Z' to toggle of screenshot like rendering.

Supprt custom background image and many other params.

Custom Background

Put following files in a resource pack.

├───assets
│   └───<namespace>
│       └───custom_background
│           └─── <image_name>.json //background config
│       └───texutres
│           └───custom_background
│               └─── <image_name>.png

If there is more than one background, will apply a random one.

//A background config example.
{
  "name": "example_background", //the image name.
    "screenRect": {                //define the sreen corners in background.
        "leftDown": [            //Percentage[0-1] form left down corner of iamge.
          0.106,
          0.249
        ],
        "leftUp": [
          0.0879,
          0.876
        ],
        "rightDown": [
          0.952,
          0.256
        ],
        "rightUp": [
          0.951,
          0.92
        ]
  },
  "moireStrength": 0.6,    //Strength of Moiré pattern.Range[0,1]. 0 means no Moiré pattern.
  "lightColor": [        //Following are the light parameters
    1.0,
    1.0,
    1.0
  ],
  "lightPos": [
    1.7,
    1.0,
    2.0
  ],
    "viewPos": [
    0.6,
    0.5,
    1.0
  ]
  "ambientStrength": 0.2,
  "specularStrength": 5,
  "shininess": 16,
}

About light parameters: this mod use Phong Lighting Model to simulate highlighting effects. The screen mapped to a rect from (0,0,0) to(1,1,0)and towards(0,0,1).

If you just want to disable highlighing effects , set specular strength to 0.

ShootScreen-NeoForge-Minecraft1.21.1-1.0.0.jar
MC Client, NeoForge, 1.21.1
Release 2025-05-10 Get

More from xkball

xkball's Auto Translate
6,859
XiBao port version
364
TinTeaTech
307
Let Me See See (Your Code)
279
Create: BlueprintVoid
14,261
Power Screenshot
1,325

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734