9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

feat: add Paper 1.21.10 support

This commit is contained in:
William278
2025-10-28 19:20:04 +00:00
parent 234870537a
commit e9ac400215
7 changed files with 28 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
minecraft_version_range=1.21.10
minecraft_version_numeric=12110
minecraft_api_version=1.21
paper_api_version=1.21.10-R0.1-SNAPSHOT

View File

@@ -18,7 +18,7 @@ dependencies {
implementation 'net.kyori:adventure-platform-bukkit:4.4.0'
implementation 'dev.triumphteam:triumph-gui:3.1.12'
implementation 'space.arim.morepaperlib:morepaperlib:0.4.4'
implementation 'de.tr7zw:item-nbt-api:2.15.2-SNAPSHOT'
implementation 'de.tr7zw:item-nbt-api:2.15.3'
compileOnly "io.papermc.paper:paper-api:${paper_api_version}"
compileOnly 'com.github.retrooper:packetevents-spigot:2.9.4'