mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-26 15:06:28 +01:00
Remove rubidium optional dependency (#270)
This commit is contained in:
parent
461578ec0e
commit
e6fecc60b5
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue