UnRealModding / DeLogger

2 stars 0 forks source link

[Suggestion] Implement ExtensionPoint.DISPLAYTEST #3

Open jeremiahwinsley opened 2 years ago

jeremiahwinsley commented 2 years ago

Currently, the mod is required on both client and server or Forge will mark the connection as incompatible.

Forge allows registering an extension point to bypass this check, for mods that don't require both sides to be present. See the docs here: https://mcforge.readthedocs.io/en/1.16.x/concepts/sides/#writing-one-sided-mods