Let Me Despawn

Let Me Despawn

26M Downloads

[1.12.2] Mod is set to only load for client

SSyl opened this issue ยท 0 comments

commented

Hi,

In your code for the 1.12.2 version of the mod you have clientSideOnly = true which will stop the mod from loading at all on dedicated servers.

Here's the line I'm talking about:

@Mod(modid = LetMeDespawn.MOD_ID, clientSideOnly = true)