Jump to content

AlexStone

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

AlexStone's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  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.