readme update

This commit is contained in:
MeexReay 2025-06-14 03:13:26 +03:00
parent e7abf3e15b
commit 8242b2c601

View File

@ -2,6 +2,12 @@
This mod can record your movements and play them back. This mod can record your movements and play them back.
## How to use
Simply start recording, perform any actions, stop the recording, return to the starting point, and then you can replay everything you did.
## Showcase
![Preview gif](preview.gif) ![Preview gif](preview.gif)
## Controls ## Controls
@ -10,29 +16,18 @@ Default Repeating Mod keys
``` ```
Menu | J Menu | J
Toggle recording | not specified Toggle recording | not specified by default
Toggle replay | not specified Toggle replay | not specified by default
``` ```
## Menu ## Menu
How menu looks like This is how menu looks like:
![repeating mod menu](https://github.com/MeexReay/repeating-mod/assets/127148610/4123068f-b150-45ae-8ae3-fcaa0e6bb9f8) ![repeating mod menu](https://github.com/MeexReay/repeating-mod/assets/127148610/4123068f-b150-45ae-8ae3-fcaa0e6bb9f8)
## Todo ## Roadmap
Releases dont have striked lines
- record gui mouse clicks and key pressing (in dev) - [ ] relative mode for repeating actions (like mining)
- create new preview.gif - [ ] record mouse and keyboard in gui
- practice mode like in geometry dash for parkours - [ ] practice mode (like in geometry dash but for parkours)
## How to build
How to build mod from source
```
gradlew build
```
Compiled .jar file you can find in `build/libs`