mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
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]"
|
versionName = "v${project.mod_version} [Fabric]"
|
||||||
versionType = "release"
|
versionType = "release"
|
||||||
uploadFile = remapJar
|
uploadFile = remapJar
|
||||||
gameVersions = [project.minecraft_version]
|
gameVersions = project.minecraft_versions.split(",").toList()
|
||||||
loaders = ['fabric', 'quilt']
|
loaders = ['fabric', 'quilt']
|
||||||
dependencies = [
|
dependencies = [
|
||||||
new ModDependency('P7dR8mSH', 'required'),
|
new ModDependency('P7dR8mSH', 'required'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue