added int array support to nbt.py
(untested) Also removed an extra import that I forgot about earlier.
This commit is contained in:
@@ -5,7 +5,6 @@ from collections import namedtuple
|
||||
|
||||
import rendermodes
|
||||
from world import UPPER_LEFT, UPPER_RIGHT, LOWER_LEFT, LOWER_RIGHT
|
||||
import logging
|
||||
|
||||
class ValidationException(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user