Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyces committed Jun 13, 2024
1 parent f3b88ab commit 39e7bc1
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}
dependencies {
implementation("maven.modrinth:trimmed:1.20.6-3.0.0+neoforge")
implementation("maven.modrinth:trimmed:1.21-3.0.0+neoforge")
}
```

Expand All @@ -24,25 +24,7 @@ repositories {
}
dependencies {
modImplementation("maven.modrinth:trimmed:1.20.6-3.0.0+fabric")
}
```

Forge version depends on: [MixinExtras 0.3.6](https://github.com/LlamaLad7/MixinExtras)
## Forge Only
```groovy
repositories {
mavenCentral()
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
runtimeOnly("io.github.llamalad7:mixinextras-common:0.3.6")
runtimeOnly("io.github.llamalad7:mixinextras-forge:0.3.6")
implementation fg.deobf("maven.modrinth:trimmed:1.20.6-3.0.0+forge")
modImplementation("maven.modrinth:trimmed:1.21-3.0.0+fabric")
}
```

Expand All @@ -67,25 +49,18 @@ repositories {
```groovy
dependencies {
runtimeOnly("io.github.llamalad7:mixinextras-common:0.3.6")
implementation("dev.dhyces.trimmed:trimmed-common-1.20.6-3.0.0")
implementation("dev.dhyces.trimmed:trimmed-common-1.21-3.0.0")
}
```
### Neo
```groovy
dependencies {
implementation fg.deobf("dev.dhyces.trimmed:trimmed-neoforge-1.20.6-3.0.0")
implementation fg.deobf("dev.dhyces.trimmed:trimmed-neoforge-1.21-3.0.0")
}
```
### Fabric
```groovy
dependencies {
modImplementation("dev.dhyces.trimmed:trimmed-fabric-1.20.6-3.0.0")
}
```
### Forge
```groovy
dependencies {
runtimeOnly("io.github.llamalad7:mixinextras-forge:0.3.6")
implementation fg.deobf("dev.dhyces.trimmed:trimmed-forge-1.20.6-3.0.0")
modImplementation("dev.dhyces.trimmed:trimmed-fabric-1.21-3.0.0")
}
```

0 comments on commit 39e7bc1

Please sign in to comment.