Skip to content

Commit 505150e

Browse files
authored
[NeoForge] Fix required cloth-config version (#910)
Signed-off-by: Thomas <1688389+Rakambda@users.noreply.github.com>
1 parent 673263b commit 505150e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ side="BOTH"
2727
[[dependencies.fallingtree]]
2828
modId = "cloth-config"
2929
type="optional"
30-
versionRange = "[18.0.0,)"
30+
versionRange = "[19.0.0,)"
3131
ordering = "NONE"
3232
side = "CLIENT"

0 commit comments

Comments
 (0)