@@ -1,5 +1,5 @@
|
||||
--- ../work/decompile-8eb82bde/net/minecraft/server/EntityWitherSkull.java 2015-01-25 10:19:25.655554075 +1100
|
||||
+++ src/main/java/net/minecraft/server/EntityWitherSkull.java 2015-01-25 10:19:25.655554075 +1100
|
||||
--- /home/matt/mc-dev-private//net/minecraft/server/EntityWitherSkull.java 2015-02-26 22:40:22.731608138 +0000
|
||||
+++ src/main/java/net/minecraft/server/EntityWitherSkull.java 2015-02-26 22:40:22.731608138 +0000
|
||||
@@ -1,5 +1,7 @@
|
||||
package net.minecraft.server;
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
public class EntityWitherSkull extends EntityFireball {
|
||||
|
||||
public EntityWitherSkull(World world) {
|
||||
@@ -34,9 +36,9 @@
|
||||
if (!this.world.isStatic) {
|
||||
@@ -35,9 +37,9 @@
|
||||
if (!this.world.isClientSide) {
|
||||
if (movingobjectposition.entity != null) {
|
||||
if (this.shooter != null) {
|
||||
- if (movingobjectposition.entity.damageEntity(DamageSource.mobAttack(this.shooter), 8.0F)) {
|
||||
@@ -20,7 +20,7 @@
|
||||
} else {
|
||||
this.a(this.shooter, movingobjectposition.entity);
|
||||
}
|
||||
@@ -60,7 +62,15 @@
|
||||
@@ -61,7 +63,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user