Пример #1
0
 public static void addFish(ItemStack fishStack, int probability) {
   fish.addLoot(fishStack, probability, 1, 1);
 }