Skip to content

Commit eb2fb1e

Browse files
committed
update XSeries for 1.21.6 support
1 parent dc90874 commit eb2fb1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ repositories {
5050
dependencies {
5151
compileOnly("com.github.retrooper:packetevents-spigot:2.8.0") // PacketEvents to patch packet based exploits
5252
compileOnly("com.mojang:brigadier:1.0.18")
53-
api("com.github.cryptomorin:XSeries:13.3.1") // Crossversion entitytype and material support
53+
api("com.github.cryptomorin:XSeries:13.3.2") // Crossversion entitytype, material, potion, item etc support
5454
api("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") // ConfigurationMaster for enhanced config management
55-
api("de.tr7zw:item-nbt-api:2.15.0") // NBT API for cross version nbt tag handling
55+
api("de.tr7zw:item-nbt-api:2.15.0") // NBT API for cross version nbt handling
5656
api("org.bstats:bstats-bukkit:3.0.2") // Bukkit bStats
5757
api("org.reflections:reflections:0.10.2") // Reflections
5858
compileOnly("org.apache.logging.log4j:log4j-core:2.23.1")

0 commit comments

Comments
 (0)