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

22 lines
810 B
Diff

--- a/Fabric/build.gradle
+++ b/Fabric/build.gradle
@@ -11,7 +11,6 @@
stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
stupidRemapArch("dev.ftb.mods:ftb-ranks:${ftb_ranks}")
-
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
modImplementation "maven.modrinth:vanish:${vanish}"
@@ -116,8 +115,8 @@
setVersionType("release")
setChangelog(rootProject.file("changelog.md"))
setProjectVersion("${minecraft_version}-${project.version}")
- setDisplayName("[FABRIC/QUILT 1.21.3] CraterLib - ${project.version}")
- setGameVersions("1.21.3")
+ setDisplayName("[FABRIC/QUILT 1.19.4] CraterLib - ${project.version}")
+ setGameVersions("1.19.4")
setLoaders("fabric", "quilt")
setArtifact(remapJar)
setCurseEnvironment("both")