Skip to content

Commit

Permalink
add jei version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothrazar committed Jun 12, 2023
1 parent 3ce4a2a commit 3bf9f8d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Storage Network to connect inventories to search and craft
# Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory
# The version range of the dependency
versionRange="[39.0.55,)" #mandatory
versionRange="[40,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
Expand All @@ -52,6 +52,12 @@ Storage Network to connect inventories to search and craft
[[dependencies.storagenetwork]]
modId="minecraft"
mandatory=true
versionRange="[1.18.1,)"
versionRange="[1.18.2,)"
ordering="NONE"
side="BOTH"
[[dependencies.storagenetwork]]
modId="jei"
mandatory=false
versionRange="[9.7,10)"
ordering="NONE"
side="BOTH"

0 comments on commit 3bf9f8d

Please sign in to comment.