Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: UselessSolutions/TerrainAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.4-7.2-pre1
Choose a base ref
...
head repository: UselessSolutions/TerrainAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 9, 2024

  1. Update README.md

    UselessBullets authored May 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ea3c391 View commit details
Showing with 3 additions and 11 deletions.
  1. +3 −11 README.md
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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}'
}
```