2024-05-09 14:36:33 +02:00
|
|
|
--- a/Fabric/build.gradle
|
|
|
|
+++ b/Fabric/build.gradle
|
2024-11-25 17:24:45 +02:00
|
|
|
@@ -11,7 +11,6 @@
|
2024-10-09 09:04:27 +02:00
|
|
|
|
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
|
|
|
-
|
2025-01-14 17:14:57 +02:00
|
|
|
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${cloth_config}")
|
2024-10-09 09:04:27 +02:00
|
|
|
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
|
|
|
|
modImplementation "maven.modrinth:vanish:${vanish}"
|
2025-01-14 17:14:57 +02:00
|
|
|
@@ -117,8 +116,8 @@
|
2024-05-09 14:36:33 +02:00
|
|
|
setVersionType("release")
|
2024-10-22 20:13:32 +02:00
|
|
|
setChangelog(rootProject.file("changelog.md"))
|
2024-05-09 14:36:33 +02:00
|
|
|
setProjectVersion("${minecraft_version}-${project.version}")
|
2025-04-28 13:49:31 +02:00
|
|
|
- setDisplayName("[FABRIC/QUILT 1.21.6] CraterLib - ${project.version}")
|
|
|
|
- setGameVersions("1.21.6")
|
2024-05-19 19:08:42 +02:00
|
|
|
+ setDisplayName("[FABRIC/QUILT 1.19.2] CraterLib - ${project.version}")
|
|
|
|
+ setGameVersions("1.19.2")
|
2024-05-09 14:36:33 +02:00
|
|
|
setLoaders("fabric", "quilt")
|
|
|
|
setArtifact(remapJar)
|
|
|
|
setCurseEnvironment("both")
|