добавление теста ChunkDataPacket
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user