Prevent running on 1.19.1+ (#325)

This commit is contained in:
Juuxel
2022-08-22 14:59:01 +03:00
committed by GitHub
parent 19d1d7f55a
commit 0978e58bb6
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
},
"icon": "icon.png",
"depends": {
"minecraft": "~1.19-",
"minecraft": "=1.19",
"fabricloader": ">=0.13.0",
"fabric": ">=0.54.0"
},

View File

@@ -17,7 +17,7 @@ license = "LGPL-3"
[[dependencies.architectury]]
modId = "minecraft"
mandatory = true
versionRange = "[@MINECRAFT_VERSION@,)"
versionRange = "[@MINECRAFT_VERSION@]"
ordering = "NONE"
side = "BOTH"

View File

@@ -17,7 +17,7 @@ license = "LGPL-3"
[[dependencies.architectury]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19,)"
versionRange = "[1.19]"
ordering = "NONE"
side = "BOTH"