Jump to content

AlexStone

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by AlexStone

  1. i think this will work good add this and replace itemrand with stack Random r = new Random(); ItemStack stack = new ItemStack(Item.itemList[r.nextInt(Item.itemList.length) + 1], r.next(3 /*MAX QUANTITY*/) /* this will generate random quantity */) hope this work!
  2. can post the code that will help out to see what is problem.
×
×
  • Create New...

Important Information

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