Bump READ_VERSION of BlockCompletionTransformer to 1.

Signed-off-by: Tomasz Gargas <tomasz@opencraft.com>
This commit is contained in:
Tomasz Gargas
2017-12-11 16:15:47 +01:00
parent c1d0252999
commit 73f86006f7

View File

@@ -12,7 +12,7 @@ class BlockCompletionTransformer(BlockStructureTransformer):
"""
Keep track of the completion of each block within the block structure.
"""
READ_VERSION = 0
READ_VERSION = 1
WRITE_VERSION = 1
COMPLETION = 'completion'