Jump to content

szonek

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by szonek

  1. Managed to do it Now i only need to make it a proper mod jar but this is thing for a different topic.
  2. Got everything set but now i don't know how to modify it in real time EDIT: Found it
  3. I'm using Eclipse. I didn't set it because I'm fine with using commands. I'm allways compiling and running java this way
  4. Can you tell me how to run mod in debugging mode? I'm always trying it out with gradlew build and gradlew runClient.
  5. I added "System.out.println(str);" in HpIndicator class line 37 (just after definition of str) and got proper console spam but still no label over mob Any idea what's wrong? My guess is that there is something wrong in rendering (i just coppied it all so i don't even know which line does what);
  6. Will check what I'll get but it'll propably take some time as i won't be abble to use computer with eclipse and forge mdk installed for few hours at least.
  7. My CommonProxy class: Main class: Everything worked fine (no errors), but still i couldn't notice labels over cows (neares mobs). Any idea what is still wrong?
  8. Will change it in a moment and see if it works. Thanks for advice.
  9. Crash log: Main class (HpIndicatorMod):
  10. M ClientProxy code: throws java.lang.NullPointerException What am I doing wrong? Modified HpIndicator class:
  11. Thank you for help will check in a moment if it works.
  12. First of all this is part of code I'm working on: I'm not registering any render, only event is registered. How should I register this to make it work? At this point i get "java.lang.RuntimeException: No OpenGL context found in the current thread" error. I'll appreciate any help. Oh and rendering code is just copy/paste from minecraft Render class RenderLivingLabel method.
  13. I'm running dedicated server with forge 1.8.9-11.15.1.1722 and I'm using 2 computers alternately, I'd want to use same user data for both computers but by default i have completely separate data. How to paste 1 player's data onto another, so I'd update it every time i switch computers?
  14. How to get logs from launcher? I have "logs" folder in .minecraft but there are only logs from forge and minecraft itself not from launcher.
  15. So something other is not working properly as after clicking play in launcher game does not start.
  16. When i run forge installer everything seems to be ok, i get pop-up that forge installed correctly, but when i check proper folder in versions folder there is only .json file. Tried also using forge 10.13.4.1448 and i have same problem, but 10.13.2.1291 which i download long time ago works perfectly. 10.13.4.1491 installer log 1.7.10-Forge10.13.4.1492-1.7.10.json file content
×
×
  • Create New...

Important Information

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