Buradaki hata ne hiçbir işe yaramıyor. Forgeda sorunsuz gösteriliyor mod.
@EventHandler
public void birinevurunca(LivingAttackEvent e){
Entity vuran = e.entity;
float hasar = e.ammount;
if (vuran instanceof EntityPlayer){
EntityPlayer o = (EntityPlayer)...