Skip to content

Commit 66e2b29

Browse files
committed
Remove Cloth Config dependency on (Neo)Forge
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.
1 parent 827e954 commit 66e2b29

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

platforms/forge/src/main/resources/META-INF/mods.toml

-7
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,3 @@ mandatory = true
8888
versionRange = "[1.20.0,1.20.4]"
8989
ordering = "NONE"
9090
side = "CLIENT"
91-
92-
[[dependencies.dynamic_fps]]
93-
modId = "cloth_config"
94-
mandatory = false
95-
versionRange = "[1,)"
96-
ordering = "NONE"
97-
side = "CLIENT"

platforms/neoforge/src/main/resources/META-INF/neoforge.mods.toml

-7
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,3 @@ mandatory = true
8888
versionRange = "[1.21.0,)"
8989
ordering = "NONE"
9090
side = "CLIENT"
91-
92-
[[dependencies.dynamic_fps]]
93-
modId = "cloth_config"
94-
mandatory = false
95-
versionRange = "[1,)"
96-
ordering = "NONE"
97-
side = "CLIENT"

0 commit comments

Comments
 (0)