Change dependencies
+ change fabric loader version
This commit is contained in:
parent
3c43614e27
commit
b34de740f0
3 changed files with 2 additions and 10 deletions
|
|
@ -26,7 +26,6 @@
|
|||
],
|
||||
"depends": {
|
||||
"fabric": "*",
|
||||
"minecraft": ">=1.16.5",
|
||||
"architectury": ">=11.0.10"
|
||||
"minecraft": ">=1.16.5"
|
||||
}
|
||||
}
|
||||
|
|
@ -26,10 +26,3 @@ mandatory = true
|
|||
versionRange = "[1.16.5,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.optionsprofiles]]
|
||||
modId = "architectury"
|
||||
mandatory = true
|
||||
versionRange = "[1.32.68,)"
|
||||
ordering = "AFTER"
|
||||
side = "BOTH"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ maven_group=com.axolotlmaid.optionsprofiles
|
|||
|
||||
# architectury_version=1.32.68
|
||||
|
||||
fabric_loader_version=0.15.11
|
||||
fabric_loader_version=0.13.2
|
||||
fabric_api_version=0.42.0+1.16
|
||||
|
||||
forge_version=1.16.5-36.2.42
|
||||
Loading…
Reference in a new issue