Mini map position always unchanged
gabriel-andreescu opened this issue ยท 3 comments
I`m having a bit of trouble setting my minimap to the right top corner, if set in M menu it stays in the desired position but after a game restart the minimap resets to the left top corner and the option ingame remains "unchanged". In minimap.cfg i cannot find a value relative to this config option.
p.s. tried to look into the code myself to see where this config is stored but could not found it (I`m not a Java programmer)
1.7.10
Edit:
Hmm this is weird, just re-created my world and the minimap now shows in the top-right corner
the value in the config file, are the 4 margins.
I:marginBottom=-1
I:marginLeft=10
I:marginRight=-1
I:marginTop=10
this would be the top left corner.
the only thing i can think of is that for some reason the settings where not saved. but i wouldnt know why, maybe there was a error in the logs?