Jump to content

Gubipe

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Gubipe's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I want to add discord rich presence, and the jar I use is in another folder.
  2. I want to use discord rich presence for my mod, but I have been having some issues. This is what I added to my build.gradle file, but I do not think this works. This does not let me build the jar file, but if I do not include it, then it does. However this has another issue. Whenever I attempt to start my game, it says:
  3. I am making the two mods with the same functionality. One is 1.16.4 and the other is 1.8.9. The current one is 1.8.9 and then I shall try to port it over to 1.16.4
  4. I am using Minecraft.getMinecraft().thePlayer.swingItem(); and I want it to to hit players and mobs and not just swing. Right now it will swing, but it wont actually attack/damage a player or mob
  5. Sorry this might sound dumb, I am new to working with minecraft mods. I was wondering if you could tell me the code location
  6. can you link me to the documentation page for it?
  7. I am trying to make a custom autoclicker for my client side mod which will be used on my smp server so that when someone presses down the key "v" it will toggle an autoclicker for them. I was wondering if anyone could tell me what the method is to register a left click? I would appreciate it!
×
×
  • Create New...

Important Information

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