Open Edivad99 opened 3 days ago
The minecart hooks have been dragged along for 10 years with basically zero changes at this point and it was infeasible to re-implement them on top of the minecart changes, in part because a large part of the code was moved into separate "behavior" classes, so it was deemed more appropriate to remove them and then add things back as needed.
Basically, please state your exact use cases you need done and what hooks you need that you cannot do with vanilla’s current codebase
These are the methods I used:
I was updating Railcraft to 1.21.3, why was the
IAbstractMinecartExtension
interface removed? I know mojang is working on carts, but I don't understand why you removed it.