Skip to content

Commit

Permalink
Fix (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Sep 22, 2024
1 parent 1c6d25d commit 420f0aa
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -28,11 +28,11 @@ issueTrackerURL="https://github.com/${github_user}/${mod_id_kebab}/issues" #opti
modId = "cobweb"
mandatory = true
versionRange = "[${cobweb_version},)"
ordering = "NONE"
ordering = "AFTER"
side = "BOTH"
[[dependencies.${mod_id}]]
modId = "forgeconfigapiport"
mandatory = true
versionRange = "[${fcap_version},)"
ordering = "NONE"
ordering = "AFTER"
side = "BOTH"

0 comments on commit 420f0aa

Please sign in to comment.