Minecraft screenshotter. Automatically generates a nice picture from the game from a random position IN DEVELOPMENT
Go to file
2021-05-13 01:52:32 +08:00
.github/workflows basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
src/main basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
.gitignore basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
build.gradle basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
gradle.properties basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
gradlew basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
gradlew.bat basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
LICENSE basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
README.md basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00
settings.gradle basic checks (Chunkloaded, raycast), screenshot. Not yet finished. 2021-05-13 01:52:32 +08:00

Screenshotter

In development

Generates a random screenshot of minecraft.


GPL compliance/credits

Portions of this mod contain code from mineshot revived, which is licensed under the GPL 3.0.

Changes from mineshot revived:

  • removal of anything unrelated to the screenshot functionality
  • some code was very closely based off original code in the mod but rewritten so that I could understand exactly what it was doing (ScreenshotHandler.java). It is still a file derived from the mod and this is being written for compliance. Differences in this file include the use of ScreenshotUtils instead of the file handling for large screenshots, and lack of a options file for simplicity.
  • Relevant files are: WindowMixin.java, BackgroundRendererMixin.java, ResizeHandler.java, ScreenshotHandler.java.