[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

@@ -5,6 +5,8 @@ dependencies {
// Compat
modImplementation("maven.modrinth:vanishmod:${vanishmod}")
stupidRemapArch("dev.ftb.mods:ftb-essentials-forge:${ftb_essentials}")
// Do not edit or remove
implementation project(":Common")
}