forked from virt-mirrors/Sit
use the minecraft versions var
This commit is contained in:
parent
12573bbd88
commit
0d90b1b85d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ modrinth {
|
|||
versionName = "v${project.mod_version} [Fabric]"
|
||||
versionType = "release"
|
||||
uploadFile = remapJar
|
||||
gameVersions = [project.minecraft_version]
|
||||
gameVersions = project.minecraft_versions.split(",").toList()
|
||||
loaders = ['fabric', 'quilt']
|
||||
dependencies = [
|
||||
new ModDependency('P7dR8mSH', 'required'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue