remove cloud effect on no

This commit is contained in:
xGinko 2024-03-31 15:08:25 +02:00
parent b1994806c2
commit ee866c70f2

View File

@ -316,7 +316,6 @@ public final class WrappedVillager {
villager.shakeHead(); villager.shakeHead();
} catch (NoSuchMethodError e) { } catch (NoSuchMethodError e) {
villager.getWorld().playSound(villager.getEyeLocation(), Sound.ENTITY_VILLAGER_NO, 1.0F, 1.0F); villager.getWorld().playSound(villager.getEyeLocation(), Sound.ENTITY_VILLAGER_NO, 1.0F, 1.0F);
villager.getWorld().spawnParticle(Particle.CLOUD, villager.getEyeLocation(), 4);
} }
} }