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

24 lines
945 B
Diff
Raw Normal View History

2024-05-09 14:36:33 +02:00
--- a/Fabric/build.gradle
+++ b/Fabric/build.gradle
2024-11-25 17:24:45 +02:00
@@ -9,9 +9,6 @@
2024-10-12 13:54:44 +02:00
exclude(group: "net.fabricmc.fabric-api")
}
- 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
-
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${cloth_config}")
2024-10-12 13:54:44 +02:00
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
modImplementation "maven.modrinth:vanish:${vanish}"
@@ -117,8 +114,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.18.2] CraterLib - ${project.version}")
+ setGameVersions("1.18.2")
2024-05-09 14:36:33 +02:00
setLoaders("fabric", "quilt")
setArtifact(remapJar)
setCurseEnvironment("both")