Converting villagers in a minecart spawns zombie outside the minecart
Kasama opened this issue ยท 2 comments
Fixed in #11
a possible solution would be to check if tVillager.isInsideVehicle
and if so, Entity vehicle = tVillager.getVehicle
and vehicle.addPassenger(zVillager)
after removing the old villager from the vehicle.
I don't have the means to implement and test it right now, but by looking at the decompiled source for minecraft, it does something similar.