A bit silly, but how would you make a client-side only mod? For example, a utility mod that shows text on the screen depending on a chat message received.
Most tutorials outline adding stuff like blocks, entities, etc, And I can't find much good info for client-side mods
I'm a very big beginner to fabric modding, though I have experience in Java and OOP before.
I assume I need to put all my code into the ModClient.java. But how do I do stuff like listen for certain events (on chat received for example) and print some text or something?
As you can tell I'm very lost, and any help would be appreciated!!