Skip to content

Commit

Permalink
Fixed VS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TechTastic committed Jan 19, 2025
1 parent 0cbf90a commit f83d6ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
/.gradle/
/common/build/
/forge/build/
/fabric/build/
/fabric/build/
/forge/.gradle/
/common/.gradle/
/forge/run/
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ side = "BOTH"
[[dependencies.${mod_id}]]
modId = "valkyrienskies"
mandatory = true
versionRange = "[${vs2_version},2.3.0-beta.5)"
versionRange = "[${vs2_version},2.3.0-beta.5]"
ordering = "AFTER"
side = "BOTH"

Expand Down

0 comments on commit f83d6ad

Please sign in to comment.