Skip to content

Commit

Permalink
Add 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya committed Oct 23, 2024
1 parent 2a00c60 commit bffe1ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nms/v1_21_R2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT") // Todo Update Soon
paperweight.paperDevBundle("1.21.3-R0.1-SNAPSHOT")
compileOnly(project(":nms:v1_20_R4"))
compileOnly(project(":api"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private void setVersionNMS() throws UnsupportedMinecraftVersionException {
worldNMS = new fr.euphyllia.skyllia.utils.nms.v1_21_R1.WorldNMS();
playerNMS = new fr.euphyllia.skyllia.utils.nms.v1_21_R1.PlayerNMS();
}
case "1.21.2" -> {
case "1.21.2", "1.21.3" -> {
worldNMS = new fr.euphyllia.skyllia.utils.nms.v1_21_R2.WorldNMS();
playerNMS = new fr.euphyllia.skyllia.utils.nms.v1_21_R2.PlayerNMS();
}
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ Skyllia comes with a set of commands and permissions to manage the plugin effect

| Software | Version |
|:----------------------------------------------------:|:-------------:|
| [PaperMC](https://papermc.io/downloads/paper) | 1.20.1-1.21.2 |
| [Purpur](https://purpurmc.org) | 1.20.1-1.21.2 |
| [Folia](https://papermc.io/software/folia) | 1.20-1.21.2 |
| [PaperMC](https://papermc.io/downloads/paper) | 1.20.1-1.21.3 |
| [Purpur](https://purpurmc.org) | 1.20.1-1.21.3 |
| [Folia](https://papermc.io/software/folia) | 1.20-1.21.3 |
| [Spigot](https://www.spigotmc.org) (Not Recommended) | Cancelled |

## Island Generation
Expand Down

0 comments on commit bffe1ca

Please sign in to comment.