set materials for fake chunks

This commit is contained in:
David Vierra 2011-07-11 11:54:10 -10:00
parent 0e6b3cfac9
commit db69f5bd98

View File

@ -509,7 +509,8 @@ class MCLevel(object):
def compress(self):pass
def __init__(self):pass
def chunkChanged(self):pass
@property
def materials(self): return self.world.materials
f = FakeChunk()
f.world = self;