A simple Minecraft mod that adds the abilty to take high fidelity panorama screenshots to Minecraft 1.12.2
I was inspired by another mod called Panorama ScreenMake, which uses Minecraft's built in panorama code.
I wanted to try to do a similar thing but for Minecraft 1.12.2 but as I discovered 1.12.2 does not have this code as far as I can tell, so I set out to implement equivalent code in 1.12.2 and this is what that is.
Requires Cleanroom version 0.3.31-alpha or later.
No external libraries are required at the moment.
- Lightweight : Its extremely simple and should add no overhead well playing the game normally.
- One Keybind : Just press one button (
F9by default, can be changed) and you've got yourself a panorama of your suroundings. - Compatible : Uses no mixins, relies on vanilla functionality (the same code that hides your HUD) and has been tested with Celeritas.
- Convenient : Outputs to
.minecraft/panoramas/panorama_TIMESTAMPalready with the correct file names for a resourcepack. - High Res : Panoramas are taken at
4096x4096pixels and down scaled to1024x1024pixels for a nice crisp image.
At the moment there is no config file for setting the resolution or other options, this could be added in the future (especially if people download the mod) but is not yet a feature.
I will attempt to review and merge any bug fix pull requests but when it comes to new features its not guaranteed.
Additionally if you want to port this mod away from 1.12.2 you should just fork the code base and do your own thing.
