File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ modrinth {
134134 versionNumber = " ${project.version} "
135135 versionType = " release"
136136 uploadFile = tasks.remapJar.get()
137- gameVersions.set(listOf (" ${project.property( " minecraft_1214 " )} " ))
137+ gameVersions.set(listOf (minecraft ))
138138 loaders.set(listOf (" quilt" , " fabric" ))
139139 additionalFiles.set(listOf (tasks.remapSourcesJar))
140140 dependencies {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ org.gradle.parallel=true
66axolotlclient.modules.all =true
77
88# Mod Properties
9- version =3.1.3-beta.1
9+ version =3.1.3
1010
1111maven_group =io.github.axolotlclient
1212
@@ -16,7 +16,6 @@ minecraft_120=1.20.1
1616minecraft_18 =1.8.9
1717minecraft_cts8 =1.16_combat-6
1818minecraft_121 =1.21.1
19- minecraft_1214 =1.21.4
2019
2120mappings_18 =1.8.9+build.27
2221mappings_cts8 =1.16_combat-6+build.2
@@ -25,7 +24,6 @@ mappings_121=1.21.1+build.3
2524
2625fabric_loader =0.16.12
2726
28- fapi_1214 =0.118.0
2927fapi_120 =0.92.2
3028fapi_121 =0.107.0
3129fabric_cts8 =0.42.0+1.16
You can’t perform that action at this time.
0 commit comments