--- a/Fabric/build.gradle +++ b/Fabric/build.gradle @@ -10,7 +10,6 @@ } stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}") - modImplementation "maven.modrinth:fabrictailor:${fabrictailor}" modImplementation "maven.modrinth:vanish:${vanish}" @@ -115,8 +114,8 @@ setVersionType("release") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setProjectVersion("${minecraft_version}-${project.version}") - setDisplayName("[FABRIC/QUILT 1.21.2] CraterLib - ${project.version}") - setGameVersions("1.21.2") + setDisplayName("[FABRIC/QUILT 1.19.4] CraterLib - ${project.version}") + setGameVersions("1.19.4") setLoaders("fabric", "quilt") setArtifact(remapJar) setCurseEnvironment("both")