diff --git a/mclevel.py b/mclevel.py index 858697a..3afd35c 100644 --- a/mclevel.py +++ b/mclevel.py @@ -839,6 +839,8 @@ class MCLevel: h -=y+h-self.Height y=self.Height-h + if h<=0: return + box.origin = x,y,z box.size = w,h,l