mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-22 15:34:49 +01:00
ooops x2
This commit is contained in:
parent
c0e971c949
commit
9bdedb7ce7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**You are going to need a loader to use patches created with this library**. You can use our [lillero-loader](https://git.fantabos.co/lillero-loader/) or write your own: as long as it uses `IInjector` as patch interface, it won't break compatibility.
|
**You are going to need a loader to use patches created with this library**. You can use our [loader](https://git.fantabos.co/lillero-loader/) or write your own: as long as it uses `IInjector` as patch interface, it won't break compatibility.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
The following is an example patch, located at `src/main/java/example/patches/SamplePatch.java`:
|
The following is an example patch, located at `src/main/java/example/patches/SamplePatch.java`:
|
||||||
|
|
Loading…
Reference in a new issue