mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 23:22:10 -07:00
Update to Minecraft 1.13-pre7
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
--- a/net/minecraft/server/EntityProjectile.java
|
||||
+++ b/net/minecraft/server/EntityProjectile.java
|
||||
@@ -35,6 +35,7 @@
|
||||
public EntityProjectile(World world, EntityLiving entityliving) {
|
||||
this(world, entityliving.locX, entityliving.locY + (double) entityliving.getHeadHeight() - 0.10000000149011612D, entityliving.locZ);
|
||||
@@ -33,6 +33,7 @@
|
||||
this(entitytypes, entityliving.locX, entityliving.locY + (double) entityliving.getHeadHeight() - 0.10000000149011612D, entityliving.locZ, world);
|
||||
this.shooter = entityliving;
|
||||
this.shooterId = entityliving.getUniqueID();
|
||||
+ this.projectileSource = (org.bukkit.entity.LivingEntity) entityliving.getBukkitEntity(); // CraftBukkit
|
||||
}
|
||||
|
||||
protected void i() {}
|
||||
@@ -127,7 +128,7 @@
|
||||
protected void x_() {}
|
||||
@@ -111,7 +112,7 @@
|
||||
if (entity1.isInteractable()) {
|
||||
if (entity1 == this.d) {
|
||||
flag = true;
|
||||
@@ -17,7 +17,7 @@
|
||||
this.d = entity1;
|
||||
flag = true;
|
||||
} else {
|
||||
@@ -164,6 +165,11 @@
|
||||
@@ -148,6 +149,11 @@
|
||||
this.e(movingobjectposition.a());
|
||||
} else {
|
||||
this.a(movingobjectposition);
|
||||
|
Reference in New Issue
Block a user