2024-10-09 09:04:27 +02:00
|
|
|
--- a/Common/build.gradle
|
|
|
|
+++ b/Common/build.gradle
|
2025-01-14 17:14:57 +02:00
|
|
|
@@ -1,10 +1,10 @@
|
2024-10-09 09:04:27 +02:00
|
|
|
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}")
|
2025-01-14 17:14:57 +02:00
|
|
|
|
|
|
|
stupidRemapArch("me.shedaniel.cloth:cloth-config:${cloth_config}")
|
2024-10-12 13:54:44 +02:00
|
|
|
+
|
2024-10-09 09:04:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
shadowJar {
|