Skip to content

Commit 1a0f1fc

Browse files
committed
Add compatible Minecraft versions array
1 parent bb3efbb commit 1a0f1fc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ plugins {
1010

1111
val minecraftVersion: String by project
1212
val minecraftRequired: String by project
13+
val minecraftCompatible: String by project
1314
val yarnMappings: String by project
1415
val loaderVersion: String by project
1516
val fabricApiVersion: String by project
@@ -92,7 +93,7 @@ tasks {
9293
else "No changelog is available. Perhaps poke at https://github.com/the-glitch-network/data-driven-composter for a changelog?"
9394
)
9495
uploadFile.set(remapJar.get())
95-
gameVersions.set(listOf(minecraftVersion))
96+
gameVersions.set(minecraftCompatible.split(","))
9697
loaders.addAll("fabric", "quilt")
9798
}
9899
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ modrinthId=jsiDlnm9
55
# Minecraft
66
minecraftVersion=1.18.2
77
minecraftRequired=1.18.2
8+
minecraftCompatible=1.18.2,1.19
89
yarnMappings=1.18.2+build.3
910
loaderVersion=0.14.3
1011
fabricApiVersion=0.48.0+1.18.2

0 commit comments

Comments
 (0)