diff --git a/overviewer_core/world.py b/overviewer_core/world.py index de6fd39..5d9de96 100644 --- a/overviewer_core/world.py +++ b/overviewer_core/world.py @@ -204,6 +204,7 @@ class World(object): if section['Y'] == targetSection: blockArray = section['Blocks'] return blockArray[inChunkX, inChunkZ, y % 16] + return 0