Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackninja745-studios/automaticmemories
A simple mod that periodically takes screenshots, capturing memories of your Minecraft experience.
https://github.com/blackninja745-studios/automaticmemories
client-side fabricmc minecraft screenshots
Last synced: 4 months ago
JSON representation
A simple mod that periodically takes screenshots, capturing memories of your Minecraft experience.
- Host: GitHub
- URL: https://github.com/blackninja745-studios/automaticmemories
- Owner: BlackNinja745-Studios
- License: gpl-3.0
- Created: 2024-07-28T22:33:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T02:59:43.000Z (5 months ago)
- Last Synced: 2024-10-14T06:03:55.721Z (4 months ago)
- Topics: client-side, fabricmc, minecraft, screenshots
- Language: Java
- Homepage: https://bn745studios.com
- Size: 3.39 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automatic Memories
Automatic Memories periodically takes screenshots, capturing memories of your Minecraft experience.
This mod takes screenshots at set intervals, so when you return, you'll find hundreds of unexpected snapshots capturing your time in the game.![Example Screenshots](./assets/example_screenshots.png)
## Inspiration
There's a few YouTube videos that compile years' worth of accidentally taken screenhots, offering an unexpected glimpse into the players' long-term experience in Minecraft.
Unfortunately, if you rarely mispress keys or have a keyboard without dedicated function keys, you might miss out on this unique perspective of your playtime.
This mod solves this by automatically taking a screenshot every 3 hours by default, over time giving you a catalog of random screenshots!![YouTube Inspiration](./assets/yt_inspiration.png)
## Configuration
AutomaticMemories is a simple and lightweight mod, but it still offers plenty of configuration options, allowing you to tailor it to your exact preferences.
[Cloth Config API](https://modrinth.com/mod/cloth-config) and [ModMenu](https://modrinth.com/mod/modmenu) are required to configure the mod.![AutomaticMemories Configuration](./assets/configuration.png)
Using the configuration you can make the screenshots more or less frequent, save them in a different folder, or skip taking a screenshot when you aren't in game.
By default, this mod will carry over the timer between sessions. For exmaple, if you set the interval to every four hours and play for three hours one day, the next time you play it will take a screenshot one hour in.
This is useful since you probably won't often play for as long as your interval is, which would mean the mod wouldn't ever take a screenshot. Leaving "Restart timer each session" disabled solves this.## Support
- Open an issue on [GitHub](https://github.com/BlackNinja745-Studios/AutomaticMemories/issues)
- Ask for help on [Discord](https://discord.bn745studios.com)## Dependencies
- [Fabric API](https://modrinth.com/mod/fabric-api)
- [ModMenu](https://modrinth.com/mod/modmenu) (Optional, used for configuration)
- [Cloth Config API](https://modrinth.com/mod/cloth-config) (Optional, used for configuration)