Jump to content

RickWeek

Members
  • Posts

    11
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

RickWeek's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Sorry, you're right. This is the model code: This is the render: This is the entity:
  2. 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
  3. Medium, not of the best
  4. 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)
  5. I tried to initialized the saleprice variable in the EntityClass and now the crashlog is this: https://pastebin.com/26ax3xYH
  6. 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;
  7. I have not idea what i need to put there I've never create a GUI before
  8. Yeah man sorry, idk how i could forget it https://pastebin.com/n6cQBsEZ
  9. 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
×
×
  • Create New...

Important Information

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