squid.setLocationAndAngles(x + 0.5D, y + 0.5D, z + 0.5D, rand.nextFloat() * 360.0F, 0.0F);
squid.motionX = randXmotion;
squid.motionY = randYmotion;
squid.motionZ = randZmotion;
world.spawnEntityInWorld(squid);
squid.spawnExplosionParticle();
squid.playSound("mob.newsound.chickenplop", 0.2F, ((rand.nextFloat() - rand.nextFloat()) * 0.7F + 1.0F) * 2.0F);
world.setBlockMetadataWithNotify(x, y, z, 11, 3);
}
} else {
world.setBlockMetadataWithNotify(x, y, z, 14, 2);