diff --git a/materials.py b/materials.py index 75f4ede..4e29f79 100644 --- a/materials.py +++ b/materials.py @@ -65,7 +65,8 @@ class MCMaterials(object): self.blockTextures = zeros((256, 16, 6, 2), dtype='uint8') self.blockTextures[:] = self.defaultTexture self.names = [[defaultName] * 16 for i in range(256)] - self.aka = [[""] * 16] * 256 + self.aka = [[""] * 16 for i in range(256)] + self.type = [["NORMAL"] * 16] * 256 self.blocksByType = defaultdict(list) self.allBlocks = []