fake chunks also have fake entities

This commit is contained in:
David Vierra 2011-04-15 23:48:49 -10:00
parent 0b960690cb
commit ae8864583b

View File

@ -520,6 +520,9 @@ class MCLevel(object):
f.BlockLight = whiteLight
f.SkyLight = whiteLight
f.Entities = []
f.TileEntities = []
f.root_tag = TAG_Compound();