1.21.11-1.0
This commit is contained in:
@@ -20,9 +20,6 @@ java {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
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")
|
minecraftVersion("1.21.11")
|
||||||
jvmArgs("-Xms2G", "-Xmx2G", "-Dcom.mojang.eula.agree=true")
|
jvmArgs("-Xms2G", "-Xmx2G", "-Dcom.mojang.eula.agree=true")
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
group=de.winniepat
|
group=de.winniepat
|
||||||
version=1.0
|
version=1.21.11-1.0
|
||||||
description=ByteNations Plugin
|
description=ByteNations Plugin
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
|||||||
Reference in New Issue
Block a user