mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-27 23:47:09 +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}"
|
versionRange = "${forge_version_range}"
|
||||||
side = "CLIENT"
|
side = "CLIENT"
|
||||||
|
|
||||||
# Simulates a breaks/incompatible dependency
|
|
||||||
[[dependencies.${mod_id}]]
|
|
||||||
modId = "rubidium"
|
|
||||||
mandatory = false
|
|
||||||
versionRange = "[0.0-INCOMPATIBLE]"
|
|
||||||
side = "CLIENT"
|
|
||||||
|
|
||||||
[[dependencies.${mod_id}]]
|
[[dependencies.${mod_id}]]
|
||||||
modId = "embeddium"
|
modId = "embeddium"
|
||||||
mandatory = false
|
mandatory = false
|
||||||
|
|
Loading…
Reference in a new issue