mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Update to Minecraft 1.9
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
+
|
||||
public class EntityWitherSkull extends EntityFireball {
|
||||
|
||||
public EntityWitherSkull(World world) {
|
||||
@@ -35,9 +37,9 @@
|
||||
private static final DataWatcherObject<Boolean> e = DataWatcher.a(EntityWitherSkull.class, DataWatcherRegistry.h);
|
||||
@@ -37,9 +39,9 @@
|
||||
if (!this.world.isClientSide) {
|
||||
if (movingobjectposition.entity != null) {
|
||||
if (this.shooter != null) {
|
||||
@@ -20,7 +20,7 @@
|
||||
} else {
|
||||
this.a(this.shooter, movingobjectposition.entity);
|
||||
}
|
||||
@@ -61,7 +63,15 @@
|
||||
@@ -63,7 +65,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user