docs: Merge pull request #3 from 3944Realms/ML_1201_PR
docs: Update implementation section in README.md
This commit is contained in:
commit
4cdbefc9c3
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
**Lib39** is a general-purpose dependency library for Minecraft mods.
|
**Lib39** is a general-purpose dependency library for Minecraft mods.
|
||||||
It provides utility methods and core functionality that other mods can build upon.
|
It provides utility methods and core functionality that other mods can build upon.
|
||||||
### How to implementation?
|
### How to implementation? ( Only for Version 0.5.0+ )
|
||||||
|
|
||||||
#### **In repositories:**
|
#### **In repositories:**
|
||||||
|
|
||||||
|
|
@ -54,4 +54,4 @@ Add this in your common subproject.
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("top.r3944realms.lib39:lib39-common-1.20.1:${lib39_version}")
|
implementation("top.r3944realms.lib39:lib39-common-1.20.1:${lib39_version}")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user