mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-04-15 08:25:57 +02:00
Fixed default lootables for tropical fish.
This commit is contained in:
parent
a590abb185
commit
56990ed896
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user