New breaking animation and colors

This commit is contained in:
Anuken
2018-05-21 00:27:01 -04:00
parent 2108aab523
commit ed7e77b2db
15 changed files with 73 additions and 27 deletions

View File

@@ -417,7 +417,8 @@ public class Packets {
}
public static class BlockTapPacket implements Packet{
public int position;
public int position, player;
//todo implement
@Override
public void write(ByteBuffer buffer) {