Mojira Archive
MC-106124

Beacon beam appears on bottom of block

Beacons are way too low for the beams, the beam when looking in a beacon you can see visible


Fix: (Based on MCP 9.30)

TileEntityBeaconRenderer.java
    public void renderTileEntityAt(TileEntityBeacon te, double x, double y, double z, float partialTicks, int destroyStage)
    {
        this.renderBeacon(x, y+0.19, z, (double)partialTicks, (double)te.shouldBeamRender(), te.getBeamSegments(), (double)te.getWorld().getTotalWorldTime());
        //added y+0.19 to raise the beam
    }

Pictures with fix applied.

Won't Fix

Kevin

Maria Lemón

2016-08-12, 11:25 PM

2024-08-31, 04:11 PM

2016-10-13, 10:57 AM

3

5

Confirmed

beacon, beam, bottom, low

Minecraft 1.10.2 - Minecraft 16w36aMinecraft 1.10.2, Minecraft 16w32a, Minecraft 16w32b, Minecraft 16w35a, Minecraft 16w36a

-