Skip to content

Commit

Permalink
Fix 1.21.1 merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Dec 21, 2024
1 parent 51723f4 commit a617a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ repositories {
}

dependencies {
modImplementation("me.senseiwells:server-replay:1.2.2+1.20.6")
modImplementation("me.senseiwells:server-replay:1.2.7+1.20.6")
}
```

Expand Down
6 changes: 3 additions & 3 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
minecraft = "1.21.1"
minecraft = "1.20.6"
fabric-loader = "0.16.9"
parchment = "1.21:2024.07.28"
fabric-api = "0.103.0+1.21.1"
parchment = "1.20.6:2024.05.01"
fabric-api = "0.99.0+1.20.6"
fabric-kotlin = "1.11.0+kotlin.2.0.0"
permissions = "0.3.1"
inject = "2.2.2"
Expand Down

0 comments on commit a617a9d

Please sign in to comment.