Bassebombecraft

Bassebombecraft

18.5k Downloads

Clean up the usage of @OnlyIn(Dist.CLIENT)

Closed this issue ยท 4 comments

commented

The annotation should only be used for addInformation(..) in items.

commented

The annotation is only used for addInformation(..) in items which is OK.
And in the class RenderingEventHandler where it should be eliminated.

commented

Solution: Removed usage of the annotation in the class RenderingEventHandler.

commented

Resolved with commit cd260d1.

commented

And fa3b09b where a few usages was found in the class ClientPlayerUtils.