mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Actually register the renderers
This commit is contained in:
parent
167f67c5fb
commit
6678999dd0
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ public class UnicopiaClient extends InteractionManager implements ClientModIniti
|
||||||
clientPlayerRace = getclientPlayerRace();
|
clientPlayerRace = getclientPlayerRace();
|
||||||
InteractionManager.INSTANCE = this;
|
InteractionManager.INSTANCE = this;
|
||||||
|
|
||||||
|
URenderers.bootstrap();
|
||||||
|
|
||||||
ClientTickCallback.EVENT.register(this::tick);
|
ClientTickCallback.EVENT.register(this::tick);
|
||||||
ClientReadyCallback.EVENT.register(client -> Abilities.getInstance().getValues().forEach(keyboard::addKeybind));
|
ClientReadyCallback.EVENT.register(client -> Abilities.getInstance().getValues().forEach(keyboard::addKeybind));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue