Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. can you list the tutorials that you are following because there a some bad ones out there
  2. https://github.com/mezz/JustEnoughItems/wiki/Getting-Started
  3. works fine for me
  4. make your own thread
  5. learn java ? you are spawning the same entity 5 time you need to spawn 5 times a new entity
  6. ? what do you mean ? making a modpack? you can do that w/ https://www.curseforge.com/minecraft/modpacks
  7. no, take a look at ItemEntity.class and what for constructors there are
  8. 1 1.12.2 is no longer supported 2 make your own thread
  9. isVecInside takes a vec3i not a vec3d
  10. in the same as iteminit
  11. make a class that extends Item and override hasEffect
  12. i am not insulting you or call you stupid i am just telling you to learn java, it will help you in the long run everybody here needed to learn at some point
  13. you need to learn java first before modding and if you dont know something use google most of the time it has a good answer
  14. and for adding drops you need to use https://github.com/MinecraftForge/Documentation/pull/274
  15. https://mcforge.readthedocs.io/en/1.13.x/events/intro/
  16. you need invert the remote check. now you are running on the client you need the server
  17. https://mcforge.readthedocs.io/en/1.13.x/events/intro/
  18. event.getItem().getItem().getItem() == Items.POTATO;
  19. event.getItem() will return EntityItem herpy derp
  20. Mojang ships the jre if there where to update java every time a new one come out it will cost a lot in bandwidth and java 8 is LTS so why bother
×
×
  • Create New...

Important Information

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