Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)

Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)

1M Downloads

[Babric B1.7.3] V1.4.7 without using the MojangfixStationApi - makes me naked. well, almost. The second skin layer is not displayed

DearFox opened this issue · 1 comments

commented

What my skin looks like with [Babric B1.7.3] V1.4.7
Image
What my skin should look like:
Image

It looks as if the second layer is either not displayed or has been disabled.

commented

The Babric port was specifically created to be compatible with MojangFix, so I don't know if this is strictly an issue. It appears that the Babric port of Ears just doesn't render secondary layers, and expects you to use MojangFix:

@Override
public boolean needsSecondaryLayersDrawn() {
return false;
}