Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyces authored Jun 14, 2024
1 parent fe98c2c commit 9b6c335
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
### Root
```groovy
repositories {
mavenCentral()
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/dhyces/trimmed")
Expand All @@ -40,27 +41,24 @@ repositories {
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
}
}
maven {
url = "https://jm.gserv.me/repository/maven-public/"
}
}
```
### Common
```groovy
dependencies {
runtimeOnly("io.github.llamalad7:mixinextras-common:0.3.6")
implementation("dev.dhyces.trimmed:trimmed-common-1.21-3.0.0")
implementation("dev.dhyces.trimmed:trimmed-common-1.21:3.0.0")
}
```
### Neo
```groovy
dependencies {
implementation("dev.dhyces.trimmed:trimmed-neoforge-1.21-3.0.0")
implementation("dev.dhyces.trimmed:trimmed-neoforge-1.21:3.0.0")
}
```
### Fabric
```groovy
dependencies {
modImplementation("dev.dhyces.trimmed:trimmed-fabric-1.21-3.0.0")
modImplementation("dev.dhyces.trimmed:trimmed-fabric-1.21:3.0.0")
}
```
```

0 comments on commit 9b6c335

Please sign in to comment.