{"id":13624217,"url":"https://github.com/younishd/neoreset","last_synced_at":"2025-04-15T20:33:35.885Z","repository":{"id":52613538,"uuid":"356955502","full_name":"younishd/neoreset","owner":"younishd","description":"Neo's auto resetter for Minecraft speedrunning on Linux.","archived":true,"fork":false,"pushed_at":"2021-12-30T13:23:16.000Z","size":3037,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T12:43:13.500Z","etag":null,"topics":["minecraft","speedrun"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/younishd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-11T19:05:07.000Z","updated_at":"2023-10-29T12:55:00.000Z","dependencies_parsed_at":"2022-08-13T02:01:15.568Z","dependency_job_id":null,"html_url":"https://github.com/younishd/neoreset","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younishd%2Fneoreset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younishd%2Fneoreset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younishd%2Fneoreset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younishd%2Fneoreset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/younishd","download_url":"https://codeload.github.com/younishd/neoreset/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249148441,"owners_count":21220533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","speedrun"],"created_at":"2024-08-01T21:01:40.157Z","updated_at":"2025-04-15T20:33:35.455Z","avatar_url":"https://github.com/younishd.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# neoreset\n\n![](https://github.com/younishd/neoreset/actions/workflows/main.yml/badge.svg?branch=v1.1.1)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/younishd/neoreset?color=ff69b4)\n\n_Neo's auto resetter for Minecraft speedrunning on Linux._\n\n---\n\n![](screen.png)\n\n## TL;DR\n\nDownload the latest release from [**here**](https://github.com/younishd/neoreset/releases/latest).\n\nRun the executable (e.g. from a terminal) and press…\n- **F7** to reset (from title screen)\n- **F8** to switch category\n\n## Features\n\n- **RSG/SSG/FSG**\n- **1.16** and **1.14**\n- Global and per session counter in world name\n- Included filters\n    - filteredseed\n    - filteredvillage\n    - filteredshipwreck\n    - ruined-portal-loot\n    - fsg-power-village-looting-sword\n\n## Options\n\n```\nusage: neoreset [-h] [-v] [-c CONFIG_PATH]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -v, --version         show program's version number and exit\n  -c CONFIG_PATH, --config CONFIG_PATH\n                        custom path to neoreset.json config file\n```\n\n### Examples\n\nPass a custom path to where the `neoreset.json` config file shall be:\n\n```\nneoreset --config /path/to/somewhere\n```\n\nThis defaults to your `.minecraft` folder.\n\n## Settings\n\nCheck out the file called `neoreset.json` in your `.minecraft` folder.\n\n- `hotkey` - reset hotkey\n- `hotkey2` - switch category hotkey\n- `version` - minecraft version: `\"1.16\"` or `\"1.14\"`\n- `category` - default category: `\"rsg\"`, `\"ssg\"`, `\"fsg\"`\n- `delay` - delay in seconds between simulated keyboard inputs\n- `session_thresh` - threshold when to wrap a session (in seconds)\n- `sound` - voice on/off\n- `world_name` - world name format string with placeholders\n    - `{c}` - category\n    - `{v}` - version\n    - `{s}` - per session counter\n    - `{g}` - global counter\n- `ssg.seed` - seed to be used for SSG category (1.14 or 1.16)\n- `fsg.filter` - filter to be used for FSG category (1.16 only)\n    - `\"filteredseed\"`\n    - `\"filteredvillage\"`\n    - `\"filteredshipwreck\"`\n    - `\"ruined-portal-loot\"`\n    - `\"fsg-power-village-looting-sword\"`\n\n## Work in progress\n\n- [x] 1.16\n- [x] 1.14\n- [x] RSG\n- [x] SSG\n- [x] FSG\n- [x] Linux\n- [ ] macOS\n- [ ] Windows\n\n(PRs are welcome.)\n\n## Dev\n\nClone the repository and set up a virtual environment as follows.\n\n```\ngit clone https://github.com/younishd/neoreset.git\ncd neoreset\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\nRun the script like this:\n\n```\n./neoreset.py\n```\n\n### PyInstaller\n\nWe're using [PyInstaller](https://pyinstaller.readthedocs.io) to bundle everything into a single binary.\n\nInstall the `pyinstaller` package as follows.\n\n```\npip install pyinstaller\n```\n\nThen run the following command to build the binary:\n\n```\npyinstaller neoreset.py \\\n        --onefile \\\n        --add-data assets:assets \\\n        --add-data VERSION:. \\\n        --add-data README.md:. \\\n        --add-data LICENSE:. \\\n        --add-data neoreset.json:. \\\n        --add-binary bin:bin \\\n        --add-binary lib:lib \\\n        --hidden-import=pynput.keyboard._xorg \\\n        --hidden-import=pynput.mouse._xorg\n```\n\nRun the new binary (outside the venv) like this\n\n```\ndist/neoreset\n```\n\n## Bugs\n\nFeel free to report any issues [here](https://github.com/younishd/neoreset/issues) or DM me (`neo#0495`) on discord.\n\n## Credits\n\nThanks to [@AndyNovo](https://github.com/andynovo) for the FSG goodies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounishd%2Fneoreset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounishd%2Fneoreset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounishd%2Fneoreset/lists"}