Hey guys,
I'm working on a new project where I have to create custom minecarts.
The cart shouldn't move when pushed by an entity. So, I did this:
The custom cart will be initialized and I can place it on a rail. But the override doesn't work.
Further, I want to set the max speed of the cart, which is hard coded in the AbstractMinecartEntity. Can I change it?
This is the rest of my code:
TestCart
Register Cart