Hi there! I'm hosting a spigot 1.11 server, and I'm making a client mod which changes the model of entities with certain names. Since it is a client-side mod, I can't bind the model on a custom Item class like most tutorials.   I've figured a way to load and bake the model, cache it, then render it in RenderLivingEvent.Pre event. Here's the result, a horse "disguised" as the model: The only problem here is, obviously, the model won't be loaded, everything else works like a ch