Bassebombecraft

Bassebombecraft

18.5k Downloads

Update client side event handlers not to register in the client

Closed this issue ยท 1 comments

commented

Register the event handlers FrequencyEventHandler and DurationEventHandler with
@Mod.EventBusSubscriber(Dist.CLIENT)
to disable loading client side.

For more info: https://mcforge.readthedocs.io/en/latest/events/intro/

commented

Resolved with commit 7a59aee