Hi, i need help with a bug that i can't fix.
I created some entities and when they attack the player them bodies and heads don't follow the player but are rounded sometimes to other direction but they walking to the player
This is the 1.8.9 code https://github.com/JordantheDewott/More-Creeps-and-Weirdos-Reboot-1.8.9/blob/master/main/java/fr/elias/morecreeps/client/gui/CREEPSGUISneakySal.java (it's not mine)
This is the line 72:
saleprice = sneakysal.saleprice;
And the original declaration is (i have already tried to inizialied it to 1) :
public float saleprice;
Hi guys, i really need an help. I can't correctly add a custom gui to an entity. MC crash every time I try to interact with that entity. I post below all the code (The code was for 1.8.9 and i'm trying to port it to 1.10.2). Thanks if someone will be able to help
Entity Class
EntityGUI Class
GUI Handler
Main Class