Show all supported versions on Modrinth

This commit is contained in:
RuscalWorld 2021-08-06 17:16:36 +03:00
parent f3f8ba66eb
commit 5c688104ea
No known key found for this signature in database
GPG key ID: 6655BC5300BB98CB

View file

@ -105,6 +105,7 @@ task publishModrinth(type: TaskModrinthUpload, dependsOn: remapShadowJar) {
projectId = 'dbVXHSlv' projectId = 'dbVXHSlv'
versionNumber = project.mod_version versionNumber = project.mod_version
uploadFile = remapShadowJar uploadFile = remapShadowJar
addGameVersion(project.minecraft_version) addGameVersion("1.16.5")
addGameVersion("1.17.1")
addLoader('fabric') addLoader('fabric')
} }