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

@@ -3,9 +3,9 @@ loaderVersion = "[40,)"
issueTrackerURL = "https://github.com/refinedmods/refinedstorage"
license="MIT"
[[mods]]
modId="refinedstorage"
version="${version}"
displayName="Refined Storage"
modId = "refinedstorage"
version = "123"
displayName = "Refined Storage"
displayURL="https://refinedmods.com/refined-storage"
logoFile="logo.png"
authors = "Refined Mods"
@@ -13,8 +13,14 @@ description = '''
An elegant solution to your hoarding problem
'''
[[dependencies.refinedstorage]]
modId="forge"
mandatory=true
versionRange="[40.1,)"
ordering="NONE"
side="BOTH"
modId = "forge"
mandatory = true
versionRange = "[40.1,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.refinedstorage]]
modId = "jei"
mandatory = true
versionRange = "[9.7.1,)"
ordering = "NONE"
side = "BOTH"