This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
pymclevel/test/test_primordial.py

8 lines
200 B
Python

from templevel import TempLevel
def testPrimordialDesert():
templevel = TempLevel("PrimordialDesert")
level = templevel.level
for chunk in level.allChunks:
level.getChunk(*chunk)