Bump Neo requirement

This commit is contained in:
embeddedt 2024-07-12 18:45:27 -04:00
parent c3b17b2927
commit beccbef151
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -47,7 +47,7 @@ modId = "neoforge" #mandatory
# Does this dependency have to exist - if not, ordering below must be specified
type = "required" #mandatory
# The version range of the dependency
versionRange = "[21.0.42-beta,)" #mandatory
versionRange = "[21.0.83-beta,)" #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