Wither gonna hurt.
This commit is contained in:
parent
15a67d4836
commit
3eb5393d9b
@ -6725,6 +6725,7 @@ public ItemStack getGoodie() {
|
||||
if (l instanceof Player) {
|
||||
e.setDamage(e.getDamage()*1.45d);
|
||||
if (e.getDamager() instanceof Wither) {
|
||||
e.setDamage(e.getDamage()*2d);
|
||||
if (Math.random()<=0.25) {
|
||||
l.getWorld().spawnEntity(l.getLocation(), EntityType.CREEPER);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user