Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Panoramic Screenshot
ModLGPL-3.0-or-later

Panoramic Screenshot

Add a client command: /screenshot, allows you to take high resolution normal/panoramic/skybox screenshots.

99
Downloads
7
Followers
2 months ago
Updated
📦
4
Versions
cursedutilityforgeneoforge
Download Latestv1.0.0View on Modrinth

📖About Panoramic Screenshot

Panoramic Screenshot Demo

Panoramic Screenshot

Discord
GitHub License

A client mod, allows you to take high resolution normal/panoramic/skybox screenshots.

Use /screenshot to take a specified type of screenshot. Also supports set a shortcut key to take panoramic or skybox screenshots.

Feature Details

/screenshot normal <width> <height>

Take a normal screenshot with the specified resolution. Max to 16384 * 16384.

/screenshot panoramic <mode>

Shoter form of the command below, will use default parameters.
This is what the shortcut key actually calls.
Default parameters are:

  • height: your current screen height
  • fov: your current FOV
  • yaw_start: 0
  • frame_delay: 0

/screenshot panoramic <mode> <height> <fov> <yaw_start> <frame_delay>

Take a panoramic screenshot that around yourself, like the title image.

Implementation method is to rotate the perspective 360° and take screenshots repeatedly, and stitch them.

To prevent scene changes during filming, the mod will try to pause game client. Bus run /tick freeze before this is still recommended.

Parameters:

  • mode: one of FAST and PRECISE, FAST will take 360 screenshots while PRECISE take one screenshot each column of pixels.
    FAST mode have some flaws when fov larger than 60°. So PRECISE mode is recommended.
  • height: height of the final screenshot, in pixels, the width will be calculated by height/fov * 360.
  • fov: field of view when taking screenshots, in degrees.
  • yaw_start: the starting yaw when taking screenshots, in degrees. 0 means facing south, 90 means facing west.
  • frame_delay: delay between each screenshot, in frames.

/screenshot skybox <name> <size>

Take a skybox screenshot, which is a 6-face cubemap. Like Minecraft title screen background.

In fact you can custom title screen with those skybox screenshots.

Parameters:

  • name: the file name of screenshots, form <name>_0.png to <name>_5.png.
  • size: the width and height, in pixels.

Custom Title Screen Background

Custom Title Screen Background Demo

Prue Vanilla Resource Pack

Just put skybox screenshots in minecraft/textures/gui/title/background and name them panorama_0.png to panorama_5.png.

With this mod

This mod allows multiple skyboxes exist, and load one randomly at a time.

Put skybox screenshot in {namespace}/textures/gui/title/background, and create a metadata file named {name}.json in the same folder, with content like this:

{
  "name": "{name}",
  "weight": 1
}

The directory should looks like:

  \{namespace}
    \textures
      \gui
        \title
          \background
            {name}_0.png
            {name}_1.png
            {name}_2.png
            {name}_3.png
            {name}_4.png
            {name}_5.png
            {name}.json

Mod will load all metadata and pick one randomly by the weight each time.

👥 Team & Contributors

xkball
xkballOwner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
forgeneoforge
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page