39 lines
705 B
Markdown
39 lines
705 B
Markdown
# Repeating Mod (Fabric)
|
|
|
|
This mod can record your movements and play them back.
|
|
|
|

|
|
|
|
## Controls
|
|
|
|
Default Repeating Mod keys
|
|
|
|
```
|
|
Menu | J
|
|
Toggle recording | not specified
|
|
Toggle replay | not specified
|
|
```
|
|
|
|
## Menu
|
|
|
|
How menu looks like
|
|
|
|

|
|
|
|
## Todo
|
|
Releases dont have striked lines
|
|
|
|
- record gui mouse clicks and key pressing (in dev)
|
|
- create new preview.gif
|
|
- practice mode like in geometry dash for parkours
|
|
|
|
## How to build
|
|
|
|
How to build mod from source
|
|
|
|
```
|
|
gradlew build
|
|
```
|
|
|
|
Compiled .jar file you can find in `build/libs`
|