Update again

This commit is contained in:
GabsPuNs
2026-05-10 20:53:21 -04:00
parent c5fee249d8
commit 20d395b88d
5 changed files with 72 additions and 44 deletions

View File

@@ -41,11 +41,12 @@ int SheepRenderer::prepareArmor(shared_ptr<LivingEntity> _sheep, int layer, floa
glColor3f(Sheep::COLOR[color][0], Sheep::COLOR[color][1], Sheep::COLOR[color][2]);
}
/*
// 4J - change brought forward from 1.8.2
float brightness = SharedConstants::TEXTURE_LIGHTING ? 1.0f : sheep->getBrightness(a);
int color = sheep->getColor();
glColor3f(brightness * Sheep::COLOR[color][0], brightness * Sheep::COLOR[color][1], brightness * Sheep::COLOR[color][2]);
*/
return 1;
}
return -1;