Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Dec 15, 2022
1 parent 3c5cbf2 commit 74c4d85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Depend on it
```
```gradle
repositories {
maven {
// Maven of dragons.plus
url "https://maven.dragons.plus/Releases"
// Maven of jitpack.io
url "https://jitpack.io/"
}
}
dependencies {
implementation fg.deobf("plus.dragons.createdragonlib:create_dragon_lib-${minecraft_version}:${create_dragon_lib_version}")
modImplementation include("com.github.DM-Fabric-Ports:CreateDragonLib:${project.dragon_lib_version}")
}
```

0 comments on commit 74c4d85

Please sign in to comment.