File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
1010
1111val minecraftVersion: String by project
1212val minecraftRequired: String by project
13+ val minecraftCompatible: String by project
1314val yarnMappings: String by project
1415val loaderVersion: String by project
1516val 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}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ modrinthId=jsiDlnm9
55# Minecraft
66minecraftVersion =1.18.2
77minecraftRequired =1.18.2
8+ minecraftCompatible =1.18.2,1.19
89yarnMappings =1.18.2+build.3
910loaderVersion =0.14.3
1011fabricApiVersion =0.48.0+1.18.2
You can’t perform that action at this time.
0 commit comments