-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# MixinExtras | ||
|
||
A small companion library to [Mixin](https://github.com/SpongePowered/Mixin/), designed to help you write your Mixins in | ||
a more expressive and compatible way. | ||
|
||
More information about each feature offered can be found at the [Wiki](https://github.com/LlamaLad7/MixinExtras/wiki). | ||
|
||
## Setup | ||
For the time being, I recommend depending on this library via [JitPack](https://jitpack.io/). | ||
After adding its repository to your build script, you can depend on it like so | ||
```gradle | ||
dependencies { | ||
implementation("com.github.LlamaLad7:MixinExtras:0.0.1") | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters