Skip to content

Commit 545caaa

Browse files
Update README.md
1 parent a6afaa2 commit 545caaa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
# TerrainAPI
22

3+
## How to include PrismaticLibe in a project
4+
Add this in your `build.gradle`:
5+
```groovy
6+
repositories {
7+
ivy {
8+
url = "https://github.com/UselessBullets"
9+
patternLayout {
10+
artifact "[organisation]/releases/download/r[revision]/[module]-[revision].jar"
11+
m2compatible = true
12+
}
13+
metadataSources { artifact() }
14+
}
15+
}
16+
17+
dependencies {
18+
19+
modImplementation "TerrainAPI:terrainapi:${project.terrain_api_version}"
20+
21+
}
22+
```
23+
324
Documentation Eventually! :)

0 commit comments

Comments
 (0)