Show all supported versions on Modrinth
This commit is contained in:
parent
f3f8ba66eb
commit
5c688104ea
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||||
}
|
}
|
Loading…
Reference in a new issue