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

22 lines
878 B
Diff
Raw Normal View History

2024-05-09 14:36:33 +02:00
--- a/Fabric/build.gradle
+++ b/Fabric/build.gradle
@@ -9,6 +9,7 @@
exclude(group: "net.fabricmc.fabric-api")
}
+ stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
modImplementation "maven.modrinth:vanish:${vanish}"
@@ -113,8 +114,8 @@
2024-05-09 14:36:33 +02:00
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}")
2024-08-21 22:59:33 +02:00
- setDisplayName("[FABRIC/QUILT 1.21.2] CraterLib - ${project.version}")
- setGameVersions("1.21.2")
2024-05-19 19:08:42 +02:00
+ setDisplayName("[FABRIC/QUILT 1.20/1.20.1] CraterLib - ${project.version}")
+ setGameVersions("1.20", "1.20.1")
2024-05-09 14:36:33 +02:00
setLoaders("fabric", "quilt")
setArtifact(remapJar)
setCurseEnvironment("both")