Skip to content

Commit

Permalink
Remove rubidium optional dependency (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr authored Nov 8, 2024
1 parent 461578e commit e6fecc6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6fecc6

Please sign in to comment.