1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
This commit is contained in:
JustAHuman-xD 2023-11-21 07:47:07 -06:00 committed by GitHub
parent 82b89673d8
commit ea9b2289aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ public class ButcherAndroidListener implements Listener {
}
if (entityType == EntityType.VINDICATOR) {
drops.add(new Itemstack(Material.EMERALD, 1 + random.nextInt(2)));
drops.add(new ItemStack(Material.EMERALD, 1 + random.nextInt(2)));
}
}
}