Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Aug 27, 2024
1 parent ea5972b commit b1f23d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ repositories {
}
Fabric:
dependencies {
modImplementation 'mysticdrew:common-networking-fabric:1.0.12-1.21'
modImplementation 'mysticdrew:common-networking-fabric:1.0.15-1.21'
}
Forge:
dependencies {
implementation 'mysticdrew:common-networking-forge:1.0.12-1.21'
implementation 'mysticdrew:common-networking-forge:1.0.15-1.21'
}
NeoForge:
dependencies {
implementation 'mysticdrew:common-networking-neoforge:1.0.12-1.21'
implementation 'mysticdrew:common-networking-neoforge:1.0.15-1.21'
}
Common:
dependencies {
implementation 'mysticdrew:common-networking-common:1.0.12-1.21'
implementation 'mysticdrew:common-networking-common:1.0.15-1.21'
}
```
### How to Use:
Expand Down

0 comments on commit b1f23d8

Please sign in to comment.