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/EntityLargeFireball.java 2014-11-28 17:43:43.121707434 +0000
+++ src/main/java/net/minecraft/server/EntityLargeFireball.java 2014-11-28 17:38:19.000000000 +0000
--- /home/matt/mc-dev-private//net/minecraft/server/EntityLargeFireball.java 2015-02-26 22:40:22.603608139 +0000
+++ src/main/java/net/minecraft/server/EntityLargeFireball.java 2015-02-26 22:40:22.603608139 +0000
@@ -1,5 +1,7 @@
package net.minecraft.server;
@@ -8,7 +8,7 @@
public class EntityLargeFireball extends EntityFireball {
public int yield = 1;
@@ -21,7 +23,16 @@
@@ -21,7 +23,15 @@
boolean flag = this.world.getGameRules().getBoolean("mobGriefing");
@@ -22,11 +22,10 @@
+ this.world.createExplosion(this, this.locX, this.locY, this.locZ, event.getRadius(), event.getFire(), flag);
+ }
+ // CraftBukkit end
+
this.die();
}
@@ -35,7 +46,8 @@
@@ -35,7 +45,8 @@
public void a(NBTTagCompound nbttagcompound) {
super.a(nbttagcompound);
if (nbttagcompound.hasKeyOfType("ExplosionPower", 99)) {