Jump to content

huiUIFO

Members
  • Posts

    7
  • Joined

  • Last visited

huiUIFO's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. It's simple, I want to port a mod and i did it succesfully except for the part where i have to use sliders, they dont work they just click and literally don't slide, i think this has to do with new x and y positions, here is the code
  2. Yeah I got it now, but like I get the message that the class was not fund so I tried putting Player API under run/mods, how would i do that?
  3. ClientPlayerBase ClientPlayerAPI playerAPI These are the ones I'm struggling to find in 1.12, does anyone know what are the new names? // I've also got this to be overridden, but can't get it to work: https://pastebin.com/whpfLfJe Thanks. EDIT: I'm facing this because this mod (togglesneak) requires PlayerAPI, not sure how i'd get the import.
  4. Hey, I'm in need of a list like this: https://takahikokawasaki.github.io/minecraft-resources/javadoc/forge/1.8-11.14.1.1320/net/minecraft/util/IChatComponent.html But updated for 1.12 Forge, doesn't seem to be anywhere.
  5. Could you make an example of what should I replace on line 25?
  6. Hey, so I'm almost done porting this mod but I fail with this random class that doesn't seem to appear, I already swapped to the new function keys (getCommandName -> getName) https://github.com/Derivates/fpsmod_1.12.2/blob/master/src/main/java/me/dewgs/fpsspoof/FPSSpoofModCommand.java This is the crash-log: Here's a Screenshot just in case: Image here (click)
  7. Hi, there I just can't get this fixed, any help?
×
×
  • Create New...

Important Information

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