@SubscribeEvent public void entitySpawn(SpecialSpawn evt) { if (evt.world.isRemote) return; VintageCraftMobTweaker.entitySpawn(evt); }