Fix neoforge.mods.toml
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
dc286683a5
commit
b4574ef5b8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue