Skip to content

Commit

Permalink
chore(deps): bump required forge versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed May 5, 2022
1 parent 53b341e commit eb3e027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[38,)"
loaderVersion="[40,)"
issueTrackerURL="https://github.com/sekwah41/Naruto-Mod/issues"
license="All rights reserved"
[[mods]]
Expand All @@ -17,15 +17,15 @@ A mod that adds new items and other features to the game that are from/based on
[[dependencies.narutomod]]
modId="forge"
mandatory=true
versionRange="[38,)"
versionRange="[40,)"
ordering="NONE"
side="BOTH"

# https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html
[[dependencies.narutomod]]
modId="minecraft"
mandatory=true
versionRange="[1.18,)"
versionRange="[1.18.2,)"
ordering="NONE"
side="BOTH"

Expand Down

0 comments on commit eb3e027

Please sign in to comment.