Created
April 3, 2016 22:33
-
-
Save rom1504/f6d884e94ca8862a0e29858fc3cfa2fa to your computer and use it in GitHub Desktop.
mcpe level.dat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "compound", | |
"name": "", | |
"value": { | |
"DayCycleStopTime": { | |
"type": "int", | |
"value": -1 | |
}, | |
"GameType": { | |
"type": "int", | |
"value": 0 | |
}, | |
"Generator": { | |
"type": "int", | |
"value": 1 | |
}, | |
"LastPlayed": { | |
"type": "long", | |
"value": [ | |
0, | |
1459109164 | |
] | |
}, | |
"LevelName": { | |
"type": "string", | |
"value": "My World" | |
}, | |
"LimitedWorldOriginX": { | |
"type": "int", | |
"value": 312 | |
}, | |
"LimitedWorldOriginY": { | |
"type": "int", | |
"value": 128 | |
}, | |
"LimitedWorldOriginZ": { | |
"type": "int", | |
"value": 12 | |
}, | |
"NetworkVersion": { | |
"type": "int", | |
"value": 45 | |
}, | |
"Platform": { | |
"type": "int", | |
"value": 2 | |
}, | |
"RandomSeed": { | |
"type": "long", | |
"value": [ | |
0, | |
-1179975336 | |
] | |
}, | |
"SpawnX": { | |
"type": "int", | |
"value": 312 | |
}, | |
"SpawnY": { | |
"type": "int", | |
"value": 128 | |
}, | |
"SpawnZ": { | |
"type": "int", | |
"value": 12 | |
}, | |
"StorageVersion": { | |
"type": "int", | |
"value": 4 | |
}, | |
"Time": { | |
"type": "long", | |
"value": [ | |
0, | |
116 | |
] | |
}, | |
"currentTick": { | |
"type": "long", | |
"value": [ | |
0, | |
116 | |
] | |
}, | |
"eduLevel": { | |
"type": "byte", | |
"value": 0 | |
}, | |
"hasBeenLoadedInCreative": { | |
"type": "byte", | |
"value": 0 | |
}, | |
"lightningLevel": { | |
"type": "float", | |
"value": 0 | |
}, | |
"lightningTime": { | |
"type": "int", | |
"value": 95884 | |
}, | |
"rainLevel": { | |
"type": "float", | |
"value": 0 | |
}, | |
"rainTime": { | |
"type": "int", | |
"value": 47884 | |
}, | |
"spawnMobs": { | |
"type": "byte", | |
"value": 1 | |
}, | |
"worldStartCount": { | |
"type": "long", | |
"value": [ | |
0, | |
-2 | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment