1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
This commit is contained in:
J3fftw1 2019-10-31 16:24:27 +01:00
parent 06e3125a6d
commit cade8df053

View File

@ -141,7 +141,7 @@ public class RitualAnimation implements Runnable {
if (running) { if (running) {
l.getWorld().playSound(l, Sound.ENTITY_ZOMBIE_VILLAGER_CURE, 1F, 1F); l.getWorld().playSound(l, Sound.ENTITY_ZOMBIE_VILLAGER_CURE, 1F, 1F);
l.getWorld().playEffect(l, Effect.STEP_SOUND, Material.EMERALD_BLOCK); l.getWorld().playEffect(l, Effect.STEP_SOUND, Material.EMERALD_BLOCK);
l.getWorld().dropItemNaturally(l.add(0, 1, 0), output); l.getWorld().dropItemNaturally(l.add(0, -0.5, 0), output);
pedestals.forEach(b -> utilities.altarinuse.remove(b.getLocation())); pedestals.forEach(b -> utilities.altarinuse.remove(b.getLocation()));