Files
CraterLib/patches/1.18.2/Common/build.gradle.patch

13 lines
315 B
Diff
Raw Normal View History

--- a/Common/build.gradle
+++ b/Common/build.gradle
2024-11-25 17:24:45 +02:00
@@ -1,8 +1,8 @@
archivesBaseName = "${mod_name.replace(" ", "")}-Common-${minecraft_version}"
dependencies {
2024-10-12 13:54:44 +02:00
- stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
2024-11-25 17:24:45 +02:00
stupidRemapArch("dev.ftb.mods:ftb-ranks:${ftb_ranks}")
2024-10-12 13:54:44 +02:00
+
}
shadowJar {