mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Register the Dummy renderer at the proper time.
This commit is contained in:
parent
2ed76dbecc
commit
4050cf23b0
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ public class MineLPHDSkins {
|
||||||
|
|
||||||
ClientReadyCallback.EVENT.register(this::postInit);
|
ClientReadyCallback.EVENT.register(this::postInit);
|
||||||
|
|
||||||
|
// Preview on the select skin gui
|
||||||
EntityRendererRegistry.INSTANCE.register(DummyPony.class, RenderDummyPony::new);
|
EntityRendererRegistry.INSTANCE.register(DummyPony.class, RenderDummyPony::new);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue