Rework of HUD element system

Allows configuration because that's probably a good thing. The values in
the json config are percentages of the screen.
This commit is contained in:
Nicholas Ignoffo 2018-06-28 20:37:53 -07:00
parent 47b88b95b0
commit e3d65a9e3a
21 changed files with 894 additions and 311 deletions

View file

@ -132,7 +132,7 @@ public class ClientProxy extends CommonProxy
@Override
public void postInit()
{
Elements.createHUDElements();
Elements.registerElements();
}
private void addElytraLayer()