Mojira Archive
MC-41825

Some entities are darker/black in the End (without light)

The bug

Some entities are rendered black if there is no light near them. This can be easily reproduced in the End.

Affected entities (1.11)

  • Minecarts with DisplayTile, such as hopper minecarts
  • Wet wolves
  • Primed TNT

Code analysis

Based on 1.11 decompiled using MCP 9.35 rc1

The renderer of all affected entities call the method net.minecraft.client.renderer.BlockRendererDispatcher.renderBlockBrightness(IBlockState, float).