There was an error while loading. Please reload this page.
1 parent e1695f1 commit f1a9f86Copy full SHA for f1a9f86
1 file changed
src/main/resources/META-INF/mods.toml
@@ -9,6 +9,7 @@ displayName="Proxy Protocol Support"
9
displayURL="https://www.curseforge.com/minecraft/mc-mods/proxy-protocol-support"
10
authors="PanSzelescik"
11
displayTest="IGNORE_ALL_VERSION"
12
+side = "SERVER"
13
description='''
14
Proxy Protocol support for Forge servers
15
'''
@@ -17,4 +18,4 @@ modId = "minecraft"
17
18
mandatory = true
19
versionRange = "[1.19,)"
20
ordering = "NONE"
-side = "SERVER"
21
+side = "BOTH"
0 commit comments