Mark Oculus 1.7 and lower as incompatible on forge
This commit is contained in:
@@ -35,4 +35,11 @@ issueTrackerURL = "${issues}"
|
||||
mandatory = true # Forge syntax
|
||||
versionRange = "${compatible_forgemc_versions}" # Where we set what version of mc it is avalible for
|
||||
ordering = "AFTER"
|
||||
side = "BOTH"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.distanthorizons]]
|
||||
modId = "oculus"
|
||||
mandatory = false
|
||||
versionRange = "[1.8.0,)" # Iris/Oculus 1.8.0 added support for DH API 3+, so anything below that won't work
|
||||
ordering = "AFTER"
|
||||
side = "CLIENT"
|
||||
|
||||
Reference in New Issue
Block a user