From 5647f22577bbfe05e5232f988f2485a5df557d8c Mon Sep 17 00:00:00 2001 From: David Vierra Date: Thu, 11 Nov 2010 00:43:54 -1000 Subject: [PATCH] comment tweak --- mclevel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mclevel.py b/mclevel.py index 779f675..eb3e9e7 100644 --- a/mclevel.py +++ b/mclevel.py @@ -96,7 +96,7 @@ world.saveInPlace(); # the point tuple is ordered (x,y,z) in accordance with the tuples used to initialize a bounding box # however, the slices tuple is ordered (x,z,y) for easy indexing into the arrays. -# Here is MCInfdevOldLevel.fillBlocks in its entirety: +# Here is an old version of MCInfdevOldLevel.fillBlocks in its entirety: def fillBlocks(self, box, blockType, blockData = 0): chunkIterator = self.getChunkSlices(box)