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:
commit
2a28dab3f4
@ -2384,7 +2384,7 @@ class MCInfdevOldLevel(ChunkedLevelMixin, EntityLevel):
|
|||||||
random_seed = long(random.random() * 0xffffffffffffffffL) - 0x8000000000000000L
|
random_seed = long(random.random() * 0xffffffffffffffffL) - 0x8000000000000000L
|
||||||
|
|
||||||
self.root_tag = root_tag
|
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.LastPlayed = long(last_played)
|
||||||
self.RandomSeed = long(random_seed)
|
self.RandomSeed = long(random_seed)
|
||||||
|
Reference in New Issue
Block a user