Hi, im looking to start creating mods, specifically for client side. Youtube seems to have tutorials for things like entity, block and item creation however I cant find anything for client side.

I want to start by create simple on screen mods like a diamond counter, to track how many diamonds I have gotten in a session.

So for something simple like that, id need to check the inventory and display it. However I am not sure how to go about even this simple task. Any help would be appreciated.

If anyone would like to give advice, another mod I plan on creating is a chat macro mod, so when I press a keybind, I want it to type a command in chat. I know theres mods that do this, I just want to practice and learn, however I have no clue where to start for any of this.

  • HelloHotel
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    Look into JSmacros, it allows you to do a decent amount of client side modding. Its even got a way into interact with the java parts of minecraft if somthing isnt provided in JSmacros’s API.