This commit is contained in:
RuscalWorld 2021-12-03 14:15:29 +03:00
parent ee48cefe3c
commit 9111ae9dcc
No known key found for this signature in database
GPG key ID: 6FF416979DF2B416

View file

@ -107,5 +107,6 @@ task publishModrinth(type: TaskModrinthUpload, dependsOn: remapShadowJar) {
uploadFile = remapShadowJar uploadFile = remapShadowJar
addGameVersion("1.16.5") addGameVersion("1.16.5")
addGameVersion("1.17.1") addGameVersion("1.17.1")
addGameVersion("1.18")
addLoader('fabric') addLoader('fabric')
} }