Merge pull request #105 from seventh/master

Ensure that filling worlds is done with the same kind of file format
This commit is contained in:
Tyler Kennedy 2012-08-07 01:06:19 -07:00
commit 2a28dab3f4

View File

@ -2384,7 +2384,7 @@ class MCInfdevOldLevel(ChunkedLevelMixin, EntityLevel):
random_seed = long(random.random() * 0xffffffffffffffffL) - 0x8000000000000000L
self.root_tag = root_tag
root_tag[Data]['version'] = nbt.TAG_Int(self.VERSION_MCR)
root_tag[Data]['version'] = nbt.TAG_Int(self.VERSION_ANVIL)
self.LastPlayed = long(last_played)
self.RandomSeed = long(random_seed)