Actually register the renderers

This commit is contained in:
Sollace 2020-04-24 16:10:00 +02:00
parent 167f67c5fb
commit 6678999dd0

View file

@ -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));