rename and tweak buildscript

This commit is contained in:
nelle 2024-12-22 15:25:12 -07:00
parent 664a741d35
commit 4e5a1b888d
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ modrinth {
versionNumber.set(project.property("mod_version").toString())
versionType.set("release")
uploadFile.set(tasks.remapJar)
gameVersions.addAll("1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4")
gameVersions.addAll("1.19.3", "1.19.4")
loaders.addAll("fabric", "quilt")
dependencies {
// The scope can be `required`, `optional`, `incompatible`, or `embedded`

View file

@ -34,4 +34,4 @@ plugins {
include(":MC20.5-21.1")
include(":MC20-20.4")
include(":MC21.2-21.4")
include(":MC19")
include(":MC19.3-19.4")