Jump to content

uwucat

Members
  • Posts

    2
  • Joined

  • Last visited

uwucat's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. minecraft 1.12 for the code i want it to help me to count the total amount of crystals in inventory code link : https://pastebin.com/DAGqSdM2
  2. the title above is leading to java.lang.IllegalAccessError: tried to access field net.minecraft.item.ItemStack.field_77994_a from class but i cant find the reason so welp for more detail: if (Minecraft.getMinecraft().player != null) { for (int i = 0; i < 45; i++) { ItemStack itemStack = Minecraft.getMinecraft().player.inventory.getStackInSlot(i); int stacksize = Minecraft.getMinecraft().player.inventory.getStackInSlot(i).stackSize; if (itemStack.getItem() == Items.END_CRYSTAL) { crystalCount += stacksize; } } }
×
×
  • Create New...

Important Information

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