min JEI version of 9.7.1

This commit is contained in:
Darkere
2022-07-20 19:57:53 +02:00
committed by Raoul
parent 31c2197691
commit 86575f73a6

View File

@@ -4,7 +4,7 @@ issueTrackerURL = "https://github.com/refinedmods/refinedstorage"
license="MIT"
[[mods]]
modId = "refinedstorage"
version="${version}"
version = "123"
displayName = "Refined Storage"
displayURL="https://refinedmods.com/refined-storage"
logoFile="logo.png"
@@ -18,3 +18,9 @@ mandatory=true
versionRange = "[40.1,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.refinedstorage]]
modId = "jei"
mandatory = true
versionRange = "[9.7.1,)"
ordering = "NONE"
side = "BOTH"