Skip to content

Commit

Permalink
Remove Cloth Config dependency on (Neo)Forge
Browse files Browse the repository at this point in the history
For some reason NeoForge (at least on 1.20.6) will not load even
though this dependency is not mandatory and was just there as a hint.
  • Loading branch information
LostLuma committed Jul 28, 2024
1 parent 827e954 commit 66e2b29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions platforms/forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,3 @@ mandatory = true
versionRange = "[1.20.0,1.20.4]"
ordering = "NONE"
side = "CLIENT"

[[dependencies.dynamic_fps]]
modId = "cloth_config"
mandatory = false
versionRange = "[1,)"
ordering = "NONE"
side = "CLIENT"
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,3 @@ mandatory = true
versionRange = "[1.21.0,)"
ordering = "NONE"
side = "CLIENT"

[[dependencies.dynamic_fps]]
modId = "cloth_config"
mandatory = false
versionRange = "[1,)"
ordering = "NONE"
side = "CLIENT"

0 comments on commit 66e2b29

Please sign in to comment.