Ladysnake / Cardinal-Components-API

Component API to add external data to objects.
https://www.curseforge.com/minecraft/mc-mods/cardinal-components
MIT License
165 stars 36 forks source link

joining a server that has this mod on a vanilla client wont let me join #181

Open Elyas2024 opened 1 month ago

Elyas2024 commented 1 month ago

i tried joining my server on localhost to test an update im tryna push to my smp, i joined on a client with only client side mods. it said i need the cardinal components api mod to join.

Pyrofab commented 1 month ago

Did you use AutoSyncedComponent somewhere in your mod ? If so, you need to override isRequiredOnClient.

Recreabox commented 1 week ago

Thank you, but i can't find "how to override isRequireOnClient". Please can you explain ?