Update to Minecraft 1.10
By: md_5 <git@md-5.net>
This commit is contained in:
parent
604d9373c0
commit
a39b7e5f3a
161 changed files with 1176 additions and 1147 deletions
|
@ -1,12 +1,12 @@
|
|||
--- a/net/minecraft/server/EntityGhast.java
|
||||
+++ b/net/minecraft/server/EntityGhast.java
|
||||
@@ -155,7 +155,8 @@
|
||||
@@ -159,7 +159,8 @@
|
||||
world.a((EntityHuman) null, 1016, new BlockPosition(this.ghast), 0);
|
||||
EntityLargeFireball entitylargefireball = new EntityLargeFireball(world, this.ghast, d2, d3, d4);
|
||||
|
||||
- entitylargefireball.yield = this.ghast.getPower();
|
||||
+ // CraftBukkit - set bukkitYield when setting explosionpower
|
||||
+ entitylargefireball.bukkitYield = entitylargefireball.yield = this.ghast.getPower();
|
||||
entitylargefireball.locX = this.ghast.locX + vec3d.x * d1;
|
||||
entitylargefireball.locX = this.ghast.locX + vec3d.x * 4.0D;
|
||||
entitylargefireball.locY = this.ghast.locY + (double) (this.ghast.length / 2.0F) + 0.5D;
|
||||
entitylargefireball.locZ = this.ghast.locZ + vec3d.z * d1;
|
||||
entitylargefireball.locZ = this.ghast.locZ + vec3d.z * 4.0D;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue