|
possibleDrops.put(new ItemStack(Material.RED_MUSHROOM, Misc.getRandom().nextInt(3) + 1), 30);
|
|
possibleDrops.put(new ItemStack(Material.RED_MUSHROOM, Misc.getRandom().nextInt(3) + 1), 30);
|
|
possibleDrops.put(new ItemStack(Material.ROTTEN_FLESH), 50);
|
|
possibleDrops.put(new ItemStack(Material.ROTTEN_FLESH), 50);
|