Mining Goggles

Mining Goggles

93.2k Downloads

Redo this without causing inv issues

todo opened this issue ยท 0 comments

commented

// TODO Redo this without causing inv issues
// for (int index = 0; index < player.inventory.getSizeInventory(); index++) {
// if (player.inventory.mainInventory.get(index) != ItemStack.EMPTY && player.inventory.mainInventory.get(index)
// .getItem() instanceof ItemGogglesMining) {
// return player.inventory.mainInventory.get(index);
// }


This issue was generated by todo based on a TODO comment in 8e9a921. It's been assigned to @Wurmatron because they committed the code.