Update README.md

This commit is contained in:
Frank 2022-06-07 23:41:13 +02:00 committed by GitHub
parent af3fca0c41
commit 29d99fecfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"