File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " dev.isxander"
14- version = " 1.7.0+1.20.3 "
14+ version = " 1.7.0+1.20.4 "
1515val isAlpha = " alpha" in version.toString()
1616val isBeta = " beta" in version.toString()
1717if (isAlpha) println (" Controlify alpha version detected." )
@@ -184,7 +184,7 @@ publishMods {
184184 modLoaders.add(" fabric" )
185185
186186 // modrinth and curseforge use different formats for snapshots. this can be expressed globally
187- val stableMCVersions = listOf (" 1.20.2 " )
187+ val stableMCVersions = listOf (" 1.20.3 " , " 1.20.4 " )
188188
189189 val modrinthId: String by project
190190 if (modrinthId.isNotBlank() && hasProperty(" modrinth.token" )) {
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ machete = "2.+"
55grgit = " 5.0.+"
66blossom = " 1.3.+"
77
8- minecraft = " 1.20.3 "
8+ minecraft = " 1.20.4 "
99quilt_mappings = " 0"
1010fabric_loader = " 0.14.25"
1111fabric_api = " 0.91.1+1.20.3"
1212mixin_extras = " 0.2.0"
13- yet_another_config_lib = " 3.3.0-beta. 1+1.20.3 "
13+ yet_another_config_lib = " 3.3.1+1.20.4 "
1414mod_menu = " 9.0.0-pre.1"
1515hid4java = " 0.7.0"
1616quilt_json5 = " 1.0.3"
Original file line number Diff line number Diff line change 3838 "accessWidener" : " controlify.accesswidener" ,
3939 "depends" : {
4040 "fabricloader" : " >=0.14.21" ,
41- "minecraft" : " 1.20.3 " ,
41+ "minecraft" : " ~ 1.20.4 " ,
4242 "java" : " >=17" ,
43- "yet_another_config_lib_v3" : " >=3.0.0- " ,
43+ "yet_another_config_lib_v3" : " >=3.0.0" ,
4444 "fabric-api" : " *"
4545 },
4646 "breaks" : {
You can’t perform that action at this time.
0 commit comments