Mark Oculus 1.7 and lower as incompatible on forge

This commit is contained in:
James Seibel
2024-09-19 07:30:10 -05:00
parent 00b69dcc68
commit c55cbdb69a
+8 -1
View File
@@ -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"