Added a dummy generateLights for generic levels
This commit is contained in:
parent
0c56aa3536
commit
205e340aae
@ -887,6 +887,9 @@ class MCLevel(object):
|
|||||||
else:
|
else:
|
||||||
blocks[:] = sourceBlocks[:]
|
blocks[:] = sourceBlocks[:]
|
||||||
"""
|
"""
|
||||||
|
def generateLights(self, dirtyChunks = None):
|
||||||
|
pass;
|
||||||
|
|
||||||
def extractSchematic(self, box):
|
def extractSchematic(self, box):
|
||||||
x,y,z = box.origin
|
x,y,z = box.origin
|
||||||
w,h,l = box.size
|
w,h,l = box.size
|
||||||
|
Reference in New Issue
Block a user