How do I move the armor status hud? it's covering chat names and really annoying. amui doesn't seem to work. running horizons 2.01
If you mean the HUD from "Armor Status HUD" mod, go to the config file for it. There will be a line for the HUD position, and it will have a value like "bottomleft". Change it to "middleleft" or whatever portion of the screen you want it in; you can modify this by the offset values in the config file as well.[DOUBLEPOST=1392926532][/DOUBLEPOST]
Harumph, will have to science them later if no one has actually looked at the code.
New Question, may or may not be simple:
Where is all my player data stored? Stuff has changed since I last did much .dat editing. I ask because I am trying to change a node (in a jar) and have changed the nbt data in savename/player/hiroshi42 several times and had no luck. I am aware that there is a mod that allows me to change the nodes in game, but I am also painfully aware that it is somewhat violently unstable (it crashes if it completes the upgrade while you are not looking at it/near it)
Some of it is in your player.dat; some of it is in level.dat. Not sure on specifics, but you'll likely need to dig into both to do whatever you're trying to accomplish. Node data is probably in the appropriate region/chunk file, as it's an actual block with metadata/NBT data. I think. Probably.
I'm sure you already know to
back up your world before doing all this, just adding this as a disclaimer for anyone else who is thinking of trying this variety of voodoo.