fix: zombie villager model

This commit is contained in:
Fireblade
2026-07-06 19:45:24 -04:00
parent a9004f7a6c
commit 31c46e1e48
4 changed files with 49 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ void ZombieRenderer::swapArmor(shared_ptr<Zombie> mob)
}
humanoidModel = static_cast<HumanoidModel *>(model);
resModel = model;
}
void ZombieRenderer::setupRotations(shared_ptr<LivingEntity> _mob, float bob, float bodyRot, float a)