1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Merge pull request #4007 from Kub94ekCZ/patch-1

Update ButcherAndroidListener.java
This commit is contained in:
Alessio Colombo 2023-12-06 14:49:31 +01:00 committed by GitHub
commit f8dfd75e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,5 +88,9 @@ public class ButcherAndroidListener implements Listener {
if (entityType == EntityType.BLAZE) {
drops.add(new ItemStack(Material.BLAZE_ROD, 1 + random.nextInt(1)));
}
if (entityType == EntityType.VINDICATOR) {
drops.add(new ItemStack(Material.EMERALD, 1 + random.nextInt(2)));
}
}
}