Fix duplicate enchants

This commit is contained in:
KäseToatz
2025-08-23 00:11:48 +02:00
parent 0f2c4a81db
commit 7e828a42b0
3 changed files with 9 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group = 'com.kasetoatz'
version = '1.0'
version = '1.2'
repositories {
mavenCentral()
@@ -23,7 +23,7 @@ tasks {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.21")
minecraftVersion("1.21.8")
}
}