Register the Dummy renderer at the proper time.

This commit is contained in:
Matthew Messinger 2019-06-30 00:46:31 -04:00
parent 2ed76dbecc
commit 4050cf23b0

View file

@ -41,6 +41,7 @@ public class MineLPHDSkins {
ClientReadyCallback.EVENT.register(this::postInit);
// Preview on the select skin gui
EntityRendererRegistry.INSTANCE.register(DummyPony.class, RenderDummyPony::new);
}