Tropicraft

Tropicraft

9M Downloads

Unnatural villager behavior

GoldenTotem opened this issue ยท 3 comments

commented

Snipaste_2021-08-29_22-12-47

Issue Description

When the villagers sit down, they look like they are sitting in the air

Tropicraft Version: 9.0.1
Forge Version: 36.2.2

commented

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);
   }
}
commented

Yet Now the koa's item being held is floating above the sitting koa

commented

Appears to be fixed in 1.18 by a24ae2c