Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelaux authored Jul 4, 2024
1 parent ab41ba6 commit 448d48e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ZelauxModCore([last version](versions/lastVersion.txt))
[![](https://jitpack.io/v/Zelaux/ZelauxModCore.svg)](https://jitpack.io/#Zelaux/ZelauxModCore)
ZelauxModCore
========
`ZelauxModCore` is the core of Mindustry's Java mod for easy modding.
### Modules
Expand Down Expand Up @@ -38,6 +37,9 @@ Download

Depend via Gradle(replace MODULE_NAME with the required module name):
```groovy
repositories {
maven{ url 'https://raw.githubusercontent.com/Zelaux/Repo/master/repository' }
}
dependencies {
implementation 'com.github.Zelaux.ZelauxModCore:MODULE_NAME:VERSION'
}
Expand Down

0 comments on commit 448d48e

Please sign in to comment.