From 733b02206d462dff3e54cbe75ebbf976d8ea1b0a Mon Sep 17 00:00:00 2001 From: Patrick <147879351+WinniePatGG@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:17:53 +0200 Subject: [PATCH] 1.21.11-1.0 --- build.gradle.kts | 3 --- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c24c47c..76ad161 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,9 +20,6 @@ java { tasks { runServer { - // 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.11") jvmArgs("-Xms2G", "-Xmx2G", "-Dcom.mojang.eula.agree=true") } diff --git a/gradle.properties b/gradle.properties index f64f779..0ee9990 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=de.winniepat -version=1.0 +version=1.21.11-1.0 description=ByteNations Plugin org.gradle.configuration-cache=true org.gradle.parallel=true