Skip to content

Commit

Permalink
Merge branch '1.7.7.x' into 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets committed Feb 23, 2024
2 parents 1e613ce + 4aa42fd commit 51c9565
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# TerrainAPI

## How to include TerrainAPI in a project
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() }
}
}
dependencies {
modImplementation "TerrainAPI:terrainapi:${project.terrain_api_version}"
}
```

Documentation Eventually! :)

0 comments on commit 51c9565

Please sign in to comment.