2
0
Fork 0

Gilded Galvorn, should hopefully now work as intended

main
KeyLime17 5 months ago
parent b146a73cff
commit d96df8dde2

@ -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

Loading…
Cancel
Save