Fix game version

This commit is contained in:
ruscalworld 2023-06-20 15:49:29 +03:00
parent 457c80de38
commit ca94f79373
No known key found for this signature in database
GPG key ID: FDF13F4478EC3C36

View file

@ -98,6 +98,6 @@ task publishModrinth(type: TaskModrinthUpload, dependsOn: remapShadowJar) {
projectId = 'dbVXHSlv' projectId = 'dbVXHSlv'
versionNumber = project.mod_version versionNumber = project.mod_version
uploadFile = remapShadowJar uploadFile = remapShadowJar
addGameVersion("1.19") addGameVersion("1.19.3")
addLoader('fabric') addLoader('fabric')
} }