American Young Coder

AYC logo

2 PM – Minecraft Modding With Java

We made the Saturn Axe spits out fireball. Homework: Inside SaturnFireballAxe.java add the following code public boolean hitEntity(ItemStack stack, LivingEntity target, LivingEntity attacker) { target.setFire(5); return super.hitEntity(stack, target, attacker); } You mightRead More...