@@ -91,15 +91,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -167,6 +199,7 @@
|
||||
private void a(ItemStack itemstack, PotionRegistry potionregistry) {
|
||||
EntityAreaEffectCloud entityareaeffectcloud = new EntityAreaEffectCloud(this.world, this.locX, this.locY, this.locZ);
|
||||
|
||||
+ entityareaeffectcloud.projectileSource = this.projectileSource; // CraftBukkit
|
||||
entityareaeffectcloud.setSource(this.getShooter());
|
||||
entityareaeffectcloud.setRadius(3.0F);
|
||||
entityareaeffectcloud.setRadiusOnUse(-0.5F);
|
||||
@@ -187,7 +220,14 @@
|
||||
@@ -187,7 +219,14 @@
|
||||
entityareaeffectcloud.setColor(nbttagcompound.getInt("CustomPotionColor"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user