
SeasonHUD NeoForge 1.21.1 Add client-side for mods.toml
gamerpotion opened this issue ยท 1 comments
Hi, im using SeasonHUD NeoForge edition in my Vagrant Saga modpack , and every time serverpack creator is used, it bundles seasonhud as a server mod (possibly due to "both" being selected in the mods.toml meta-inf). This then causes server to crash.
Since this is a client side mod, could this be updated please?
[[dependencies.seasonhud]] #optional
modId = "neoforge"
type = "required"
versionRange = "[21.0,)" #mandatory
ordering = "NONE"
side = "BOTH"
[[dependencies.seasonhud]]
modId = "minecraft"
type = "required"
versionRange = "[1.21, 1.22)"
ordering = "NONE"
side = "BOTH"
[[dependencies.seasonhud]]
modId = "sereneseasons"
type = "required"
versionRange = "[10.0.0.0,)"
ordering = "AFTER"
side = "BOTH"```