[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

@@ -0,0 +1,11 @@
--- a/Common/build.gradle
+++ b/Common/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = "${mod_name.replace(" ", "")}-Common-${minecraft_version}"
dependencies {
-
+ stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
}
shadowJar {

View File

@@ -1,6 +1,14 @@
--- a/Fabric/build.gradle
+++ b/Fabric/build.gradle
@@ -113,8 +113,8 @@
@@ -9,6 +9,7 @@
exclude(group: "net.fabricmc.fabric-api")
}
+ stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
modImplementation "maven.modrinth:vanish:${vanish}"
@@ -113,8 +114,8 @@
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -1,15 +1,17 @@
--- a/Forge/build.gradle
+++ b/Forge/build.gradle
@@ -3,7 +3,7 @@
@@ -3,7 +3,9 @@
dependencies {
// Compat
- // NOT AVAILABLE ON FORGE modImplementation("maven.modrinth:vanishmod:${vanishmod}")
+ modImplementation("maven.modrinth:vanishmod:${vanishmod}")
+
+ stupidRemapArch("dev.ftb.mods:ftb-essentials-forge:${ftb_essentials}")
// Do not edit or remove
implementation project(":Common")
@@ -107,8 +107,8 @@
@@ -107,8 +109,8 @@
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -19,7 +19,7 @@
group = rootProject.group
@@ -59,7 +58,7 @@
@@ -61,13 +60,11 @@
shade "me.hypherionmc.moon-config:toml:${moon_config}"
shade "me.hypherionmc.moon-config:json:${moon_config}"
shade "com.hypherionmc:rpcsdk:${rpc_sdk}"
@@ -28,3 +28,18 @@
shade "net.kyori:adventure-api:${adventure}"
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 +109,7 @@
tasks.withType(JavaCompile).configureEach {
it.options.encoding = 'UTF-8'
- it.options.release = 21
+ it.options.release = 17
}
tasks.withType(GenerateModuleMetadata).configureEach {

View File

@@ -23,7 +23,7 @@
# Dependencies
moon_config=1.0.9
@@ -31,16 +28,15 @@
@@ -31,17 +28,16 @@
discord_formatter=2.0.0
# Mod Dependencies
@@ -32,6 +32,8 @@
-mod_menu_version=10.0.0-beta.1
-vanishmod=1.1.12.1
-vanishmod_neo=puxrKAMr
-ftb_essentials=2101.1.0
+ftb_essentials=2001.2.2
+fabrictailor=2.2.1
+vanish=1.5.4+1.20.1
+mod_menu_version=7.0.1