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

22 lines
889 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
@@ -11,7 +11,6 @@
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
-
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${cloth_config}")
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
modImplementation "maven.modrinth:vanish:${vanish}"
@@ -118,8 +117,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")
+ setDisplayName("[FABRIC/QUILT 1.19.4] CraterLib - ${project.version}")
+ setGameVersions("1.19.4")
2024-05-09 14:36:33 +02:00
setLoaders("fabric", "quilt")
setArtifact(remapJar)
setCurseEnvironment("both")