|
|
|
@ -111,7 +111,6 @@ public class CinderEventHandler implements IFuelHandler {
|
|
|
|
World world = entity.worldObj;
|
|
|
|
World world = entity.worldObj;
|
|
|
|
if (event.entityLiving.worldObj.isRemote) return;
|
|
|
|
if (event.entityLiving.worldObj.isRemote) return;
|
|
|
|
|
|
|
|
|
|
|
|
DamageSource src = event.source;
|
|
|
|
|
|
|
|
if (!(event.source instanceof EntityDamageSourceIndirect)) return;
|
|
|
|
if (!(event.source instanceof EntityDamageSourceIndirect)) return;
|
|
|
|
Entity projectile = event.source.getSourceOfDamage();
|
|
|
|
Entity projectile = event.source.getSourceOfDamage();
|
|
|
|
if (!(projectile instanceof EntityArrow
|
|
|
|
if (!(projectile instanceof EntityArrow
|
|
|
|
|