I'm relatively new to Minecraft as a development target (did a mixin for elyta flying a few months back) and now looking to implement a rideable entity akin to a boat or minecart. The wiki has gotten me as far as an entity I can spawn that has a shadow and hitbox, but I can't seem to get it to render for the life of me.
I'm probably missing something stupid here, but the available reference material only deals with entities deriving from LivingEntity. I am looking to derive from VehicleEntity as the boat and minecart do. The wiki mentions that doing this requires implementing a spawn packet handler, but I'm not sure what that would entail, or if it could be responsible for my rendering problem. Since I am seeing a shadow, I'm pretty sure it isn't. It would be nice to be sure though so I can cross that bridge when I get to it.
Any direction on this rendering issue, and on VehicleEntities or entities in general would be much appreciated.
Code found here, apologies for the random commented blocks; still trying to figure out how to actually work with minecraft. This is being done with split sources, if it matters:
https://github.com/DecoFox/DynaSoar