2024-05-09 14:36:33 +02:00
|
|
|
--- a/Fabric/build.gradle
|
|
|
|
+++ b/Fabric/build.gradle
|
2024-10-12 13:54:44 +02:00
|
|
|
@@ -10,7 +10,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-10-09 09:04:27 +02:00
|
|
|
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
|
|
|
|
modImplementation "maven.modrinth:vanish:${vanish}"
|
|
|
|
|
2024-10-12 13:54:44 +02:00
|
|
|
@@ -115,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.2] CraterLib - ${project.version}")
|
|
|
|
+ setGameVersions("1.20.2")
|
2024-05-09 14:36:33 +02:00
|
|
|
setLoaders("fabric", "quilt")
|
|
|
|
setArtifact(remapJar)
|
|
|
|
setCurseEnvironment("both")
|