Fix neoforge.mods.toml

Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404-59 2025-02-02 18:39:43 +01:00
parent dc286683a5
commit b4574ef5b8
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@ A cross-platform mod offering a useful interface.
logoFile = "icon.png"
[[dependencies.snowygui]]
modId = "cloth-config"
modId = "cloth_config"
mandatory = false
versionRange = "[${clothconfig},)"
ordering = "BEFORE"
side = "CLIENT"
[[dependencies.snowygui]]
modId = "forge"
modId = "neoforge"
mandatory = true
versionRange = "[${forge_version},)"
ordering = "NONE"