Unnatural villager behavior
GoldenTotem opened this issue ยท 3 comments
I noticed this with the Fabric Port of tropicraft, Seems to be a issue with the Koa Model. If one of the forge developers see this, the koa model needs the translation code above render method uncommented and to check for if its riding and if its a child(Mapping names may be different):
if (this.riding) {
if (this.child) {
ms.translate(0, 0.3, 0);
} else {
ms.translate(0, 0.6, 0);
}
}
Appears to be fixed in 1.18 by a24ae2c