[DEV] FTB Essentials Muting System Compat
This commit is contained in:
11
patches/1.21/Common/build.gradle.patch
Normal file
11
patches/1.21/Common/build.gradle.patch
Normal 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 {
|
@@ -1,6 +1,15 @@
|
||||
--- a/Fabric/build.gradle
|
||||
+++ b/Fabric/build.gradle
|
||||
@@ -113,8 +113,8 @@
|
||||
@@ -9,6 +9,8 @@
|
||||
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 +115,8 @@
|
||||
setVersionType("release")
|
||||
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
|
||||
setProjectVersion("${minecraft_version}-${project.version}")
|
||||
|
@@ -1,6 +1,15 @@
|
||||
--- a/NeoForge/build.gradle
|
||||
+++ b/NeoForge/build.gradle
|
||||
@@ -106,8 +106,8 @@
|
||||
@@ -4,6 +4,8 @@
|
||||
// Compat
|
||||
modImplementation("maven.modrinth:vanishmod:${vanishmod_neo}")
|
||||
|
||||
+ stupidRemapArch("dev.ftb.mods:ftb-essentials-neoforge:${ftb_essentials}")
|
||||
+
|
||||
// Do not edit or remove
|
||||
implementation project(":Common")
|
||||
}
|
||||
@@ -106,8 +108,8 @@
|
||||
setVersionType("release")
|
||||
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
|
||||
setProjectVersion("${minecraft_version}-${project.version}")
|
||||
|
11
patches/1.21/build.gradle.patch
Normal file
11
patches/1.21/build.gradle.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/build.gradle
|
||||
+++ b/build.gradle
|
||||
@@ -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}")
|
@@ -1,6 +1,6 @@
|
||||
--- a/gradle.properties
|
||||
+++ b/gradle.properties
|
||||
@@ -10,12 +10,12 @@
|
||||
@@ -10,18 +10,18 @@
|
||||
mod_name=CraterLib
|
||||
|
||||
# Shared
|
||||
@@ -16,7 +16,14 @@
|
||||
|
||||
# Forge
|
||||
forge_version=50.0.6
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
# NeoForged
|
||||
-neoforge_version=0.0-beta
|
||||
+neoforge_version=0-beta
|
||||
|
||||
# Dependencies
|
||||
moon_config=1.0.9
|
||||
@@ -41,7 +41,7 @@
|
||||
# Publishing
|
||||
curse_id=867099
|
||||
modrinth_id=Nn8Wasaq
|
||||
|
Reference in New Issue
Block a user