Jump to content

Jasle

Members
  • Posts

    3
  • Joined

  • Last visited

Jasle's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Okay thanks, I'll take your advice and update to make my learning experience better, didn't know the third one so thanks for letting me know.
  2. Thank you for the response, I'm using 1.12.2 since my final plan is to use these features on 2b2t (which is running on 1.12.2), and yes I know it will take time, but I thought I'd rather learn modding on 1.12.2 because maybe in more updated versions stuff have changed. Also I managed to see the Events in Intellij, I scrolled through PlayerEvent and LivingEvent, and for example for AutoEat, the event that I see that fits it the most is LivingUpdateEvent, but it's probably not it. I've taken a look at the tutorial you sent, but it pretty much explains how to make custom items, blocks, registering them, etc, I'm not an expert, far from it, but from how I see it, making custom items or blocks or any of these stuff won't help me in making "Hacked Clients" features, I could be wrong because as I said I'm not an expert, but I'm opened to anything that will help me learn modding, so will it actually help?
  3. Hello, As the title said I'm a Spigot Developer who wants to start developing mods, I have gradle setup and everything is good. But I have no idea where to start, I thought Spigot experience would make it easier but I was so wrong, it's a lot different. My desire was to make features from hacked clients for experience, I searched up modding tutorials and they all just explain how to make custom items, blocks, etc etc. I then just left it at that and tried working on simple features, I tried to make Fly, couldn't understand what I should do, then I tried to make easier ideas for example AutoEat and AutoSprint, but I couldn't make them as well. I just have no idea where to start, I thought I would just need events for these features something like: Hunger/Saturation Event for AutoEat, or PlayerMoveEvent for AutoSprint but it's not the same as Spigot. I tried looking up online Forge JavaDocs, and it explains just how to make simple events, it doesn't show all the events, searched up the list of events on google and I couldn't even find them. So how do you start? it seems way harder to develop mods than plugins, since the JavaDocs is so poor with it's content, and there are significantly way less resources online.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.