jei not mandatory

This commit is contained in:
Darkere
2022-07-22 15:29:02 +02:00
committed by Raoul
parent 86575f73a6
commit 7147718f04

View File

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