Archived
0

добавление теста ChunkDataPacket

This commit is contained in:
2018-08-16 00:30:19 +03:00
parent b4679a6536
commit 1559347186
4 changed files with 174 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ public abstract class AbstractBlock implements Block {
@Setter
private Location location;
@Getter
private int light = 15;
private int light = 0;
@Getter
private final BlockType blockType;
private final Map<String, Tag<?>> nbtTagsMap = new HashMap<>();