Jump to content

Avan12IsDead

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Avan12IsDead

  1. Make sure to download the installers and here is the download to jarfix https://thebreakdown.xyz/jarfix-to-repair-jar-files-on-your-pc/
  2. How would you make 3d effect in-game for 1.12.2?
  3. Explain what your code is doing from your mod.
  4. @SubscribeEvent public void pickup(PlayerInteractEvent event) { GuiScreen screen = Minecraft.getMinecraft().currentScreen; if (screen == null){ mc.thePlayer.addChatComponentMessage(new ChatComponentText("Screen is null :(")); return; } Do you know how to code? in the keyhandler file it says Screen Is Null mc.thePlayer.addChatComponentMessage(new ChatComponentText("Screen is null :("));
  5. Why are you using the default java code then adding your own code I would recommend making your own package
  6. Im looking for what makes the types of lazer come down Is it ars magic 2 mod or eletrobes wizardry and what about those tables looking things Video:
  7. How can I use obj models in game & No forge links to page's cause thats just confusing and don't explain it properly.
×
×
  • Create New...

Important Information

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