I am looking at increasing the maximum speed of a minecart, but EntityMinecart class doesn't have a way to set the max speed, only get. Would there be an easier way to simply change the max speed of the cart, or do I have to create a new Entity class, override the function, and then spawn in the custom cart in place of the default one? If the latter is true, can anyone point me to a good tutorial on registering entity's and spawning them in? I have seen other tutorials on the registering entities, but they all deal with mobs and I don't think mobs and carts are the same entities.