[DEV] FTB Essentials Muting System Compat

This commit is contained in:
2024-10-09 09:04:27 +02:00
parent 6bf3af4bea
commit e3a9df65b7
76 changed files with 535 additions and 50 deletions

View File

@@ -11,3 +11,21 @@
group = rootProject.group
@@ -66,8 +66,6 @@
shade "net.kyori:adventure-text-serializer-gson:${adventure}"
shade "net.kyori:adventure-text-minimessage:${adventure}"
- stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
-
compileOnly 'net.luckperms:api:5.4'
compileOnly("org.projectlombok:lombok:${lombok}")
annotationProcessor("org.projectlombok:lombok:${lombok}")
@@ -112,7 +110,7 @@
tasks.withType(JavaCompile).configureEach {
it.options.encoding = 'UTF-8'
- it.options.release = 21
+ it.options.release = 17
}
tasks.withType(GenerateModuleMetadata).configureEach {