Update README.md
This commit is contained in:
parent
af3fca0c41
commit
29d99fecfe
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@ BCLib is a library mod for BetterX team mods, developed for Fabric, MC 1.19
|
||||||
|
|
||||||
You can easily include BCLib into your own mod by adding the following to your `build.gradle`:
|
You can easily include BCLib into your own mod by adding the following to your `build.gradle`:
|
||||||
|
|
||||||
```json
|
```
|
||||||
repositories {
|
repositories {
|
||||||
...
|
...
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```json
|
```
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
modImplementation "com.github.quiqueck:BCLib:${project.bclib_version}"
|
modImplementation "com.github.quiqueck:BCLib:${project.bclib_version}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue