[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

@@ -1,6 +1,15 @@
--- a/NeoForge/build.gradle
+++ b/NeoForge/build.gradle
@@ -51,7 +51,7 @@
@@ -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")
}
@@ -51,7 +53,7 @@
from project(":Common").sourceSets.main.resources
def buildProps = project.properties.clone()
@@ -9,7 +18,7 @@
expand buildProps
}
}
@@ -106,8 +106,8 @@
@@ -106,8 +108,8 @@
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}")