On the 1.10 branch, acceptableRemoteVersions was set to "*" in the @Mod annotation, allowing vanilla clients to connect to servers with the mod installed. Is there any reason the same was not done for the 1.12 version? I compiled a version of Surge that does have it set and installed it on a Forge server, and I could connect with a vanilla client without any problems.
On the 1.10 branch,
acceptableRemoteVersions
was set to"*"
in the@Mod
annotation, allowing vanilla clients to connect to servers with the mod installed. Is there any reason the same was not done for the 1.12 version? I compiled a version of Surge that does have it set and installed it on a Forge server, and I could connect with a vanilla client without any problems.