mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Biomes
This commit is contained in:
parent
5511ef8da8
commit
5ebf35a4b6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class JavaPlayEffectPacketTranslator extends PacketTranslator<ServerPlayE
|
|||
Position pos = packet.getPosition();
|
||||
|
||||
levelEventPacket.setPosition(Vector3f.from(pos.getX(), pos.getY(), pos.getZ()));
|
||||
System.out.println(particleEffect);
|
||||
//System.out.println(particleEffect);
|
||||
|
||||
|
||||
//TODO: Not hard coded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue