mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-07-17 19:40:45 +00:00
Implement spigotbase's following changes
jeb_'s fix, and maps placed in item frames now fill the whole block.
This commit is contained in:
@@ -357,7 +357,7 @@ void LivingEntityRenderer::renderArrows(shared_ptr<LivingEntity> mob, float a)
|
||||
|
||||
int LivingEntityRenderer::prepareArmorOverlay(shared_ptr<LivingEntity> mob, int layer, float a)
|
||||
{
|
||||
return prepareArmor(mob, layer, a);
|
||||
return -1;
|
||||
}
|
||||
|
||||
int LivingEntityRenderer::prepareArmor(shared_ptr<LivingEntity> mob, int layer, float a)
|
||||
|
||||
Reference in New Issue
Block a user