Hello, i'm sorry if this isn't the right forum to post this, but i need to know if crash reports show the location of my entity in nether or overworld coordinates, as i crashed in the nether. I need this to solve a problem.
I'm not sure .. but if you have access to the world save file then I believe it's possible using that
Using NBTexplorer you can open up the world & somewhere in that is a branch called 'playerdata' & under each player's ID - that looks like xxxxxxxx-yyyy-zzz-aaaa-bbbbbbbbbbbb (If it's a single player world - there should only be 1 player ID), You will fine entries for 'pos:' (X,Y,Z) and 'dimension'.
Dimension = 0 > Overworld
Dimension = -1 > Nether
Dimension = 1 > End
From this I guess you can find the location you were last at & in what dimension it was
ATTACHMENTS
nbtexplorer
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello, i'm sorry if this isn't the right forum to post this, but i need to know if crash reports show the location of my entity in nether or overworld coordinates, as i crashed in the nether. I need this to solve a problem.
I'm not sure .. but if you have access to the world save file then I believe it's possible using that
Using NBTexplorer you can open up the world & somewhere in that is a branch called 'playerdata' & under each player's ID - that looks like xxxxxxxx-yyyy-zzz-aaaa-bbbbbbbbbbbb (If it's a single player world - there should only be 1 player ID), You will fine entries for 'pos:' (X,Y,Z) and 'dimension'.
Dimension = 0 > Overworld
Dimension = -1 > Nether
Dimension = 1 > End
From this I guess you can find the location you were last at & in what dimension it was