Update to Minecraft 1.8.3

By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
CraftBukkit/Spigot
2015-02-26 22:41:06 +00:00
parent d789ce91d4
commit 85be409b13
347 changed files with 5027 additions and 5465 deletions

View File

@@ -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 @@
}
}