forked from Clones/Controlify
Update to 1.20.4
This commit is contained in:
@ -11,7 +11,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "dev.isxander"
|
||||
version = "1.7.0+1.20.3"
|
||||
version = "1.7.0+1.20.4"
|
||||
val isAlpha = "alpha" in version.toString()
|
||||
val isBeta = "beta" in version.toString()
|
||||
if (isAlpha) println("Controlify alpha version detected.")
|
||||
@ -184,7 +184,7 @@ publishMods {
|
||||
modLoaders.add("fabric")
|
||||
|
||||
// modrinth and curseforge use different formats for snapshots. this can be expressed globally
|
||||
val stableMCVersions = listOf("1.20.2")
|
||||
val stableMCVersions = listOf("1.20.3", "1.20.4")
|
||||
|
||||
val modrinthId: String by project
|
||||
if (modrinthId.isNotBlank() && hasProperty("modrinth.token")) {
|
||||
|
@ -5,12 +5,12 @@ machete = "2.+"
|
||||
grgit = "5.0.+"
|
||||
blossom = "1.3.+"
|
||||
|
||||
minecraft = "1.20.3"
|
||||
minecraft = "1.20.4"
|
||||
quilt_mappings = "0"
|
||||
fabric_loader = "0.14.25"
|
||||
fabric_api = "0.91.1+1.20.3"
|
||||
mixin_extras = "0.2.0"
|
||||
yet_another_config_lib = "3.3.0-beta.1+1.20.3"
|
||||
yet_another_config_lib = "3.3.1+1.20.4"
|
||||
mod_menu = "9.0.0-pre.1"
|
||||
hid4java = "0.7.0"
|
||||
quilt_json5 = "1.0.3"
|
||||
|
@ -38,9 +38,9 @@
|
||||
"accessWidener": "controlify.accesswidener",
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.21",
|
||||
"minecraft": "1.20.3",
|
||||
"minecraft": "~1.20.4",
|
||||
"java": ">=17",
|
||||
"yet_another_config_lib_v3": ">=3.0.0-",
|
||||
"yet_another_config_lib_v3": ">=3.0.0",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
"breaks": {
|
||||
|
Reference in New Issue
Block a user