From 205e340aaeb58bb3062c9c497f1072a5c18c2325 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Fri, 15 Oct 2010 16:01:37 -1000 Subject: [PATCH] Added a dummy generateLights for generic levels --- mclevel.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mclevel.py b/mclevel.py index 0a157ac..0b26271 100644 --- a/mclevel.py +++ b/mclevel.py @@ -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