
Screenshot with Coords
Recording gameplay data and building datasets has become possible with this modification. Initially designed to facilitate training for interactive image generation models, it functions by automatically capturing your screen and recording associated positional data at regular intervals. This only activates upon entering a world, whether single-player or on a server, and stops when you exit.
Captured images are collected in screenshot_with_coords/screenshots
, while detailed metadata—like coordinates and the direction your character faces—is progressively added to screenshot_with_coords/coords.jsonl
as you play.
You can configure aspects like the time delay between captures (CAPTURE_INTERVAL
, in milliseconds) or how often data is flushed to the JSON file (JSONL_SAVE_AFTER
). For example, a default interval of 500ms means the mod takes screenshots every half-second, while a default JSON save setting of 50 ensures that data is written to file after 50 capture events, but any remnants are still saved if you leave.