Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets authored May 9, 2024
1 parent cf8c198 commit ea3c391
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,12 @@ Some user configurable things being:
Add this in your `build.gradle`:
```groovy
repositories {
ivy {
url = "https://github.com/UselessSolutions"
patternLayout {
artifact "[organisation]/releases/download/v[revision]/[module]-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
}
mavenCentral()
maven { url = "https://jitpack.io" }
}
dependencies {
modImplementation "TerrainAPI:terrainapi:${project.terrain_api_version}"
modImplementation 'com.github.UselessSolutions:TerrainAPI:v${project.terrain_api_version}'
}
```

Expand Down

0 comments on commit ea3c391

Please sign in to comment.