TaterCart icon indicating copy to clipboard operation
TaterCart copied to clipboard

AbstractMinecartEntity Mixin Crash

Open xanthian opened this issue 3 years ago • 3 comments

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

xanthian avatar Jul 25 '22 23:07 xanthian

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

Patbox avatar Jul 26 '22 05:07 Patbox

How? :P

xanthian avatar Aug 04 '22 22:08 xanthian

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.

xanthian avatar Aug 29 '22 14:08 xanthian