Jump to content

Enders

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Enders

  1. Well yeah so I tried this: @SubscribeEvent public void eventHandleri(RenderGameOverlayEvent event) { if(event.type != ElementType.ALL) { if(event.type != ElementType.BOSSHEALTH) { if(event.type == ElementType.CROSSHAIRS) { event.setCanceled(true); } } } } and I get this: Am I doing it wrong, or is this a bug? I am using forge 10.13.3.1358.
  2. The title. Is there just an event I'm missing?
  3. Wait what? I thought I had already tried that Well, thanks then. Previously, everything crashed, now it doesn't.
  4. So yeah, the title. Of course you can't get the held item on the client side, since that is server sided. So how do I do this? I'm guessing there is just something simple I'm overlooking, right? (I need this for the RenderGameOverlayEvent).
×
×
  • Create New...

Important Information

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