[FEAT] Paper Support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/build.gradle
|
||||
+++ b/build.gradle
|
||||
@@ -7,21 +7,14 @@
|
||||
@@ -8,21 +8,14 @@
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
identifier("${relType}")
|
||||
}
|
||||
}
|
||||
@@ -35,14 +28,13 @@
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'com.hypherionmc.modutils.modpublisher'
|
||||
@@ -40,14 +33,13 @@
|
||||
apply plugin: 'com.hypherionmc.modutils.orion.origami'
|
||||
}
|
||||
|
||||
- sourceCompatibility = JavaVersion.VERSION_21
|
||||
- targetCompatibility = JavaVersion.VERSION_21
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
maven {
|
||||
name = "Modrinth"
|
||||
@@ -68,7 +60,7 @@
|
||||
@@ -73,7 +65,7 @@
|
||||
shade "me.hypherionmc.moon-config:toml:${moon_config}"
|
||||
shade "me.hypherionmc.moon-config:json:${moon_config}"
|
||||
shade "com.hypherionmc:rpcsdk:${rpc_sdk}"
|
||||
@@ -49,7 +49,7 @@
|
||||
shade "net.kyori:adventure-api:${adventure}"
|
||||
shade "net.kyori:adventure-text-serializer-gson:${adventure}"
|
||||
shade "net.kyori:adventure-text-minimessage:${adventure}"
|
||||
@@ -117,7 +109,7 @@
|
||||
@@ -124,7 +116,7 @@
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
it.options.encoding = 'UTF-8'
|
||||
|
Reference in New Issue
Block a user