Jump to content

Leomelonseeds

Forge Modder
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Leomelonseeds

  1. Wait but what data should I put in the methods? (Sorry for more stupid questions) You told me to not use anything suggested above but mabye there is some value in that...?
  2. Ok.... Thanks..
  3. So that will provide the methods I need for my constructor? Or am I getting this all wrong?? Sooo... That?
  4. Look at EntityWolf.class and see how minecraft does it. Im pretty sure you need vectors and stuff...
  5. Ok I see that it uses toBytes. How would I get any data from toBytes though? (Forgive the stupid questions please I just want help)
  6. You know what? Im done with the Grill. If you guys are not wanting to help, then I will not want to continue working on it.
  7. Eyy! I use those too! Even tho their outdated, they are a great help. Wish he could continue them though
  8. Yes you do need a container. Go look at tutorial for that.
  9. No in your gui handler serverside you need to return your mod CONTAINER.
  10. Huh?? Just do what you did befire.
  11. stomachDisplay = Basic.getStomach(); Remeber this line?
  12. Sure, if it works better...
  13. Try replacing that with Entity basic (I doubt that will do anything)
  14. Hmmmmmmmm What does that mean?
  15. Ok everyline that has or put // infront of that to show its a comment. Also replace with: After that run minecraft.
  16. Just try commenting the entity out and give the log if erroring.
  17. Ok I dont get why you are not merging this with basic tho. You do not need two lines for entiy and basic.
  18. Why do you have a Basic? I told you to replace the ENTITY with YOUR entity. Also, replace world.getEntityByID(x) with an instance of your OWN entity(eg. new YourEntity();)
  19. Do the same thing in your guihandler and container and post your code.
  20. Yes do the thing, then replace with your variable
×
×
  • Create New...

Important Information

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