Posted July 28, 201510 yr I am trying to detect when a custom armour piece is in the inventory, and while it is detecting the armour as it is undamaged, when it gets damaged the item is not being recognized. Currently I am doing this to detect the armour. ItemStack testItem = new ItemStack(ModItems.itemBatMankini, OreDictionary.WILDCARD_VALUE, 1); if(player.inventory.armorItemInSlot(2).isItemEqual(testItem )){ //rest of code goes here }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.