Entities and some blocks (TESRs?) not rendering through sparks and the Alfheim portal block.
LumberWizard opened this issue ยท 4 comments
Version Information
Forge version: 14.23.4.2751
Botania version: r1.10-356
Further Information
Steps to reproduce:
- Place a spark on top of a mana pool/open the portal to Alfheim.
- Try to look at an entity or TESR through the semi transparent parts of the spark/portal.
What I expected to happen:
The entity/TESR would be visible through the spark/portal.
What happened instead:
The entity/TESR was invisible, and I was able to see the block(s) behind them instead.
This is a general Minecraft issue that affects any TESRs that render with transparency.
Blocks with transparent visuals are sorted from furthest to nearest before being drawn, so that the near ones don't mask out the far ones. This is not done for TESRs.
If there's a solution on Botania's side, it's to move the transparent visuals out of the TESRs and into the block rendering.
This issue is stale because it has been open for a while with no activity. Remove stale label or comment or this will be closed soon.