Skip to content

Commit

Permalink
More specific dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Jan 18, 2023
1 parent bd55d18 commit 11612a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
]
},
"depends": {
"fabric": "*",
"forgeconfigapiport": "*",
"architectury": "*",
"fabric-api": "0.70.0+1.19.3",
"forgeconfigapiport": "5.0.3",
"architectury": "7.0.66",
"minecraft": "1.19.3",
"java": ">=17"
},
Expand Down
4 changes: 2 additions & 2 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Scan the area for points of interest.
[[dependencies.scannable]]
modId = "forge"
mandatory = true
versionRange = "[44,)"
versionRange = "[44.0.48,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.scannable]]
Expand All @@ -30,6 +30,6 @@ side = "BOTH"
[[dependencies.scannable]]
modId = "architectury"
mandatory = true
versionRange = "[7,)"
versionRange = "[7.0.66,)"
ordering = "AFTER"
side = "BOTH"

0 comments on commit 11612a5

Please sign in to comment.