AHilyard / AdvancementPlaques

Mod for Minecraft 1.16.5 that replaces standard advancement toasts with fancier, more-prominent plaques.
Other
14 stars 8 forks source link

[Suggestion] Implement ExtensionPoint.DISPLAYTEST #8

Closed jeremiahwinsley closed 1 year 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 for 1.16.x: https://mcforge.readthedocs.io/en/1.16.x/concepts/sides/#writing-one-sided-mods

and here for 1.18.x syntax: https://mcforge.readthedocs.io/en/1.18.x/concepts/sides/#writing-one-sided-mods

AHilyard commented 1 year ago

This has been implemented for a while now, sorry for the delay.