Fixed default lootables for tropical fish.

This commit is contained in:
Brianna 2019-07-14 14:05:36 -04:00
parent a590abb185
commit 56990ed896

View File

@ -211,8 +211,10 @@ public class LootManager {
.setMaterial(Material.BONE_MEAL)
.setChance(5).build(),
new LootBuilder()
.setMaterial(Material.RABBIT_FOOT)
.setChance(10)
.setMaterial(Material.BONE)
.setMin(1)
.setMax(2)
.setChance(25)
.addOnlyDropFors(EntityType.PLAYER).build()));
// Add Dolphin.