Remove rubidium optional dependency (#270)

This commit is contained in:
IThundxr 2024-11-08 12:05:50 -05:00 committed by GitHub
parent 461578ec0e
commit e6fecc60b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,13 +26,6 @@ mandatory = true
versionRange = "${forge_version_range}"
side = "CLIENT"
# Simulates a breaks/incompatible dependency
[[dependencies.${mod_id}]]
modId = "rubidium"
mandatory = false
versionRange = "[0.0-INCOMPATIBLE]"
side = "CLIENT"
[[dependencies.${mod_id}]]
modId = "embeddium"
mandatory = false