more optimizations

This commit is contained in:
Kyler Olsen 2024-04-22 13:51:33 -06:00
parent 5ad58e905d
commit 6a446e1b18
1 changed files with 0 additions and 2 deletions

View File

@ -479,8 +479,6 @@ class YTDServerFactory(ServerFactory):
sec[i] = BLOCK_SUBSURFACE
elif xi == (yi+2)%16 and (yi+2)%16 == zi:
sec[i] = BLOCK_UNDERGROUND
else:
sec[i] = BLOCK_EMPTY
height_map = NBT.TagRoot({'':NBT.TagCompound({'MOTION_BLOCKING':NBT.TagLongArray(PackedArray.empty_height())})})
return sections, height_map