AbstractMinecartEntity Mixin Crash
With my mod that adds new rails, mixin to enable carts to function on them. Unsure if issue your side or mine
https://github.com/xanthian/variant_sticks_and_stuff/issues/6
Currently updating to 1.19 but not changed anything in the mixin https://github.com/xanthian/variant_sticks_and_stuff/blob/1.19/src/main/java/net/xanthian/vsas/mixin/AbstractMinecartEntityMixin.java
My mixin is more generic, so ideally you should mark yours as optional
https://github.com/Patbox/TaterCart/blob/1.19/src/main/java/eu/pb4/tatercart/mixin/minecart/movement/AbstractMinecartEntityMixin.java#L121
How? :P
Cant make it optional as from what I can tell your mixin doesnt provide the appropriate functionality required for the rails types to function. Also, mod doesnt work on 1.19.2 so unable to carry out any testing.