Skip to content

Commit f1a9f86

Browse files
committed
fix: add side=SERVER to mod section, revert dependency side to BOTH
1 parent e1695f1 commit f1a9f86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ displayName="Proxy Protocol Support"
99
displayURL="https://www.curseforge.com/minecraft/mc-mods/proxy-protocol-support"
1010
authors="PanSzelescik"
1111
displayTest="IGNORE_ALL_VERSION"
12+
side = "SERVER"
1213
description='''
1314
Proxy Protocol support for Forge servers
1415
'''
@@ -17,4 +18,4 @@ modId = "minecraft"
1718
mandatory = true
1819
versionRange = "[1.19,)"
1920
ordering = "NONE"
20-
side = "SERVER"
21+
side = "BOTH"

0 commit comments

Comments
 (0)