Added a dummy generateLights for generic levels

This commit is contained in:
David Vierra 2010-10-15 16:01:37 -10:00
parent 0c56aa3536
commit 205e340aae

View File

@ -887,6 +887,9 @@ class MCLevel(object):
else:
blocks[:] = sourceBlocks[:]
"""
def generateLights(self, dirtyChunks = None):
pass;
def extractSchematic(self, box):
x,y,z = box.origin
w,h,l = box.size