Darkhax-Minecraft / Tips

Adds tips to loading screens of Minecraft.
GNU Lesser General Public License v2.1
50 stars 47 forks source link

Fix crash on Forge servers #140

Closed PaintNinja closed 9 months ago

PaintNinja commented 9 months ago

Currently the mod crashes if accidentally put on a Forge server.

This PR fixes that by taking advantage of Forge 1.20.4's clientSideOnly feature - it sets an appropriate DisplayTest and ignores the mod on dedicated servers, handling the sided loading for you so that you don't need to worry about it.

Darkhax commented 9 months ago

Thanks for looking into this, looks good.