@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/EntityAnimal.java
|
||||
+++ b/net/minecraft/server/EntityAnimal.java
|
||||
@@ -38,6 +38,9 @@
|
||||
@@ -40,6 +40,9 @@
|
||||
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
public boolean damageEntity(DamageSource damagesource, float f) {
|
||||
if (this.isInvulnerable(damagesource)) {
|
||||
return false;
|
||||
@@ -46,6 +49,7 @@
|
||||
@@ -48,6 +51,7 @@
|
||||
return super.damageEntity(damagesource, f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user