Add ObserverTracer direction particle for spawnParticle
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
0014fd0a81
Commit
1fec4f7e7c
@ -114,7 +114,6 @@ public class ObserverTracer {
|
|||||||
BlockFace blockFace = ((Observer) block.getBlockData()).getFacing();
|
BlockFace blockFace = ((Observer) block.getBlockData()).getFacing();
|
||||||
blockFace = blockFace.getOppositeFace();
|
blockFace = blockFace.getOppositeFace();
|
||||||
player.spawnParticle(Particle.FLAME, location.clone().add(0.5 + blockFace.getModX() / 5.0, 0.5 + blockFace.getModY() / 5.0, 0.5 + blockFace.getModZ() / 5.0), 1, 0, 0, 0, 0);
|
player.spawnParticle(Particle.FLAME, location.clone().add(0.5 + blockFace.getModX() / 5.0, 0.5 + blockFace.getModY() / 5.0, 0.5 + blockFace.getModZ() / 5.0), 1, 0, 0, 0, 0);
|
||||||
player.spawnParticle(Particle.FLAME, location.clone().add(0.5 + blockFace.getModX() / 2.5, 0.5 + blockFace.getModY() / 2.5, 0.5 + blockFace.getModZ() / 2.5), 1, 0, 0, 0, 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren