Jump to content

darkexplosiveqwx

Members
  • Posts

    2
  • Joined

  • Last visited

darkexplosiveqwx's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I changed the .gitignore to upload the /logs/ and /crash-reports/ folders (located in master/run/logs/)
  2. I am coding my own Mod with an Elytra Item and in My ElytraJumpC2SPacket.java i want to check if the player is wearing my custom Elytra with this line of code if(player.getInventory().armor.get(1) != ModItems.BAT_ELYTRA.get().getDefaultInstance() || player.getInventory().armor.get(1) != ModItems.ARMORED_BAT_ELYTRA.get().getDefaultInstance()) return; Full Code on GitHub In the game it doesn´t works I am using Forge 1.19.2 - 43.1.52(the latest)
×
×
  • Create New...

Important Information

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