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);
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.
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?
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.
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?