Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mediang committed May 7, 2022
1 parent 2f23a37 commit 7e9295e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Bromine

## Features

- Asynchronous entity tracker

## Downloads

The latest jar file can be found [here](https://github.com/Mediang/Bromine/releases/tag/release).
The direct download link is [here](https://github.com/Mediang/Bromine/releases/download/release/Bromine-paperclip-1.18.2-R0.1-SNAPSHOT-reobf.jar).

## Building

You need to run these commands in a linux environment, or WSL.
At least JDK 7 is required to be installed.

```shell
./gradlew applyPatches
./gradlew createReobfPaperclipJar
```

The execution time may vary depending on your hardware.
The reobfuscated paperclip jar file can be found in `build/libs`.

## License

Patches are licensed under [GPL-3.0](PATCH-LICENSE), everything else under MIT.

0 comments on commit 7e9295e

Please sign in to comment.