fake chunks also have fake entities
This commit is contained in:
parent
0b960690cb
commit
ae8864583b
@ -520,6 +520,9 @@ class MCLevel(object):
|
|||||||
|
|
||||||
f.BlockLight = whiteLight
|
f.BlockLight = whiteLight
|
||||||
f.SkyLight = whiteLight
|
f.SkyLight = whiteLight
|
||||||
|
f.Entities = []
|
||||||
|
f.TileEntities = []
|
||||||
|
|
||||||
|
|
||||||
f.root_tag = TAG_Compound();
|
f.root_tag = TAG_Compound();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user