Update mods.toml

fixes not working with newer forges
This commit is contained in:
ZEROX7 2023-10-02 18:21:22 +02:00 committed by GitHub
parent dbb7e59b21
commit 3ee6f8d56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ issueTrackerURL="https://github.com/Tschipp/CarryOn/issues"
# Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory
# The version range of the dependency
versionRange="[46,47.1.3]" #mandatory
versionRange="[46,47.1.47]" #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