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:
parent
47b88b95b0
commit
e3d65a9e3a
21 changed files with 894 additions and 311 deletions
|
@ -132,7 +132,7 @@ public class ClientProxy extends CommonProxy
|
|||
@Override
|
||||
public void postInit()
|
||||
{
|
||||
Elements.createHUDElements();
|
||||
Elements.registerElements();
|
||||
}
|
||||
|
||||
private void addElytraLayer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue