add GameType property
This commit is contained in:
parent
c1e7f7260d
commit
704cedcffd
@ -1355,6 +1355,8 @@ class MCInfdevOldLevel(EntityLevel):
|
||||
|
||||
LevelName = TagProperty('LevelName', TAG_String, lambda self:self.displayName)
|
||||
|
||||
GameType = TagProperty('GameType', TAG_Int, lambda a:0) #0 for survival, 1 for creative
|
||||
|
||||
_bounds = None
|
||||
@property
|
||||
def bounds(self):
|
||||
|
Reference in New Issue
Block a user