Fix game version
This commit is contained in:
parent
457c80de38
commit
ca94f79373
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue