mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
@@ -8,7 +8,7 @@
|
||||
public class EntitySmallFireball extends EntityFireball {
|
||||
|
||||
public EntitySmallFireball(World world) {
|
||||
@@ -26,7 +28,14 @@
|
||||
@@ -30,7 +32,14 @@
|
||||
flag = movingobjectposition.entity.damageEntity(DamageSource.fireball(this, this.shooter), 5.0F);
|
||||
if (flag) {
|
||||
this.a(this.shooter, movingobjectposition.entity);
|
||||
@@ -24,7 +24,7 @@
|
||||
}
|
||||
}
|
||||
} else {
|
||||
@@ -39,7 +48,11 @@
|
||||
@@ -43,7 +52,11 @@
|
||||
BlockPosition blockposition = movingobjectposition.a().shift(movingobjectposition.direction);
|
||||
|
||||
if (this.world.isEmpty(blockposition)) {
|
||||
|
Reference in New Issue
Block a user