237238239240241242243244
} } public static void doFakeLightningBolt(World world, double x, double y, double z) { EntityLightningBoltFake bolt = new EntityLightningBoltFake(world, x, y, z); world.addWeatherEffect(bolt); }